Hi Daisy There is an issue on github https://github.com/grpc/grpc-java/issues/5335 that talks about the same thing and possibly created by you.
There is a comment https://github.com/grpc/grpc-java/issues/5335#issuecomment-462531217 that describes an approach to achieve this. Can you verify if it works for you? On Thursday, February 7, 2019 at 11:14:32 AM UTC-8, Daisy Zhu wrote: > > Thanks for the reply. > > Is this the document https://grpc.io/blog/loadbalancing on round robin > load balancer you mentioned? For cert hot rotation which way is recommended? > > 1. round robin load balancer in client side > 2. implement hot cert reloading in sever side > > If using method 2 are there any potential issues needed to be paid > attention to? > > Best, > Daisy > > On Thursday, February 7, 2019 at 11:01:01 AM UTC-8, Carl Mastrangelo wrote: >> >> You are correct, Java doesn't support this. However, if you are using >> the round robin load balancer in your client, you should be able to >> gracefully restart your servers with the new certificate without dropping >> any requests. >> >> On Thursday, February 7, 2019 at 6:52:46 AM UTC-8, Danesh Kuruppu wrote: >>> >>> Hi Daisy, >>> >>> Does grpc-java supports cert refresh without restarting server? >>>> >>> >>> AFAIK, this is not supported yet. We need to restart the server. >>> Please correct me if I am wrong. >>> >>> Thanks >>> Danesh >>> >> -- 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]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/40f6c06c-b566-4148-9a1d-f43f6686a9f4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
