Skip to content

Commit

Permalink
docs: correction of environment name in doc
Browse files Browse the repository at this point in the history
Signed-off-by: Babatunde Aromire <[email protected]>
  • Loading branch information
toondaey committed Sep 5, 2023
1 parent 802efe5 commit d1db702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitnami/kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ The configuration can easily be setup with the Bitnami Apache Kafka Docker image
* `KAFKA_CFG_PROCESS_ROLES`: Node roles when running in KRaft mode. No defaults.
* `KAFKA_CFG_NODE_ID`: Unique node id, required when running in KRaft mode. No defaults.
* `KAFKA_CFG_CONTROLLER_QUORUM_VOTERS`: Map of id/endpoint information for the set of controller quorum voters in a comma-separated list of {id}@{host}:{port} entries. No defaults.
* `KAFKA_RAFT_CLUSTER_ID`: Kafka cluster ID when using Kafka Raft (KRaft). No defaults.
* `KAFKA_KRAFT_CLUSTER_ID`: Kafka cluster ID when using Kafka Raft (KRaft). No defaults.

Additionally, any environment variable beginning with `KAFKA_CFG_` will be mapped to its corresponding Apache Kafka key. For example, use `KAFKA_CFG_BACKGROUND_THREADS` in order to set `background.threads` or `KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE` in order to configure `auto.create.topics.enable`.

Expand Down

0 comments on commit d1db702

Please sign in to comment.