Kafka retention policy per topic not working as expected

2020-05-21 Thread Don Ky
Hello Kafka users! I'm posting because we are having an issue with a topic retention that we don't understand and need input on what could potentially be wrong on our end if it's indeed is a configuration issue.¬ First we are running a containerized version of Kafka with the following environment v

Re: Kafka retention policy per topic not working as expected

2020-05-24 Thread Don Ky
policy and now the delete policy isn't applicable? Thanks! On Thu, May 21, 2020 at 12:49 PM Don Ky wrote: > Hello Kafka users! I'm posting because we are having an issue with a topic > retention that we don't understand and need input on what could potentially > be wrong o

Re: Kafka retention policy per topic not working as expected

2020-05-27 Thread Don Ky
ion. > > The other possibility is that the cleaner just hasn't gotten around to > deleting those segments. Given that you have "compact" as your default > policy, you might have a lot of topics that are compacted and it's busy > churning through those. > >