Deal all,

In our situation, we want to one gRPC server can provide numerous services for different gPRC clients. We register our services by the way below. But we cannot remove the registered services from gRPC. It seems gRPC's has not support for service discovery & registry so far. Is it in your plan?

for(RegisterEntry service : services){
        //NettyServerBuilder serverBuilder
serverBuilder.addService((ServerServiceDefinition) service.getServiceDefinition().getServiceObj());
})



Regards,
Benson

--
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/575E850E.2060803%40symbio.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to