Ron Dagostino created KAFKA-13192:
-------------------------------------
Summary: broker.id and node.id can be specified inconsistently
Key: KAFKA-13192
URL: https://issues.apache.org/jira/browse/KAFKA-13192
Project: Kafka
Issue Type: Bug
Affects Versions: 3.0.0
Reporter: Ron Dagostino
If both broker.id and node.id are set, and they are set inconsistently
(e.g.broker.id=0, node.id=1) then the value of node.id is used and the
broker.id value is left at the original value. The server should detect this
inconsistency, throw a ConfigException, and fail to start.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)