Hi,
I am having a gRPC Java client which connects to a remote gRPC server on a specified port.
My client is deployed on a machine which is behind a firewall, and i need to provide the port list
to customer which needs to be open for gRPC communication between server and client.
So i have following questions
1) how does the gRPC Java client select the outgoing TCP port?? What are the default ports is any??
2) Can my application explicitly pass the out going ports when i connect to server?
I am using gRPC version 1.0.1, and http2 over TLS1.2
Thanks & Regards,
Deepak