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 7e332d1 Update README.md
7e332d1 is described below
commit 7e332d114101a90169a079731cd8bb455ce96dbb
Author: Jason Huynh <[email protected]>
AuthorDate: Tue Feb 25 14:40:39 2020 -0800
Update README.md
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index d710d40..957dcfb 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,10 @@
Kafka provides an integration point through Source and Sink Connectors. The
GeodeKafkaSource allows Geode to be a data source for Kafka
The GeodeKafkaSink allows Geode to consume data off of topics and store data
from Kafka.
+### Build
+mvn package
+
+
### How to install the geode-kafka-connector
---
#### Prerequisite