Merge pull request #22103 from copumpkin/automatic-kafka-broker-id

apache-kafka service: change default brokerId to -1
This commit is contained in:
Daniel Peebles 2017-01-24 22:17:03 -05:00 committed by GitHub
commit 95add2c2f7

View File

@ -38,7 +38,7 @@ in {
brokerId = mkOption {
description = "Broker ID.";
default = 0;
default = -1;
type = types.int;
};