This is an automated email from the ASF dual-hosted git repository.
jasonhuynh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 711a5ef Update README.md
711a5ef is described below
commit 711a5ef0e63adf99f4a746f7b71bb65385633660
Author: Jason Huynh <[email protected]>
AuthorDate: Tue Feb 25 14:40:03 2020 -0800
Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 19dbf14..d710d40 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ plugin.path=(Path to your
clone)/geode-kafka-connector/build/libs/
name=geode-kafka-sink
connector.class=GeodeKafkaSink
tasks.max=1
-topic-to-regions=[someTopicToSinkFrom:someRegionToConsume]
+topic-to-regions=[someTopicToSinkFrom:someRegionToConsumeTo]
topics=someTopicToSinkFrom
locators=localHost[10334]
```