Skip to content

Commit 00ab06b

Browse files
committed
Add implementation status to readme
1 parent 61e60a6 commit 00ab06b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
MQTT Proxy allows MQTT clients to send messages to other messaging systems
66

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+
720
## Build
821
### build binary
922

0 commit comments

Comments
 (0)