cloudevents / sdk-ruby

Ruby SDK for CloudEvents
Apache License 2.0
42 stars 13 forks source link

feat: Add kafka binding #80

Open flux-benj opened 1 month ago

flux-benj commented 1 month ago

👋 https://github.com/cloudevents/spec/blob/main/cloudevents/bindings/kafka-protocol-binding.md contains a few intricacies which differ from the http specification, making the existing bindings this sdk supports unsuitable for kafka transport. Currently our org extends the http binding and transforms attributes to fit the above specification, however we would be interested in contributing back a specific kafka binding to standardise on approaches. Would you be open to such contribution?

dazuma commented 1 month ago

Yes absolutely, it would be great if we had a native kafka binding.