This message was deleted.
# troubleshooting
s
This message was deleted.
v
is there duplicate data in kafka?
b
I am sending a pic
At same timestamp same data is populated
v
that is because kafka ahs that data
druid supports exactly once delivery from kafka. Duplicate in druid will come only if kafka has duplicate data
please check how data is coming into kafka. The other option is to handle this in the query by using EARLIEST/LATEST. this will get you one row from all the duplicates
check the data in kafka…druid will not get duplicates unless kafka already has the duplicates