How to update KafkaConnect from 0.46.0 to 0.47.0? #11751
Replies: 2 comments 34 replies
-
Hey, so if you have new custom image, you should also have the version of Kafka mentioned in the KafkaConnect's |
Beta Was this translation helpful? Give feedback.
-
I have good news, it is working!! The problem indeed was the format. Changing key format from I can confirm that for the
So, it is a BREAKING CHANGE, but as discussed here, the authentication module was a bit messy so we did not know about this. And it gets more interesting. My assumption was that IF there are not
|
Beta Was this translation helpful? Give feedback.
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,
I have installed the strimzi operator
0.46.0
in Kubernetes, I am usingKafkaConnect
,Connectors
, a customdocker image
which extends fromquay.io/strimzi/kafka:0.46.0-kafka-3.9.0
. Everything has work like a charm!!!.I saw that there is a new operator release,
0.47.0
, then I updated theoperator
. I did not see breaking changes in theCHANGELOG
, so I was expecting a smooth update, however theKafkaConnect
pods are continuously crashingCrashLoopBackOff
and restarting. The pods areReady False
Kubernetes version:
v1.31.10
Client Version:
v1.30.2
Strimzi operator:
0.47.0
New base docker image:
quay.io/strimzi/kafka:0.47.0-kafka-3.9.0
Is there a proper way to update KafkaConnect from
0.46.0
to0.47.0
?The only thing that I see in the logs is an ERROR related to
log4j
, which has always been there, and it is ignored, including version0.46.0
:Beta Was this translation helpful? Give feedback.
All reactions