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/b6829476-0088-48fb-8bea-ed7a090d4711%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
