-
Hey All, I am trying to deploy I checked that the Kafka and Zookeeper pods are running but could not find the actual issue. The
The Log is as follows:
Any suggestions are appreciated. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 6 replies
-
I guess it is failing to connect to your Kafka cluster? |
Beta Was this translation helpful? Give feedback.
-
Sorry to ask this in the same discussion but the connector started running now. I am trying to deploy the Postgres connector but after applying the
Why is not showing up in the Available connectors? Only these 3 are showing up:
I checked the build too and its copying the plugin in the correct path
Any suggestions would be helpful. Thanks |
Beta Was this translation helpful? Give feedback.
-
Yes, I am using the same resource as above. I am not sure if it contains
all the required dependencies.I was under the impression that the maven
artifact will have all the required dependencies. Is it not the case?
…On Fri, 3 Feb, 2023, 20:09 Jakub Scholz, ***@***.***> wrote:
Do you still use the same custom resource as above? I wonder if you should
download the connector archive instead of the Maven artifact - are you sure
it contains all the required dependencies etc.?
—
Reply to this email directly, view it on GitHub
<#8038 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF2QZXUGVOK2OTNP7JZC7I3WVUKCLANCNFSM6AAAAAAUQHZF6M>
.
You are receiving this because you authored the thread.Message ID:
<strimzi/strimzi-kafka-operator/repo-discussions/8038/comments/4862807@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
I encountered the same dead loop situation with identical log message. currently we use connections.max.idle.ms=-1 on both client side and server side to keep socket connection up forever as tentative work around in development environment. However, we don't know if this can be used in production as we don't know what will happen if the long socket connection breaks. Given that in production , long socket will break sooner or later, we will be facing an uncertain consequence. On the other hand, when I used command /opt/ns/kafka/bin/kafka-consumer-groups.sh --bootstrap-server $kafka_brokers --list the debezium consumer group doesn't show up, while consumer group for other consumers showed up. this leads me to believe that the consumer group for debezium was never established properly, which explains that when consumer disconnect and connect back, the kafka broker reports that the consumer group coordinator is not available. This is definitely a serious debezium bug with regard to improper kafka client usage or kafka bug with regard to debezium consumer connection. The bottom line is, the debezium consumer group should show up in the list produced by /opt/ns/kafka/bin/kafka-consumer-groups.sh --bootstrap-server $kafka_brokers --list by the way, https://groups.google.com/g/debezium/c/k7NBXCyMSHI is also about this issue. |
Beta Was this translation helpful? Give feedback.
-
https://groups.google.com/g/debezium/c/k7NBXCyMSHI is also discussing this issue. |
Beta Was this translation helpful? Give feedback.
-
Just an update: I noticed a new kafkaconnect image http://quay.io/strimzi/kafka:0.34.0-kafka-3.3.2 released recently. While doing this, I also noticed that the kafka needs to be upgraded to version 3.0 or above to avoid |
Beta Was this translation helpful? Give feedback.
I guess it is failing to connect to your Kafka cluster?