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

[📑 Docs]: Confusing/misleading sentence on https://www.asyncapi.com/docs/concepts/message #2934

Closed
1 task done
edruder-block opened this issue May 3, 2024 · 4 comments · Fixed by #2966
Closed
1 task done

Comments

@edruder-block
Copy link

What Dev Docs changes are you proposing?

The sentence The sender includes a payload of data that needs to be processed and serialized by the receiver into an appropriate format, e.g., JSON, XML, binary, etc. is confusing and maybe misleading. It doesn't make sense to me that the receiver would serialize payload data.

Something like this would be better:

The sender includes a payload of data (that has been serialized into an appropriate format, e.g., JSON, XML, binary, etc.) that needs to be processed by the receiver .

Code of Conduct

  • I agree to follow this project's Code of Conduct
@edruder-block
Copy link
Author

Maybe the receiver deserializes the payload data?

@sambhavgupta0705
Copy link
Member

@alequetzalli @TRohit20 can you please take a look on this

@ThisisMS11
Copy link

is it just about a line change or more than that ? @sambhavgupta0705

@quetzalliwrites
Copy link
Member

Thank you for creating this issue, @edruder-block! ✌🏽

I have created a PR to see if the community agrees: #2966.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants