Replies: 2 comments
-
@pk-hugo Did you find the fix? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @pk-hugo, can you share some more information about the problem, specifically:
The cluster metrics are listed here: https://kafka.apache.org/documentation/#kraft_monitoring |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Community!
I'm here hoping to find the root cause for this and learn more.
We have a strimzi kafka cluster in our k8s cluster. We are using strimzi 0.45.0 with KRAFT.
Our producers are failing constantly with the below error. This log keeps repeating
We thought the issue is with the leader broker for that partition and restarted that broker. But even when the partition leader changed to a different broker we are not able to produce any messages and the error pops up again. Surprisingly what we noticed is whenever we restart our brokers and try producing the first few messages will be pushed and consumed. Then once the error pops up the producer starts failing again.
Then we thought the error is with one partition. So we tried pushing to other partitions it worked initially but started failing again after some time.
We have also tried deleting the topic and creating it again. Even then the same issue started reproducing.
We tried increasing the delay between fetching the metadata from 100 ms to 1000ms - did not work
We checked if any consumer is constantly reconnecting making the brokers to keep shuffling between partitions always - we did not find any consumer doing that.
We restarted all the brokers to reset the state again for all of them - did not work the error came again.
Beta Was this translation helpful? Give feedback.
All reactions