Thanks Jonathan! That should help.
On Fri, 31 May 2019, 6:44 pm Jonathan Santilli, < jonathansantilli@gmail.com >
wrote:
> Hello Pranavi,
>
> it sounds like this was solved in the release candidate 2.2.1-RC1 (
> https://issues.apache.org/jira/browse/KAFKA-8335 )
> Take a look at it.
>
> Hope that helps.
>
>
> Cheers!
> --
> Jonathan
>
>
>
>
> On Fri, May 31, 2019 at 8:59 AM Pranavi Chandramohan <
> pranavic@campaignmonitor.com > wrote:
>
> > Hi all,
> >
> > We use Kafka version 2.11-1.1.1. We produce and consume transactional
> > messages and recently we noticed that 2 partitions of the
> __consumer_offset
> > topic have very high disk usage (256GB)
> > When we looked at the log segments for these 2 partitions, there were
> files
> > that were 6 months old.
> > By dumping the content of an old log segment using the following comma...