We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e60a6 commit 00ab06bCopy full SHA for 00ab06b
README.md
@@ -4,6 +4,19 @@
4
5
MQTT Proxy allows MQTT clients to send messages to other messaging systems
6
7
+
8
+## Implementation status
9
10
+* MQTT protocol
11
+ * [x] [MQTT 3.1.1](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/mqtt-v3.1.1.html)
12
+ * [ ] [MQTT 5.0](https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html)
13
+* Publisher
14
+ * [x] [Apache Kafka](https://kafka.apache.org/)
15
+ * [ ] [Apache Pulsar](https://pulsar.apache.org/)
16
+ * [ ] Others
17
+* [ ] Authentication
18
+* [ ] Helm chart
19
20
## Build
21
### build binary
22
0 commit comments