Agaetis-IT / agaetis-reactive-messaging-mqtt-server

An Eclipse Microprofile Reactive Messaging source connector acting as a MQTT server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub CircleCI Quality Gate Status Coverage Contributor Covenant

MQTT server source connector for MicroProfile reactive messaging

An implementation of a Source connector complying with the (next to be) Eclipse MicroProfile Reactive Messaging specification for source connector.

It largely inspired by SmallRye Reactive Messaging implementation.

Warning

It's not a full-blown MQTT server, it's built on top of Vert.x MQTT Server and handles only publish requests of any QoS. The persistence part of the MQTT server is to be handled by the user of this lib.

Built with

About

An Eclipse Microprofile Reactive Messaging source connector acting as a MQTT server

License:Apache License 2.0


Languages

Language:Java 100.0%