Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple services with single transport (multiple .orbit files) #71

Open
skaldesh opened this issue Jan 26, 2021 · 0 comments
Open
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@skaldesh
Copy link
Member

We will alter the service options slightly to contain an arbitrary interface{} Value instead of its ListenAddr. This can then be used by transports to receive arbitrary values from services.

Building on this, it allows us to write a transport that multiplexes multiple services under a single connection. using the new Value so services can pass an ID. This id can be used to forward the request to the correct service.

@skaldesh skaldesh added the enhancement New feature or request label Jan 26, 2021
@skaldesh skaldesh self-assigned this Jan 26, 2021
@skaldesh skaldesh added this to the v1.6.0 milestone Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant