TuJianwei opened a new issue #1584:
URL: https://github.com/apache/incubator-brpc/issues/1584
`syntax="proto3";
package example;
option cc_generic_services = true;
message EchoRequest {
string message = 1;
};
message EchoResponse {
string message = 1;
};
service EchoService {
rpc Echo(EchoRequest) returns (EchoResponse);
};`
如果服务端通过C++实现,然后将服务注册到zookeeper上,如何通过java客户端进行调用
--
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]