Skip to content

Commit

Permalink
increase consumer queue size
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all authored Jul 16, 2024
1 parent 33f4982 commit 6aba53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
consumer = ConsumerEngine(
bootstrap_servers=[settings.KAFKA_HOST],
group_id="report-worker",
queue_size=100,
queue_size=10_000,
report_interval=60,
)
producer = ProducerEngine(
Expand Down

0 comments on commit 6aba53d

Please sign in to comment.