Skip to content

Commit 21b36b9

Browse files
committed
Added link to kafka extension.
1 parent 3abe475 commit 21b36b9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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
23
:hivemq-blog-tools: http://www.hivemq.com/mqtt-toolbox
34
:hivemq-support: https://community.hivemq.com/c/hivemq-extension-sdk/kafka-customization/14
45

@@ -15,7 +16,7 @@
1516
This Hello World customizations uses a Mqtt-to-Kafka transformer which forwards MQTT PUBLISHES to a Kafka cluster.
1617
It maps the MQTT topic structure to a matching Kafka topic structure and preserves MQTT 4 user properties as Kafka record headers.
1718

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]
1920
to grasp the core concepts of HiveMQ Kafka customization development.
2021

2122
=== Installation
@@ -39,7 +40,7 @@ Monitor your Kafka cluster for a record from topic _transform.customization_.
3940

4041
Awesome, you got your first HiveMQ Kafka customization working.
4142

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.
4344

4445
=== Need help?
4546

0 commit comments

Comments
 (0)