[redpanda] section¶
Configuration of the Kafka client for internal services.
addresses¶
- YAML Path:
redpanda.addresses
- Key-value Path:
redpanda/addresses
- Environment:
NOC_REDPANDA_ADDRESSES
bootstrap_servers¶
- YAML Path:
redpanda.bootstrap_servers
- Key-value Path:
redpanda/bootstrap_servers
- Environment:
NOC_REDPANDA_BOOTSTRAP_SERVERS
username¶
- YAML Path:
redpanda.username
- Key-value Path:
redpanda/username
- Environment:
NOC_REDPANDA_USERNAME
password¶
- YAML Path:
redpanda.password
- Key-value Path:
redpanda/password
- Environment:
NOC_REDPANDA_PASSWORD
sasl_mechanism¶
- Default value:
PLAIN
Possible values:
PLAIN
GSSAPI
SCRAM-SHA-256
SCRAM-SHA-512
YAML Path:
redpanda.sasl_mechanism
- Key-value Path:
redpanda/sasl_mechanism
- Environment:
NOC_REDPANDA_SASL_MECHANISM
security_protocol¶
- Default value:
PLAINTEXT
Possible values:
PLAINTEXT
SASL_PLAINTEXT
SSL
SASL_SSL
YAML Path:
redpanda.security_protocol
- Key-value Path:
redpanda/security_protocol
- Environment:
NOC_REDPANDA_SECURITY_PROTOCOL
max_batch_size¶
- Default value:
16384
- YAML Path:
redpanda.max_batch_size
- Key-value Path:
redpanda/max_batch_size
- Environment:
NOC_REDPANDA_MAX_BATCH_SIZE
retry_backoff_ms¶
- Default value:
3
- YAML Path:
redpanda.retry_backoff_ms
- Key-value Path:
redpanda/retry_backoff_ms
- Environment:
NOC_REDPANDA_RETRY_BACKOFF_MS
max_request_size¶
- Default value:
1048576
- YAML Path:
redpanda.max_request_size
- Key-value Path:
redpanda/max_request_size
- Environment:
NOC_REDPANDA_MAX_REQUEST_SIZE
compression_type¶
- Default value:
lz4
Possible values:
none
gzip
snappy
lz4
zstd
YAML Path:
redpanda.compression_type
- Key-value Path:
redpanda/compression_type
- Environment:
NOC_REDPANDA_COMPRESSION_TYPE