cloudevents / sdk-java

Java SDK for CloudEvents
https://cloudevents.github.io/sdk-java/
Apache License 2.0
384 stars 156 forks source link

MQTT protocol binding #335

Open Alfusainey opened 3 years ago

Alfusainey commented 3 years ago

A container issue to implement the MQTT protocol binding for cloud events

Alfusainey commented 3 years ago

@slinkydeveloper @matzew How about starting this off by implementing the MQTT binding using the Eclipse Paho MQTT client library? The reason is that the spec distinguishes between the two mqtt protocol versions and having a client library that supports both MQTTv3 and MQTTv5 will be a good start.

My preference was to start with vertx-mqtt (its a popular library in IoT setups where scalability is important). However, it only supports MQTTv3. But there is an open issue to add MQTTv5 support and we can revisit once such support is added

Alfusainey commented 3 years ago

/assign

slinkydeveloper commented 3 years ago

@Alfusainey Feel free to go ahead with paho mqtt