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/54f551a9-3092-4389-beb3-f45db4ce900c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
