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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,25 @@
1
-
= HiveMQ Kafka Extension SDK
1
+
= HiveMQ Kafka Extension Customization SDK
2
2
3
3
== Features
4
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].
5
+
The HiveMQ Kafka Extension Customization SDK allows the programmatic interaction with the https://www.hivemq.com/extension/hivemq-kafka-extension/[HiveMQ Enterprise Extension for Kafka].
6
6
7
-
By implementing an extension for the HiveMQ Enterprise Extension for Kafka it is possible to:
7
+
By implementing a customization for the HiveMQ Enterprise Extension for Kafka it is possible to:
8
8
9
9
* Transform an MQTT PUBLISH into one or multiple Kafka records
10
10
* Query the existence of specific Kafka topics
11
11
* Create new Kafka topics
12
12
13
13
== Using the SDK
14
14
15
-
The HiveMQ Kafka Extension SDK is available in Maven central, so no special configuration is needed.
15
+
The HiveMQ Kafka Extension Customization SDK is available in Maven central, so no special configuration is needed.
16
16
To use the SDK, add the following dependency to your Maven project:
0 commit comments