Support requests intended for a service in an isolated subchannel
prashantv opened this issue · 1 comments
prashantv commented
If an application uses Ringpop and Hyperbahn, then it will have requests that are either intended only for Hyperbahn, or only for Ringpop. This is not currently supported in TChannel. To support this, we'll need:
- some concept of an isolated subchannel
- maintain separate peer lists for isolated subchannels
- throwing errors if calls are made on a top level channel when there's an isolated subchannel
I want to retain backwards compatibility so existing clients aren't broken.
prashantv commented
Implemented in tchannel-go.