Replies: 1 comment 35 replies
-
You will have to check the different logs to find out what the problem is - fromt he operator, from Kafka Connect etc. |
Beta Was this translation helpful? Give feedback.
35 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I installed Kafka Cluster previously and now I am focusing on KafkaConnect and KafkaConnector. I used the following documentation and build the camel aws s3 sink kafka connecter, based on that I made a docker image and I pushed the image to the docker hub.
https://ibm-cloud-architecture.github.io/refarch-eda/scenarios/connect-s3/
https://developers.redhat.com/blog/2020/02/14/using-secrets-in-apache-kafka-connect-configuration/
Camel: https://github.com/apache/camel-kafka-connector
Dockerfile
KafkaConnect
KafkaConnector
But the problem is, the kafka connect pod is failing and the pod describe is here:
As a testing purpose, I commented the tls like below inside the kafka connect, but that also didn't worked.
We have not configured the liveness and readiness probe anywhere for this. Then why the pod is failing here?
Also I have another doubt, I have multiple kafka topics, so how can archive all topic to S3 bucket using the above connect yaml config?
strimzi-kafka-operator: 0.28.0
Kafka cluster version: 3.1.0
Beta Was this translation helpful? Give feedback.
All reactions