在我们的流媒体解决方案中,我们使用了很棒的事件中心。我们正在使用内容类型来查看消息类型。
现在,我们的外部合作伙伴正在通过rest api将消息发送到中心。但是由于无法设置消息的内容类型而遇到了问题。无论我们尝试什么,我们都会得到:
"contentType":{
"type":"application",
"subtype":"json",
"parameters":{
},
"concrete":true,
"wildcardType":false,
"wildcardSubtype":false,
"charset":null
}
我们正在执行的REST调用正在工作,我们在标头中添加的唯一内容是:
Content-Type: vnd.mytype.v1+json
是否可以设置自定义内容类型?当我阅读文档时,似乎有可能:
https://docs.microsoft.com/en-us/rest/api/servicebus/message-headers-and-properties#message-headers