Re: How set properly infinite retention

2018-07-30 Thread David Espinosa
Thanks a lot! I will try that! David El lun., 30 jul. 2018 a las 13:26, Kamal Chandraprakash (< kamal.chandraprak...@gmail.com>) escribió: > log.retention.ms = 9223372036854775807 (Long.MAX_VALUE) > > > On Mon, Jul 30, 2018 at 3:04 PM David Espinosa wrote: > > > Hi thanks a lot for the reply. >

Re: How set properly infinite retention

2018-07-30 Thread Kamal Chandraprakash
log.retention.ms = 9223372036854775807 (Long.MAX_VALUE) On Mon, Jul 30, 2018 at 3:04 PM David Espinosa wrote: > Hi thanks a lot for the reply. > > The thing is that I need compaction to delete some messages (for GDPR > purposes), and for that I need the log cleaner to be enabled (with > policy=

Re: How set properly infinite retention

2018-07-30 Thread David Espinosa
Hi thanks a lot for the reply. The thing is that I need compaction to delete some messages (for GDPR purposes), and for that I need the log cleaner to be enabled (with policy=compact). David El lun., 30 jul. 2018 a las 11:27, M. Manna () escribió: > I believe you can simply disable log cleaner

Re: How set properly infinite retention

2018-07-30 Thread M. Manna
I believe you can simply disable log cleaner. On Mon, 30 Jul 2018, 10:07 David Espinosa, wrote: > Hi all, > I would like to set infinite retention for all topics created in the > cluster by default. > I have tried with: > > *log.retention.ms =-1* at *server.properties* >

How set properly infinite retention

2018-07-30 Thread David Espinosa
Hi all, I would like to set infinite retention for all topics created in the cluster by default. I have tried with: *log.retention.ms =-1* at *server.properties* But messages get deleted approx after 10 days. Which configuration at broker level should I use for infinite