Skip to content

Commit d338e53

Browse files
committed
Update README.adoc
1 parent 88b02ce commit d338e53

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
= HiveMQ Kafka Extension SDK
1+
= HiveMQ Kafka Extension Customization SDK
22

33
== Features
44

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].
66

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:
88

99
* Transform an MQTT PUBLISH into one or multiple Kafka records
1010
* Query the existence of specific Kafka topics
1111
* Create new Kafka topics
1212

1313
== Using the SDK
1414

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.
1616
To use the SDK, add the following dependency to your Maven project:
1717

1818
[source,xml]
1919
----
2020
<dependency>
2121
<groupId>com.hivemq</groupId>
22-
<artifactId>hivemq-kafka-extension-sdk</artifactId>
22+
<artifactId>hivemq-kafka-extension-customization-sdk</artifactId>
2323
<version>4.4.0</version>
2424
</dependency>
2525
----

0 commit comments

Comments
 (0)