Skip to content

Commit 0dcb1a0

Browse files
maxgruber19ebyhr
authored andcommitted
Fix typo in kafka-event-listener example
1 parent a2140f5 commit 0dcb1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/sphinx/admin/event-listeners-kafka.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ kafka-event-listener.broker-endpoints=kafka.example.com:9093
6161
kafka-event-listener.created-event.topic=query_create
6262
kafka-event-listener.completed-event.topic=query_complete
6363
kafka-event-listener.client-id=trino-example
64-
kafka.config.resources=/etc/kafka-configuration.properties
64+
kafka-event-listener.config.resources=/etc/kafka-configuration.properties
6565
```
6666

6767
The contents of `/etc/kafka-configuration.properties` can for example be:

0 commit comments

Comments
 (0)