-
-
Notifications
You must be signed in to change notification settings - Fork 270
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
Should the Reply Object extend from the Operation Object? #1009
Comments
@GreenRover Would you mind expanding info from your comment in #981 (comment) ? Specially around this sentence:
Thank you 🙏 |
With the current solution a code generator could create methods like: @Tenischev if there would be 2 operations for a RequestReply. Where is the need for the relation between them? |
You asking about code or spec? |
Regarding the topic, I see a logical problem that
|
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 ❤️ |
The purpose of this issue is to have a place where we discuss the possibility of treating the current Operation Reply Object as Operation Object.
This question has been raised at least twice:
Some caveats and doubts to consider if replies become operations:
action
field? Should becomesend
orreceive
? Does it even make sense to have the action?$ref
to an operation in thereply
operation field, is recursivity a concern?cc @KhudaDad414 @fmvilas @derberg @Tenischev @GreenRover
The text was updated successfully, but these errors were encountered: