Re: Kafka old messages

2024-10-01 Thread Kiran Satpute
Thanks Akash On Tue, 1 Oct 2024, 4:17 pm Akash Jain, wrote: > Hello Kiran, Define old. In Kafka when you have a topic with: > > 1. cleanup.policy=delete - messages older than than the retention.ms will > be deleted. For example - if you have a retention of 7 days, all messages > older than 7 day

Re: Kafka old messages

2024-10-01 Thread Akash Jain
Hello Kiran, Define old. In Kafka when you have a topic with: 1. cleanup.policy=delete - messages older than than the retention.ms will be deleted. For example - if you have a retention of 7 days, all messages older than 7 days will be deleted meaning the oldest message that you can recover is 7 d