> -Ursprüngliche Nachricht-
> Von: Vincent Maurin
> Gesendet: Freitag, 29. März 2019 15:24
> An: users@kafka.apache.org
> Betreff: Re: Offsets of deleted consumer groups do not get deleted
> correctly
>
> Hi,
>
> You should keep the policy compact for the topic __
: Re: Offsets of deleted consumer groups do not get deleted correctly
Hi,
You should keep the policy compact for the topic __consumer_offsets This topic
stores for each group/topic/partition the offset consumed. As only the latest
message for a group/topic/partition is relevant, the policy
Hi,
You should keep the policy compact for the topic __consumer_offsets
This topic stores for each group/topic/partition the offset consumed. As
only the latest message for a group/topic/partition is relevant, the policy
compact will keep only this message. When you delete a group, actually it
wil
Hey there,
I've got the problem that the "__consumer_offsets" topic grows pretty big over
time. After some digging, I found offsets for consumer groups that were deleted
a long time ago still being present in the topic. Many of them are offsets for
console consumers, that have been deleted with