Hey all,
I was wondering if a single c++ gRPC server has the ability to bind to
different addresses within different network namespaces:
e.g localhost:4566 in network namespace *default*
localhost:4567 in network namespace *red*
Currently, I can switch namespace (setns) before calling BuildAndStart()
for a ServerBuilder object. But this causes all configured listening ports
to bind within the same namespace.
I was curious if there is any existing functionality for allowing calls to
AddListeningPort(..) to specify the network namespace to use (or some other
way of achieving this).
Kind Regards,
Dylan
--
You received this message because you are subscribed to the Google Groups
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/grpc-io/20699fe5-ef78-4625-8ef1-8cc31bba1f0an%40googlegroups.com.