You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/01/20 06:50:54 UTC

[camel-kafka-connector-examples] branch file-conf-docker created (now df7abc7)

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

acosentino pushed a change to branch file-conf-docker
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git.


      at df7abc7  Added CamelDockerSourceConnector.properties for docker-events example

This branch includes the following new commits:

     new df7abc7  Added CamelDockerSourceConnector.properties for docker-events example

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kafka-connector-examples] 01/01: Added CamelDockerSourceConnector.properties for docker-events example

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch file-conf-docker
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git

commit df7abc70f4a007c31172447626662e3ed434db98
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 20 07:50:20 2021 +0100

    Added CamelDockerSourceConnector.properties for docker-events example
---
 ...or.properties => CamelDockerSourceConnector.properties} | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/docker/docker-source-events/config/CamelGithubSourceConnector.properties b/docker/docker-source-events/config/CamelDockerSourceConnector.properties
similarity index 69%
rename from docker/docker-source-events/config/CamelGithubSourceConnector.properties
rename to docker/docker-source-events/config/CamelDockerSourceConnector.properties
index e02889f..2cf99ea 100644
--- a/docker/docker-source-events/config/CamelGithubSourceConnector.properties
+++ b/docker/docker-source-events/config/CamelDockerSourceConnector.properties
@@ -15,17 +15,15 @@
 # limitations under the License.
 #
 
-name=CamelGithubSourceConnector
-connector.class=org.apache.camel.kafkaconnector.github.CamelGithubSourceConnector
+name=CamelDockerSourceConnector
+connector.class=org.apache.camel.kafkaconnector.docker.CamelDockerSourceConnector
 tasks.max=1
 
 key.converter=org.apache.kafka.connect.storage.StringConverter
-transforms=EventTransforms
-transforms.EventTransforms.type=com.github.oscerd.EventTransforms
+value.converter=org.apache.kafka.connect.storage.StringConverter
 
 topics=mytopic
 
-camel.source.endpoint.repoName=finnhub-java-client
-camel.source.endpoint.repoOwner=oscerd
-camel.source.path.type=event
-camel.source.endpoint.oauthToken=<personal_access_token>
+camel.component.docker.host=/var/run/docker.sock
+camel.component.docker.socket=true
+camel.source.path.operation=events