I could register multiple service instances (from the same service class) to grpc::Server via grpc::ServerBuilder::RegisterService(service_instance), but could I associate each service instance to a different network port?

The intention is servicing a client on a different port via a dedicated service instance.

0

There are 0 best solutions below