Kafka Issues

Karan Arora
Karan Arora
from Chandigarh
4 years ago

Does Apache kafka works efficiently. Sometimes it duplicates the data. Please share your experiences if you guys worked on Kafka. 

Replies 1 to 2 of 2 Descending
Karan Arora
Karan Arora
from Chandigarh
4 years ago

I thought of handling kafka duplicate issues using KSQL. Not explored much.. But i think it cna be achieved

BALVINDER SINGH
BALVINDER SINGH
from Hisar
4 years ago

HI Karan, Kafka is just a Queue, it will take data and give data in an ordered queue, by default or prioritized. The logics for duplicacy avoidance need to be applied at app end only. You can also use Kafka tools provided by LinkedIn itself, https://github.com/linkedin/kafka-tools


LockSign in to reply to this thread