mirror of https://github.com/apache/kafka.git
During migration from ZK mode to KRaft mode, there is a step where the kcontrollers load all of the data from ZK into the metadata log. Previously, we were using a batch size of 1000 for this, but 200 seems better. This PR also adds an internal configuration to control this batch size, for testing purposes. Reviewers: Colin P. McCabe <cmccabe@apache.org> |
||
|---|---|---|
| .. | ||
| main/java/org/apache/kafka | ||
| test/java/org/apache/kafka/server | ||