KafkaConnect fails to start after upgrade from 0.45.0 to 0.46.0 - Missing required configuration "key.converter" #11546
Unanswered
artempol-dev
asked this question in
Q&A
Replies: 2 comments 7 replies
-
You should start by sharing the full configuration (custom resources) and full logs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@scholzj
And logs: |
Beta Was this translation helpful? Give feedback.
7 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.
-
KafkaConnect fails to start after upgrade from 0.45.0 to 0.46.0 - Missing required configuration "key.converter"
Bug Report
Strimzi version: 0.46.0 (upgraded from 0.45.0)
Kafka version: 3.9.0
Description
After upgrading Strimzi from version 0.45.0 to 0.46.0, KafkaConnect fails to start with the following error:
The configuration that was working in 0.45.0 now fails in 0.46.0, suggesting a breaking change in default configurations or validation logic.
Error Log
My configuration
As you can see I have key converter property in my kafka connect configmap
Beta Was this translation helpful? Give feedback.
All reactions