-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
In order to have separate traffic back to Gateways then the Service needs separate endpoints for them. This can be done in different ways including configuration, a discovery service or by using the Image.sourceIdentity() which can be picked up when a onAvailableImage() callback is triggered: at the moment explicit programming wiring (possibly backed by configuration) is used.
For the request traffic to the same channel and stream id, the Header.sessionId() can be used to match request sources with responses previously matched up with the onAvailableImage() callbacks.