Chia-Ping Tsai created KAFKA-17042:
--------------------------------------
Summary: the migration docs should remind users to set
"broker.id.generation.enable" when adding broker.id
Key: KAFKA-17042
URL: https://issues.apache.org/jira/browse/KAFKA-17042
Project: Kafka
Issue Type: Improvement
Reporter: Chia-Ping Tsai
Assignee: Chia-Ping Tsai
in the section: Enter Migration Mode on the Brokers
it requires users to add "broker.id", but it can produces error "broker.id must
be greater than or equal to -1 and not greater than reserved.broker.max.id"
too. That is caused by the zk broker is using a generated broker id.
As this phase is temporary, the simple solution is to remind users to add
"broker.id.generation.enable=false" if the zk broker is using generated broker
id.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)