-
How to configure __consumer_offsets Topic ? Background: i want to set a higher retention.ms on this topics that th offset are longer stored in Kafka. Is this possible ? |
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Mar 20, 2024
Replies: 1 comment
-
This is Kafka's internal topic. You should probably not change its configuration just like that. You should use the available options (typically |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
teimyBr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is Kafka's internal topic. You should probably not change its configuration just like that. You should use the available options (typically
offsets.
) in the Kafka configuration.