Hi All,

I have a doubt regarding what will happen if there is a retry to a message
and log compaction is enabled.

retries 10
retry.backoff.ms 1000

For example the data looks like this
1-->State1 (sent)
1-->State2 (failed, waiting for retry)
1-->State3 (sent)
1-->State2 (State2 is now sent as retry)

So will log compaction treat state 3 as latest or state2 as latest ?

Thanks ,
RB

Reply via email to