kaori-seasons opened a new pull request, #126:
URL: https://github.com/apache/dubbo-kubernetes/pull/126

   ## What is the purpose of the change
   
   In order to support the service testing function of the console, it is 
necessary to support the user's protobuf definition and generate it based on 
grpc-gen-protoc
   Descrptor returns the data structure of the original .proto file.
   
   For example: The user requests 
```http:127.0.0.1:8081/com.xxx.xxx.XXService``` and returns the corresponding 
```.proto``` file.
   
   The intention of this test case: start a grpcServer, register the dynamic 
proto file, the client initiates a parsing request to the server, and compares 
it with the expected service list to determine whether it is consistent.
   
   ## How to verify this change
   
   XXXX
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to