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 e3148fc  Git connector examples: Moved git source to git source commit 
folder
e3148fc is described below

commit e3148fc2dadaa34187e6145bafb9539c12beb057
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Nov 5 09:00:00 2020 +0100

    Git connector examples: Moved git source to git source commit folder
---
 git/{git-source => git-source-commit}/README.adoc                     | 4 ++--
 .../config/CamelGitSourceConnector.properties                         | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/git/git-source/README.adoc b/git/git-source-commit/README.adoc
similarity index 92%
rename from git/git-source/README.adoc
rename to git/git-source-commit/README.adoc
index af83a4a..a383a44 100644
--- a/git/git-source/README.adoc
+++ b/git/git-source-commit/README.adoc
@@ -59,7 +59,7 @@ Now we are ready to go
 
 === Setup the connectors
 
-Open the Git configuration file at 
`$EXAMPLES/git/git-source/config/CamelGitSourceConnector.properties`
+Open the Git configuration file at 
`$EXAMPLES/git/git-source-commit/config/CamelGitSourceConnector.properties`
 
 [source]
 ----
@@ -82,7 +82,7 @@ Run the kafka connect with the Git Source connector:
 
 [source]
 ----
-$KAFKA_HOME/bin/connect-standalone.sh 
$KAFKA_HOME/config/connect-standalone.properties 
$EXAMPLES/git/git-source/config/CamelGitSourceConnector.properties
+$KAFKA_HOME/bin/connect-standalone.sh 
$KAFKA_HOME/config/connect-standalone.properties 
$EXAMPLES/git/git-source-commit/config/CamelGitSourceConnector.properties
 ----
 
 On a different terminal run the kafkacat consumer
diff --git a/git/git-source/config/CamelGitSourceConnector.properties 
b/git/git-source-commit/config/CamelGitSourceConnector.properties
similarity index 100%
rename from git/git-source/config/CamelGitSourceConnector.properties
rename to git/git-source-commit/config/CamelGitSourceConnector.properties

Reply via email to