We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c0dff commit 0cdbec6Copy full SHA for 0cdbec6
src/sentry/runner/commands/run.py
@@ -548,7 +548,7 @@ def batching_kafka_options(
548
is_flag=True,
549
help="Listen to all consumer types at once.",
550
)
551
-@batching_kafka_options("ingest-consumer", max_batch_size=100)
+@kafka_options("ingest-consumer", include_batching_options=True, default_max_batch_size=100)
552
@click.option(
553
"--concurrency",
554
type=int,
0 commit comments