setting offsets.retention.minutes in spec.kafka.config doesn't seem to have any effect #7136
Unanswered
rubensayshi
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Strimzi just passes the value to Kafka. So if you see it in the configuration file, there is not much more Strimzi can do about it. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
setting
offsets.retention.minutes
inspec.kafka.config
doesn't seem to have any effect on the__consumer_offsets
topic.To Reproduce
kafka
resource withoffsets.retention.minutes
set inspec.kafka.config
kube describe kafkatopic consumer-offsets
compact
without any retention params.Expected behavior
I would expect the retention to be applied to the
__consumer-offsets
topic, to avoid my offsets being lost when a consumer hasn't been alive for a while longer than the default 7 days (which also happens if there just weren't any new messages on the topic).YAML files and logs
Additional notes
I do see the value set in the config file on the pod (
custom-config/server.config
)Beta Was this translation helpful? Give feedback.
All reactions