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 f812269  Fix topic name for gh events source example
f812269 is described below

commit f8122691a58d78ee63157a7cf76cf112889654df
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Jan 12 13:50:35 2021 +0100

    Fix topic name for gh events source example
---
 .../github-source-events/config/CamelGithubSourceConnector.properties   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/github/github-source-events/config/CamelGithubSourceConnector.properties 
b/github/github-source-events/config/CamelGithubSourceConnector.properties
index 5e04647..e02889f 100644
--- a/github/github-source-events/config/CamelGithubSourceConnector.properties
+++ b/github/github-source-events/config/CamelGithubSourceConnector.properties
@@ -23,7 +23,7 @@ key.converter=org.apache.kafka.connect.storage.StringConverter
 transforms=EventTransforms
 transforms.EventTransforms.type=com.github.oscerd.EventTransforms
 
-topics=gh-test-6
+topics=mytopic
 
 camel.source.endpoint.repoName=finnhub-java-client
 camel.source.endpoint.repoOwner=oscerd

Reply via email to