Replies: 1 comment 2 replies
-
You should set the retention of your topics so that the disk does not get full. That is the only option offered by Kafka itself. We have some work in progress on a quota plugin that might help with this in https://github.com/strimzi/kafka-quotas-plugin, but I do not think there is any exact timeline for when it will be available. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi All,
If you will load a lot of data into Kafka and your storage space became 100% used, kafka pod just enters into "Error->CrashLoopBackoff->Running->Error" cycle. Is there any settings just to stop accepting messages when disk is near capacity instead of simply falling?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions