This is an automated email from the ASF dual-hosted git repository.

moleske 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 5056824  Correcting grammar of the connector description (#13)
5056824 is described below

commit 50568245dc04c08895b80372dd982bb2c307da34
Author: Ashish Choudhary <[email protected]>
AuthorDate: Fri Jan 15 06:58:59 2021 +0530

    Correcting grammar of the connector description (#13)
    
    * correcting kafka spelling
    * correcting grammar of description
---
 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8c6956b..1d279b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,12 +223,11 @@
                             <title>Kafka Connect Apache Geode</title>
                             
<documentationUrl>https://geode.apache.org/docs/</documentationUrl>
                             <description>
-                            The Apache Geode connector can be used to move 
data from Kafka to Geode and vice versa. The Sink take data from a Kafka topic 
and puts in a region in Geode, while the Source will move any data inserted 
into Geode region, to Kafka topics .
+                                The Apache Geode connector can be used to move 
data from Kafka to Geode and vice versa. The Sink takes data from a Kafka topic 
and puts it in a region in Geode, while the Source will move any data inserted 
into Geode region, to Kafka topics.
 
-                                Apache Geode is an in-memory data grid which 
stores data in a key-value format. When the Geode acts as a Sink, the key value 
pair is extracted from the Sink Record from the Kafka topic and that key-value 
pair is stored in Geode regions. When Geode acts as a Source, whenever a 
key-value pair is inserted into the region, an event is sent to connector 
containing the data. This data is then placed into the Kafka topic.
+                                Apache Geode is an in-memory data grid that 
stores data in a key-value format. When the Geode acts as a Sink, the key-value 
pair is extracted from the Sink Record from the Kafka topic and that key-value 
pair is stored in Geode regions. When Geode acts as a Source, whenever a 
key-value pair is inserted into the region, an event is sent to the connector 
containing the data. This data is then placed into the Kafka topic.
 
-                                The mapping between the region and topics must 
be provided by the user. They must also ensure that the Apache Geode cluster is 
up and running along with all the required regions along with the topics in 
Kafka. The Apache Geode cluster must consist of at least one locator and one 
server.
-                            </description>
+                                The mapping between the region and topics must 
be provided by the user. The user must also ensure that the Apache Geode 
cluster is up and running along with all the required regions along with the 
topics in Kafka. The Apache Geode cluster must consist of at least one locator 
and one server.                            </description>
                             <logo>logos/PoweredBYlogo.png</logo>
 
                             <supportProviderName>Apache Software Foundation / 
VMware</supportProviderName>

Reply via email to