Skip to content

Commit 45b26d9

Browse files
committed
fix kafka streamer commit --skip-tests
1 parent 158eb45 commit 45b26d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cwm_worker_operator/kafka_streamer.py

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def commit(topic, consumer, domains_config, agg_data, no_kafka_commit=False):
9595
raise NotImplementedError(f"topic {topic} is not supported")
9696
if not no_kafka_commit:
9797
consumer.commit()
98+
agg_data.clear()
9899

99100

100101
def delete_records(topic, latest_partition_offset):

0 commit comments

Comments
 (0)