-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
Ability to define a list of servers on which an operation is available #739
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
Hi @mgiovann, thanks for your RFC submission! I wonder if, for your use case, you could create two different channels instead and specify a different server on each through the AsyncAPI v3.0 will potentially include a big change in how Channels are identified. The address of the channel will be moved into a new field called |
Hi @smoya That proposal would seem to solve our issue. Thanks for bringing it to our attention. |
Do you agree we can then close this issue @mgiovann ? |
It's just that two channels don't quite solve the problem, because then there is a duplication of data - even in the case of version 3. We are thinking that a channel is just an address, but it's also information about bindings, parameters etc. and copying a channel we usually have to do a lot of references which is not very friendly from the UX level. The ability to define servers at the level of operations is not such a strange idea and I would like to see it in the v3 version, of course, with a similar logic as with
|
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
Problem
I want to represent that fact that my publish operation uses one URL (the URL of my message broker) and my subscribe operation uses another (the URL of my subscriber webhook).
Suggestion
The operation object should allow an optional list of server object names on which the operation is available
Example:
The text was updated successfully, but these errors were encountered: