We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d338e53 commit c4a0b1bCopy full SHA for c4a0b1b
src/main/java/com/hivemq/extensions/kafka/api/transformers/mqtttokafka/MqttToKafkaTransformer.java
@@ -25,7 +25,7 @@
25
* from {@link com.hivemq.extension.sdk.api.packets.publish.PublishPacket}s.
26
* <p>
27
* 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
+ * dependencies in the {@code customizations} folder of the HiveMQ Enterprise Extension for Kafka. In addition a {@code
29
* <mqtt-to-kafka-transformer>} referencing the implementing class via its canonical name must be configured in the
30
* {@code kafka-extension.xml} file.
31
*
0 commit comments