Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/VARIABLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8272,3 +8272,21 @@ Default: 2048

***

### broker_id

Unique identifier for each Kafka broker node.

Default: Automatic assignment based on inventory position or explicit configuration via broker_id variable

***

### node_id

Unique identifier assigned to each Kafka node (controller or broker) during deployment.

Default: automatically generated based on the node's inventory position or explicitly configured via the node_id variable.

***