Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
benclive committed Oct 15, 2024
1 parent 8d9fdd2 commit cce7377
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/sources/shared/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,16 @@ kafka_config:
# CLI flag: -kafka.write-timeout
[write_timeout: <duration> | default = 10s]

# The SASL username for authentication to Kafka using the PLAIN mechanism.
# Both username and password must be set.
# CLI flag: -kafka.sasl-username
[sasl_username: <string> | default = ""]

# The SASL password for authentication to Kafka using the PLAIN mechanism.
# Both username and password must be set.
# CLI flag: -kafka.sasl-password
[sasl_password: <string> | default = ""]

# The consumer group used by the consumer to track the last consumed offset.
# The consumer group must be different for each ingester. If the configured
# consumer group contains the '<partition>' placeholder, it is replaced with
Expand Down

0 comments on commit cce7377

Please sign in to comment.