cloudevents / sdk-go

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

fix: invalid ce prefix in confluent binding #1059

Closed embano1 closed 6 months ago

embano1 commented 6 months ago

Kafka binding spec requires prefix to be ce_: https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/bindings/kafka-protocol-binding.md#3231-property-names

Closes: #1058

embano1 commented 6 months ago

cc/ @yanmxa since this will be a breaking (but required) change to fix the bug.