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


   You can use the credential provider chain of all the AWS Client, by enabling 
the defaultCredentialProvider option and adding the correct jars in an extended 
connector. There is no way of doing the assumeRole operation while building the 
client, the option to specify an instance of the Kinesis client is only related 
to a single instance (through constructor) but since the client is using 
builder, it's not possible to do that through options. If you need to do 
assumeRole operation before doing anything else, my suggestion is using plain 
camel with Kafka, instead of using camel-kafka-connector.


-- 
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