I am able to set up standalone GRPC ( in Java) server on pods and its communicating with my local GRPC (nodejs) client over http2.
Now as a next step - I am trying to set up GRPC server + spring boot on our pods -
I see documentation with spring boot + eureka server + grpc but need to understand above details to proceed.
You can start spring-boot and GRPC in the one process and listening different ports at the same time.
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