Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hakan458 committed Oct 30, 2024
1 parent 3172ad4 commit 7af1b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tasks/stream_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ async def async_process_streaming_output(
try:
while not input_done.is_set():
data = await consumer.getmany(timeout_ms=timeout_ms, max_records=batch_size)
await self.consumer.commit()
await consumer.commit()
for topic_partition, messages in data.items():
topic = topic_partition.topic
if messages:
Expand Down

0 comments on commit 7af1b08

Please sign in to comment.