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 08:28:49 UTC

[camel-kafka-connector-examples] branch master updated: Stats docker source example: Fix topic name

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 3b427cf  Stats docker source example: Fix topic name
3b427cf is described below

commit 3b427cf5fd539c735bea945623adc8658016875b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 20 09:28:31 2021 +0100

    Stats docker source example: Fix topic name
---
 docker/docker-source-stats/config/CamelDockerSourceConnector.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/docker-source-stats/config/CamelDockerSourceConnector.properties b/docker/docker-source-stats/config/CamelDockerSourceConnector.properties
index a4f6af5..0448c37 100644
--- a/docker/docker-source-stats/config/CamelDockerSourceConnector.properties
+++ b/docker/docker-source-stats/config/CamelDockerSourceConnector.properties
@@ -22,7 +22,7 @@ tasks.max=1
 key.converter=org.apache.kafka.connect.storage.StringConverter
 value.converter=org.apache.kafka.connect.storage.StringConverter
 
-topics=docker-test-events-st
+topics=mytopic
 
 camel.component.docker.host=/var/run/docker.sock
 camel.component.docker.socket=true