asyncapi/website

[๐Ÿ“‘ Docs]: Confusing/misleading sentence on https://www.asyncapi.com/docs/concepts/message

Closed this issue ยท 4 comments

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

Maybe the receiver deserializes the payload data?

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

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

Thank you for creating this issue, @edruder-block! โœŒ๐Ÿฝ

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