Skip to content

Commit 43eb0ad

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#319370
Updated line numbers: 79, 80 # path to the libs directory within the Kafka release plugin.path={KAFKA.DIRECTORY}/libs
1 parent bb9c9a3 commit 43eb0ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/event-hubs/event-hubs-kafka-connect-tutorial.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ consumer.security.protocol=SASL_SSL
7676
consumer.sasl.mechanism=PLAIN
7777
consumer.sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="$ConnectionString" password="{YOUR.EVENTHUBS.CONNECTION.STRING}";
7878

79-
plugin.path={KAFKA.DIRECTORY}/libs # path to the libs directory within the Kafka release
79+
# path to the libs directory within the Kafka release
80+
plugin.path={KAFKA.DIRECTORY}/libs
8081
```
8182

8283
> [!IMPORTANT]

0 commit comments

Comments
 (0)