Re: Facing issue while producing

2024-10-01 Thread Akash Jain
This error is retriable by the producer. However, if this is happening frequently, this may point to an unstable Kafka cluster. So focus on brokers' health and stability. Investigate if there are issues with your brokers. On Thu, Sep 12, 2024 at 10:23 AM Vikram Singh wrote: > Hello Akash, > > I

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

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