This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/geode-kafka-connector.git
commit dc11e3202420a9284a6ccdd9ceb814f2d487bb51 Author: Jason Huynh <[email protected]> AuthorDate: Thu Jan 30 16:26:31 2020 -0800 Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f23955..6aa3e25 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ bin/connect-standalone.sh config/connect-standalone.properties config/connect-ge #### GeodeKafkaSink Properties | Property | Required | Description| Default | |---|---|---|---| -| locators | no, but...| A comma separated string of locators that configure which locators to connect to | "localhost[10334]" | +| locators | no, but...| A comma separated string of locators that configure which locators to connect to | localhost[10334] | |topicToRegions| yes| A comma separated list of "one topic to many regions" bindings. Each binding is surrounded by brackets. For example "[topicName:regionName], [anotherTopic: regionName, anotherRegion]" | None. This is required to be set in the source connector properties |nullValuesMeanRemove | no | If set to true, when topics send a SinkRecord with a null value, we will convert to an operation similar to region.remove instead of putting a null value into the region | true @@ -52,7 +52,7 @@ bin/connect-standalone.sh config/connect-standalone.properties config/connect-ge #### GeodeKafkaSource Properties | Property | Required| Description| Default | |---|---|---|---| -| locators | no, but...| A comma separated string of locators that configure which locators to connect to | "localhost[10334]" | +| locators | no, but...| A comma separated string of locators that configure which locators to connect to | localhost[10334] | |regionToTopics| yes | A comma separated list of "one region to many topics" mappings. Each mapping is surrounded by brackets. For example "[regionName:topicName], "[anotherRegion: topicName, anotherTopic]" | None. This is required to be set in the source connector properties |geodeConnectorBatchSize| no | Maximum number of records to return on each poll| 100 | |geodeConnectorQueueSize| no | Maximum number of entries in the connector queue before backing up all Geode cq listeners sharing the task queue | 10000 |
