Hello

We have an application that is used to expose multiple gRPC services from a
single back end process. A core, non-negotiable requirement is the ability
to
*dynamically publish new gRPC APIs and update existing ones at runtime,
without any restarts of the backend process or interruption to active
client connections (including streaming RPCs). *

Our plan is to create a new shared library (.so) with all symbols related
to a new gRPC service (Which is created by using gRPC tools to generate
code and then compiling and linking) and dynamically load it in the backend
service. however main issue we are facing is on how to add the new service
to an already running gRPC server. I understand from Gemini that this is
not supported.

I wish to get some recommendations from the community for possible
solutions/workarounds.

Thank you
Peter

-- 
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 grpc-io+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/grpc-io/CA%2BR2_9s7vdKq7cRNo8Zgtc9fKdiLdR7PchmosrD1ubW5BaRJwg%40mail.gmail.com.

Reply via email to