Skip to content

Commit 54138b1

Browse files
conker84mneedham
authored andcommitted
fixes #173: Update Documentation: Streams.Enabled and Producer.Enabled (#174)
1 parent 9d9f0d7 commit 54138b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/asciidoc/consumer/configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ kafka.group.id=neo4j
99
1010
streams.sink.polling.interval=<The time, in milliseconds, spent waiting in poll if data is not available in the buffer. default=Long.MAX_VALUE>
1111
streams.sink.topic.cypher.<TOPIC_NAME>=<CYPHER_QUERY>
12-
streams.sink.enable=<true/false, default=true>
12+
streams.sink.enabled=<true/false, default=true>
1313
----
1414

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

doc/asciidoc/procedures/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can enable/disable the procedures by changing this variable inside the `neo4
88

99
.neo4j.conf
1010
----
11-
streams.procedures.enable=<true/false, default=true>
11+
streams.procedures.enabled=<true/false, default=true>
1212
----
1313

1414
=== streams.publish

doc/asciidoc/producer/configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kafka.transactional.id=
1818
1919
streams.source.topic.nodes.<TOPIC_NAME>=<PATTERN>
2020
streams.source.topic.relationships.<TOPIC_NAME>=<PATTERN>
21-
streams.source.enable=<true/false, default=true>
21+
streams.source.enabled=<true/false, default=true>
2222
streams.source.schema.polling.interval=<MILLIS, the polling interval for getting the schema information>
2323
----
2424

0 commit comments

Comments
 (0)