You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a format property that will tell people that the message is a CloudEvent, but nothing in the Endpoint metadata to indicate whether it'll be xml, json, avro, ... or what the possible formats might be so people could specify that choice on the Subscribe() operation (if it supported it).
We should consider adding something to indicate the content-type(s) of the messages.
The text was updated successfully, but these errors were encountered:
duglin
changed the title
[Discovery] How do people know what content-type the messages will be?
[Registry] How do people know what content-type the messages will be?
Feb 23, 2023
"Content-type" is a message-format specific field that exists in all message format definitions either explicitly or implicitly. There is no hard correlation between the schema format and the media-type/content-type for a message.
We have a
format
property that will tell people that the message is a CloudEvent, but nothing in the Endpoint metadata to indicate whether it'll be xml, json, avro, ... or what the possible formats might be so people could specify that choice on the Subscribe() operation (if it supported it).We should consider adding something to indicate the content-type(s) of the messages.
The text was updated successfully, but these errors were encountered: