-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
Eanble the association of channels with servers/brokers #475
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue. |
Duplicate of #255? |
Thx Fran. So can we expect the update to the spec then ? |
I'm working on the roadmap for 2.1.0. Don't have a date yet but will update here as soon as we know. Thanks for your patience. |
This was referenced Sep 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a significant need for the ability to design Async APIs that perform multiple activities.
For instance consuming events over one type of transport/server (i.e. MQTT) and subsequently generating events over other types of transports (i.e. AMQP). Typically if an Async API implements some type of event choreography that occurs quite often. Additionally there can be APIs that act as Transport bridges and applying certain types event filtering or processing.
In these types of scenarios the Async API spec will need to define the servers, and the channels need to have a mechanism whereby they can indicate what server they are bound to.
The text was updated successfully, but these errors were encountered: