-
Notifications
You must be signed in to change notification settings - Fork 859
Closed
Labels
enhancementA feature request or improvementA feature request or improvementon holdCurrently no progress possibleCurrently no progress possiblequestionA question about this library or its usageA question about this library or its usage
Description
Recently grpc-java added the ability to run a single server on multiple ports (Might be available with grpc 1.19). Should we add support for it in our library as well?
Example use cases might include:
- Use specific access roles based on the used server address. Address A is WWW-public, Address B is only accessible from within the network and thus can be used for privileged operations. (Accessible via
Attributes
with keyTRANSPORT_ATTR_LOCAL_ADDR
)
Metadata
Metadata
Assignees
Labels
enhancementA feature request or improvementA feature request or improvementon holdCurrently no progress possibleCurrently no progress possiblequestionA question about this library or its usageA question about this library or its usage