You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
= HiveMQ Kafka Extension SDK
2
2
3
+
== Features
4
+
5
+
The HiveMQ Kafka Extension SDK allows the programmatic interaction with the https://www.hivemq.com/extension/hivemq-kafka-extension/[HiveMQ Enterprise Extension for Kafka].
6
+
7
+
By implementing an extension for the HiveMQ Enterprise Extension for Kafka it is possible to:
8
+
9
+
* Transform an MQTT PUBLISH into one or multiple Kafka records
10
+
* Query the existence of specific Kafka topics
11
+
* Create new Kafka topics
12
+
3
13
== Using the SDK
4
14
5
15
The HiveMQ Kafka Extension SDK is available in Maven central, so no special configuration is needed.
@@ -17,4 +27,4 @@ To use the SDK, add the following dependency to your Maven project:
17
27
== License
18
28
19
29
The HiveMQ Extension SDK is licensed under the `APACHE LICENSE, VERSION 2.0`.
20
-
A copy of the license can be found link:LICENSE[here].>>
30
+
A copy of the license can be found link:LICENSE[here].
0 commit comments