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 6ffb3fe  change topic property for aws2-sqs source
6ffb3fe is described below

commit 6ffb3fe162e2ba2ca5bf4617b93f1eaff41a23cc
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue May 19 17:48:13 2020 +0200

    change topic property for aws2-sqs source
---
 aws2-sqs/aws2-sqs-source/config/CamelAWS2SQSSourceConnector.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/aws2-sqs/aws2-sqs-source/config/CamelAWS2SQSSourceConnector.properties 
b/aws2-sqs/aws2-sqs-source/config/CamelAWS2SQSSourceConnector.properties
index 6420890..9aa53eb 100644
--- a/aws2-sqs/aws2-sqs-source/config/CamelAWS2SQSSourceConnector.properties
+++ b/aws2-sqs/aws2-sqs-source/config/CamelAWS2SQSSourceConnector.properties
@@ -22,7 +22,7 @@ 
value.converter=org.apache.kafka.connect.storage.StringConverter
 
 camel.source.maxPollDuration=10000
 
-topics=mytopic
+camel.source.kafka.topic=mytopic
 
 camel.source.path.queueNameOrArn=camel-1
 camel.source.endpoint.deleteAfterRead=false

Reply via email to