Replies: 1 comment
-
I never saw this error. But one thing you can try is to configure memory / cpu requests. Memory / cpu issues might cause similar issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Strimzi community,
I am trying to set up a CDC from a PSQL database to a non-strimzi kafka cluster using KafkaConnect resources by Strimzi. I am using the Debezium PSQL connector baked into the strimzi-kafka image as follows:
To deploy the KafkaConnect, I am using a Helm chart which produces the following manifests:
This configuration starts up a kafkaconnect pod, logs into the kafka cluster, and then stops without error messages. Can someone with a more trained eye point me where I've got a possible misconfiguration?
Thanks a lot already in advance. Also tell me if I can provide any other useful information about the configuration.
Beta Was this translation helpful? Give feedback.
All reactions