File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- :hivemq-extension-docs-link: https://www.hivemq.com/docs/kafka/latest/enterprise-extension-for-kafka/kafka.html#customization
1
+ :hivemq-kafka-docs-link: https://www.hivemq.com/docs/kafka/latest/enterprise-extension-for-kafka/kafka.html
2
+ :hivemq-kafka-customization-docs-link: https://www.hivemq.com/docs/kafka/latest/enterprise-extension-for-kafka/kafka.html#customization
2
3
:hivemq-blog-tools: http://www.hivemq.com/mqtt-toolbox
3
4
:hivemq-support: https://community.hivemq.com/c/hivemq-extension-sdk/kafka-customization/14
4
5
15
16
This Hello World customizations uses a Mqtt-to-Kafka transformer which forwards MQTT PUBLISHES to a Kafka cluster.
16
17
It maps the MQTT topic structure to a matching Kafka topic structure and preserves MQTT 4 user properties as Kafka record headers.
17
18
18
- We strongly recommend reading the {hivemq-extension -docs-link}[HiveMQ Extension Documentation]
19
+ We strongly recommend reading the {hivemq-kafka -docs-link}[HiveMQ Enterprise Extension for Kafka Documentation]
19
20
to grasp the core concepts of HiveMQ Kafka customization development.
20
21
21
22
=== Installation
@@ -39,7 +40,7 @@ Monitor your Kafka cluster for a record from topic _transform.customization_.
39
40
40
41
Awesome, you got your first HiveMQ Kafka customization working.
41
42
42
- Now read the {hivemq-extension -docs-link}[HiveMQ Kafka Extension Customization Documentation] to see what customizations can do.
43
+ Now read the {hivemq-kafka-customization -docs-link}[HiveMQ Kafka Extension Customization Documentation] to see what customizations can do.
43
44
44
45
=== Need help?
45
46
You can’t perform that action at this time.
0 commit comments