mardambey / mypipe

MySQL binary log consumer with the ability to act on changed rows and publish changes to different systems with emphasis on Apache Kafka.

Home Page: http://mardambey.github.io/mypipe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KafkaProducer flush can result in out of order transactions

joekiller opened this issue · comments

When the KafkaProducer drains the queue to the HashSet, the order of the messages on the queue is lost. Sometimes this results in transactions being put on Kafka in the wrong order.