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.
2 parents 1f762cc + 43eb0ad commit 150efa2Copy full SHA for 150efa2
articles/event-hubs/event-hubs-kafka-connect-tutorial.md
@@ -76,7 +76,8 @@ consumer.security.protocol=SASL_SSL
76
consumer.sasl.mechanism=PLAIN
77
consumer.sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="$ConnectionString" password="{YOUR.EVENTHUBS.CONNECTION.STRING}";
78
79
-plugin.path={KAFKA.DIRECTORY}/libs # path to the libs directory within the Kafka release
+# path to the libs directory within the Kafka release
80
+plugin.path={KAFKA.DIRECTORY}/libs
81
```
82
83
> [!IMPORTANT]
0 commit comments