Re: duplicate packets in kafka topic
Hi, What are duplicate messages in your use case? 1) different messages with the same content 2) the same message that is send multiple times to the broker due to retries in the producer 3) something else What do you mean with "identify those duplicates"? What do you want to do with them? For ca
duplicate packets in kafka topic
I have multiple clients who can send duplicate packets multiple time to same kafka topic.. Is there a way to identify those duplicate packets.