改为手动提交

This commit is contained in:
wuaho 2021-10-26 18:29:23 +08:00
parent e6331341a5
commit d639660839

View File

@ -144,4 +144,4 @@ class Transmitter:
try:
kafka_client.commit()
except Exception as e:
self.log.error(e)
self.log.error(f'进程:{self.p} error:{e}')