Skip to content

Commit 8cfe8a0

Browse files
authored
Merge pull request #111591 from karthikeyanVK/patch-5
Update event-hubs-kafka-connect-tutorial.md
2 parents d13a0d4 + cfdc03c commit 8cfe8a0

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
@@ -47,7 +47,8 @@ cd azure-event-hubs-for-kafka/tutorials/connect
4747
Minimal reconfiguration is necessary when redirecting Kafka Connect throughput from Kafka to Event Hubs. The following `connect-distributed.properties` sample illustrates how to configure Connect to authenticate and communicate with the Kafka endpoint on Event Hubs:
4848

4949
```properties
50-
bootstrap.servers={YOUR.EVENTHUBS.FQDN}:9093 # e.g. namespace.servicebus.windows.net:9093
50+
# e.g. namespace.servicebus.windows.net:9093
51+
bootstrap.servers={YOUR.EVENTHUBS.FQDN}:9093
5152
group.id=connect-cluster-group
5253

5354
# connect internal topic names, auto-created if not exists

0 commit comments

Comments
 (0)