Adding Logging Statement to gRPC Server Shutdown (#3006)
This commit is contained in:
@@ -98,6 +98,7 @@ public class GRPCApplication {
|
||||
if (server != null) {
|
||||
server.shutdown().awaitTermination(30, TimeUnit.SECONDS);
|
||||
}
|
||||
log.info("gRPC server stopped");
|
||||
}
|
||||
|
||||
static class HelloService extends HelloServiceGrpc.HelloServiceImplBase {
|
||||
|
||||
Reference in New Issue
Block a user