Skip to content

Commit 96b3f45

Browse files
authored
Update configuration.adoc
1 parent d2402e6 commit 96b3f45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/asciidoc/producer/configuration.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ kafka.session.timeout.ms=15000
1414
kafka.connection.timeout.ms=10000
1515
kafka.replication=1
1616
kafka.linger.ms=1
17-
kafka.transaction.id=
17+
kafka.transactional.id=
1818
1919
streams.source.topic.nodes.<TOPIC_NAME>=<PATTERN>
2020
streams.source.topic.relationships.<TOPIC_NAME>=<PATTERN>
2121
streams.source.enable=<true/false, default=true>
2222
----
2323

24-
Note: To use the Kafka transactions please set `kafka.transaction.id` and `kafka.acks` properly
24+
Note: To use the Kafka transactions please set `kafka.transactional.id` and `kafka.acks` properly
2525

26-
See the https://kafka.apache.org/documentation/#brokerconfigs[Apache Kafka documentation] for details on these settings.
26+
See the https://kafka.apache.org/documentation/#brokerconfigs[Apache Kafka documentation] for details on these settings.

0 commit comments

Comments
 (0)