Skip to content

Commit

Permalink
remove output from revoke callback
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Oct 1, 2024
1 parent d25ef2a commit 2fba7b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion logprep/connector/confluent_kafka/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ def _revoke_callback(self, consumer, topic_partitions):
topic_partition.topic,
topic_partition.partition,
)
self.output_connector._write_backlog()
self.batch_finished_callback()

def _lost_callback(self, consumer, topic_partitions):
Expand Down

0 comments on commit 2fba7b2

Please sign in to comment.