-
Kafka Image: strimzi/kafka:0.43.0-kafka-3.8.0
Error Message we get in Kafka Broker after 5-25 Minutes Running. before there no really any important logs.
Strimzi Logs:
Any Idea if this is a Ubuntu or Kafka Problem ? |
Beta Was this translation helpful? Give feedback.
Answered by
teimyBr
Feb 13, 2025
Replies: 1 comment 1 reply
-
That does not look like Strimzi configuration. You need to share the full Strimzi configuration and full logs. Otherwise people will have no chance to tell you what is going on. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Was no strimzi issue.
Issue was in one of the kafka brocker setup via strimzi.
Solution was to set:
vm.max_map_count=524288
vm.overcommit_ratio=100
vm.overcommit_memory=0
on the kubenetes node where kafka node is running