Arjun Chakraborty

Results 9 comments of Arjun Chakraborty

Hi @oscerd - thank you. A clarifying question : - I created my Kafka Connect resource using the example given https://strimzi.io/blog/2021/03/29/connector-build/ and the repository link for connector from here :...

Hi @oscerd - Sorry for the delay. I added the STS jar. Now my Kafka-connect yaml looks like : ``` apiVersion: kafka.strimzi.io/v1beta2 kind: KafkaConnect metadata: namespace : my-kafka name: my-connect-cluster...

Thanks @oscerd - Is there a recommended way of going about merging the JAR files? - I can merge the connector tar gz file and STS JAR locally. However as...

Thank you @oscerd and @scholzj for your comments. Based on those - I managed to create a AWS Kafka s3 source connector with the STS jar. I used this link...

Thanks @oscerd - I get the error before I setup the Kafka connector yaml. > For the useDefaultCredentialsProvider option use the camel.source.endpoint option and not the camel.component one. Also try...

I think the error on the Kafka Connect pod is confusing. It says `Not authorized to perform sts:AssumeRoleWithWebIdentity` - which means the AWS role being used on the Kafka Connect...

Thanks @oscerd and @scholzj. After some thought, we've decided to use keys instead of the service account role. The process of using service account role was too complicated and we...

> Maybe you would need to elaborate a bit more on how exactly you mean it? I asked my colleague @rlonberg to elaborate on the practice of using service accounts...

Hi @jliunyu - Thanks for getting back to me. So, quick update on this - the producer now works. I can send messages and there are no problems. However, I'm...