oscerd commented on issue #1293:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1293#issuecomment-984574771


   1. The difference is the under the hood SDK version, for aws2-sqs is the SDK 
v2 and for aws-sqs is the v1. The suggestion is to switch to v2, because in the 
new ckc release you won't find aws-sqs, because the related camel component has 
been removed starting from camel 3.9.0, this means from ckc >= 0.9.0 you won't 
have aws-sqs connector
   2. The camel.source.component options are meant to be used to set something 
at Camel component level, this means, in Camel ecosystem, the endpoints created 
from the component will have the same options set at component level (you set 
them one and they will be in all the endpoints). camel.source.endpoint are fine 
grained option for a single endpoint.
   
   It's always better in the context of ckc to set everything at endpoint 
options level, instead of component.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to