Skip to content

Commit 83742b5

Browse files
authored
Update README.adoc
1 parent 21b36b9 commit 83742b5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
:hivemq-blog-tools: http://www.hivemq.com/mqtt-toolbox
44
:hivemq-support: https://community.hivemq.com/c/hivemq-extension-sdk/kafka-customization/14
55

6-
== HiveMQ Kafka Extension Hello World Customization
6+
= HiveMQ Kafka Extension Hello World Customization
77

88
*Type*: Demonstration Customization
99

1010
*Version*: 4.4.0
1111

1212
*License*: Apache License Version 2.0
1313

14-
=== Purpose
14+
== Purpose
1515

1616
This Hello World customizations uses a Mqtt-to-Kafka transformer which forwards MQTT PUBLISHES to a Kafka cluster.
1717
It maps the MQTT topic structure to a matching Kafka topic structure and preserves MQTT 4 user properties as Kafka record headers.
1818

1919
We strongly recommend reading the {hivemq-kafka-docs-link}[HiveMQ Enterprise Extension for Kafka Documentation]
2020
to grasp the core concepts of HiveMQ Kafka customization development.
2121

22-
=== Installation
22+
== Installation
2323

2424
. Clone this repository into a Java 11 gradle project.
2525
. Run `./gradlew jar` task from gradle to build the customization.
@@ -28,26 +28,26 @@ to grasp the core concepts of HiveMQ Kafka customization development.
2828
. Delete the "HIVEMQ_HOME/extensions/hivemq-kafka-extension/DISABLED" file.
2929
. Start HiveMQ.
3030

31-
=== First Steps
31+
== First Steps
3232

33-
==== Manual Testing
33+
=== Manual Testing
3434

3535
Connect with an {hivemq-blog-tools}[MQTT client] of your choice.
3636
Publish a MQTT message to the topic _transform/customization_.
3737
Monitor your Kafka cluster for a record from topic _transform.customization_.
3838

39-
=== Next steps
39+
== Next steps
4040

4141
Awesome, you got your first HiveMQ Kafka customization working.
4242

4343
Now read the {hivemq-kafka-customization-docs-link}[HiveMQ Kafka Extension Customization Documentation] to see what customizations can do.
4444

45-
=== Need help?
45+
== Need help?
4646

4747
If you encounter any problems, we are happy to help.
4848
The best place to get in contact is our {hivemq-support}[cmmunity forum].
4949

50-
= License
50+
== License
5151

5252
HiveMQ Hello World Extension is licensed under the `APACHE LICENSE, VERSION 2.0`.
53-
A copy of the license can be found link:LICENSE[here].
53+
A copy of the license can be found link:LICENSE[here].

0 commit comments

Comments
 (0)