Hi everyone, We have a situation where it would be beneficial to dynamically register and unregister services to a GRPC server written in C++. I know that, for example for the Java implementation, such capabilities exist <https://grpc.github.io/grpc-java/javadoc/io/grpc/util/MutableHandlerRegistry.html>. In C++, however, this seems to be impossible (or only feasible through extremely hacky ways). Does anyone know a workaround for this problem? Is the reason why this feature was never implemented known?
-- 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 view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/005e3c8e-5142-47c0-b2d2-7419dc978a91n%40googlegroups.com.
