jenkinsci / cloudevents-plugin

Cloudevents Plugin for Jenkins
https://plugins.jenkins.io/cloudevents/
MIT License
18 stars 15 forks source link

Support for other sink-types supported by CloudEvents #11

Open ShrutiC-git opened 3 years ago

ShrutiC-git commented 3 years ago

Feature Request

The plugin sends CloudEvents over HTTP. CloudEvents also supports other event formats like:

This feature suggests extending support for other transport formats for CloudEvents event

GouravSardana commented 2 years ago

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

i-am-yuvi commented 9 months ago

Can I work on this?

i-am-yuvi commented 8 months ago

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