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 b8417f9  We need to use source.endpoint properties OR url, it's not 
possible to use them together
b8417f9 is described below

commit b8417f9a79d5ab211e6832b307998b42dd531c47
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri May 8 15:46:49 2020 +0200

    We need to use source.endpoint properties OR url, it's not possible to use 
them together
---
 aws2-sqs-source/config/CamelAWS2SQSSourceConnector.properties | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/aws2-sqs-source/config/CamelAWS2SQSSourceConnector.properties 
b/aws2-sqs-source/config/CamelAWS2SQSSourceConnector.properties
index 5395d98..6420890 100644
--- a/aws2-sqs-source/config/CamelAWS2SQSSourceConnector.properties
+++ b/aws2-sqs-source/config/CamelAWS2SQSSourceConnector.properties
@@ -22,9 +22,10 @@ 
value.converter=org.apache.kafka.connect.storage.StringConverter
 
 camel.source.maxPollDuration=10000
 
-camel.source.kafka.topic=mytopic
+topics=mytopic
 
-camel.source.url=aws2-sqs://camel-1?deleteAfterRead=false&deleteIfFiltered=true
+camel.source.path.queueNameOrArn=camel-1
+camel.source.endpoint.deleteAfterRead=false
 
 camel.component.aws2-sqs.access-key=xxxx
 camel.component.aws2-sqs.secret-key=yyyy

Reply via email to