This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git
The following commit(s) were added to refs/heads/master by this push: new 97b19ce Google Sheets Stream Source with split example: Fixed path 97b19ce is described below commit 97b19ce0228d4034a90733020ae280f9a1a83fbe Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Nov 12 18:53:28 2020 +0100 Google Sheets Stream Source with split example: Fixed path --- .../google-sheets-stream-with-split-source/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-sheets-stream/google-sheets-stream-with-split-source/README.adoc b/google-sheets-stream/google-sheets-stream-with-split-source/README.adoc index cbcfa16..12df6ea 100644 --- a/google-sheets-stream/google-sheets-stream-with-split-source/README.adoc +++ b/google-sheets-stream/google-sheets-stream-with-split-source/README.adoc @@ -64,7 +64,7 @@ plugin.path=/home/oscerd/connectors === Setup the connectors -Open the Git configuration file at `$EXAMPLES/google-sheets-stream/google-sheets-stream-source/config/CamelGoogleSheetsStreamSourceConnector.properties` +Open the Git configuration file at `$EXAMPLES/google-sheets-stream/google-sheets-stream-with-split-source/config/CamelGoogleSheetsStreamSourceConnector.properties` [source] ---- @@ -94,7 +94,7 @@ Run the kafka connect with the Google Sheets Stream Source connector: [source] ---- -$KAFKA_HOME/bin/connect-standalone.sh $KAFKA_HOME/config/connect-standalone.properties $EXAMPLES/google-sheets-stream/google-sheets-stream-source/config/CamelGoogleSheetsStreamSourceConnector.properties +$KAFKA_HOME/bin/connect-standalone.sh $KAFKA_HOME/config/connect-standalone.properties $EXAMPLES/google-sheets-stream/google-sheets-stream-with-split-source/config/CamelGoogleSheetsStreamSourceConnector.properties ---- On a different terminal run the kafkacat consumer