Support for other sink-types supported by CloudEvents
Feature Request
The plugin sends CloudEvents over HTTP. CloudEvents also supports other event formats like:
- AMQP
- MQTT
- Kafka Refer here: https://github.com/cloudevents/spec
This feature suggests extending support for other transport formats for CloudEvents event
@ShrutiC-git I can see a file named HTTPSink is there to support this sink. I just want to know do you have any other reference where other sink like kafka are been used ? I'm new to this but want to contribute. Please provide me some reference.
Is i'm on the right track - https://github.com/cloudevents/spec/blob/v1.0.1/kafka-protocol-binding.md ?
Can I work on this?
Currently, other than HTTP only Kafka is supported by the Cloudevents java sdk, MQTT is not supported yet.