Azure / kafka-sink-azure-kusto

Kafka sink for Kusto
MIT License
48 stars 24 forks source link

Precommit offset fix #33

Closed fahadhasher closed 4 years ago

fahadhasher commented 4 years ago

This fix should actually be introduced in Kafka Connect framework. The following causes a single duplicate record(last committed) to be processed in case of restarts and rebalances.

fahadhasher commented 4 years ago

@SanchayGupta1197 @ohadbitt Please review and merge this PR. Thanks!