Closed harshana-pickme closed 1 year ago
Can someone enlighten me on this ?
Thank you for taking the time to raise this issue. However, it has not had any activity on it in the past 90 days and will be closed in 30 days if no updates occur. Please check if the master branch has already resolved the issue since it was raised. If you believe the issue is still valid and you would like input from the maintainers then please comment to ask for it to be reviewed.
A FetchRequest to a compacted topic will only ever retrieve the most recent value for a given key on a compacted topic. The marking for deletion / tombstoning of the superseded older values and their eventual removal is transparent to a client
Versions
Problem Description
Hi all,
On a compacted topic, kafka will first mark duplicate messages for deletion and then physically remove them later.
Thanks, Harshana