GRPC server with spring boot on pod GRPC server with spring boot on pod kubernetes kubernetes

GRPC server with spring boot on pod


  1. You can start spring-boot and GRPC in the one process and listening different ports at the same time.

  2. gRPC server communicates over http2 if you start the gRPC server by io.grpc.netty.NettyServerBuilder

You can see the project in https://github.com/LogNet/grpc-spring-boot-starter