Merge pull request #22103 from copumpkin/automatic-kafka-broker-id
apache-kafka service: change default brokerId to -1
This commit is contained in:
commit
95add2c2f7
@ -38,7 +38,7 @@ in {
|
|||||||
|
|
||||||
brokerId = mkOption {
|
brokerId = mkOption {
|
||||||
description = "Broker ID.";
|
description = "Broker ID.";
|
||||||
default = 0;
|
default = -1;
|
||||||
type = types.int;
|
type = types.int;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user