cloudevents / sdk-go

Go SDK for CloudEvents
https://cloudevents.github.io/sdk-go/
Apache License 2.0
836 stars 221 forks source link

The `content-type` for the MQTT protocol might have been set multiple times #1062

Closed yanmxa closed 5 months ago

yanmxa commented 6 months ago

When setting the event transfer with structured mode by MQTT protocol. The content-type might be set more than one times, see the MQTT payload below.

So instead of setting the content-type in the userProperties list, we can leverage the ContentType in the MQTT properties directly.