cloudevents-plugin icon indicating copy to clipboard operation
cloudevents-plugin copied to clipboard

Support for other sink-types supported by CloudEvents

Open ShrutiC-git opened this issue 4 years ago • 3 comments

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 avatar Oct 02 '21 05:10 ShrutiC-git

@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 ?

GouravSardana avatar Oct 23 '21 11:10 GouravSardana

Can I work on this?

yuvicc avatar Dec 23 '23 18:12 yuvicc

Currently, other than HTTP only Kafka is supported by the Cloudevents java sdk, MQTT is not supported yet.

yuvicc avatar Feb 04 '24 14:02 yuvicc