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

Send/Receive again confusion #1011

Closed
skonik opened this issue Dec 27, 2023 · 3 comments
Closed

Send/Receive again confusion #1011

skonik opened this issue Dec 27, 2023 · 3 comments
Labels
❔ Question A question about the spec or processes

Comments

@skonik
Copy link

skonik commented Dec 27, 2023

Hello everyone. I've read 3.0 spec changes, but it's still confusing to understand send/receive.

Is it correct that now we think from the perspective of service described in asyncapi? (look at the picture below)

asyncapi_v3

It would be very helpful to update documentation with some drawings, because it's still a little bit confusing

@skonik skonik added the ❔ Question A question about the spec or processes label Dec 27, 2023
Copy link

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.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@dalelane
Copy link
Collaborator

dalelane commented Jan 2, 2024

Is it correct that now we think from the perspective of service described in asyncapi?

The intent is now that you specify this from the perspective of the application being described by the AsyncAPI document.

Therefore, if your application is sending messages, you use send. If your application receives messages, you use receive.

@skonik
Copy link
Author

skonik commented Jan 2, 2024

Perfect. Thanks

@skonik skonik closed this as completed Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❔ Question A question about the spec or processes
Projects
None yet
Development

No branches or pull requests

2 participants