Skip to content

Commit c4a0b1b

Browse files
committed
Referencing the correct installation folder for customizations.
1 parent d338e53 commit c4a0b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/hivemq/extensions/kafka/api/transformers/mqtttokafka/MqttToKafkaTransformer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* from {@link com.hivemq.extension.sdk.api.packets.publish.PublishPacket}s.
2626
* <p>
2727
* Your implementation of the MqttToKafkaTransformer must be placed in a java archive (.jar) together with all its
28-
* dependencies in the {@code extensions} folder of the HiveMQ Enterprise Extension for Kafka. In addition a {@code
28+
* dependencies in the {@code customizations} folder of the HiveMQ Enterprise Extension for Kafka. In addition a {@code
2929
* <mqtt-to-kafka-transformer>} referencing the implementing class via its canonical name must be configured in the
3030
* {@code kafka-extension.xml} file.
3131
*

0 commit comments

Comments
 (0)