Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
periklis committed Jan 10, 2025
1 parent fa87159 commit f26ee50
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/sources/shared/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,15 @@ kafka_config:
# CLI flag: -kafka.max-consumer-lag-at-startup
[max_consumer_lag_at_startup: <duration> | default = 15s]

ingest_limits:
# Enable the ingest limits.
# CLI flag: -kafka.ingest-limits.enabled
[enabled: <boolean> | default = false]

# The window size to use for the limiter.
# CLI flag: -kafka.ingest-limits.window-size
[window_size: <duration> | default = 1m]

# Configuration for 'runtime config' module, responsible for reloading runtime
# configuration file.
[runtime_config: <runtime_config>]
Expand Down

0 comments on commit f26ee50

Please sign in to comment.