Hello. Thanks to Mickael Maison we merge first PR in series.
Second PR that moves one string constant(ConfigEntityName) from scala code to java is ready for review - https://github.com/apache/kafka/pull/14868/files It's very simple (+100 -79). Please, take a time to review it. It will help us move forward with moving commands to tools module. > 30 нояб. 2023 г., в 13:23, Николай Ижиков <nizhikov....@gmail.com> написал(а): > > Hello. > > I’m working one move `ConfigCommand` to tools module. > > `ConfigCommand` depends on several config classes from core. > So that classes must be moved to «server-commons» prior to command migration. > > I’ve prepared several PR’s to move part of dependencies. > All PR’s seems to be very straightforward. > > Please, take a look: > > * Move ConfigType to «server-commons» module - > https://github.com/apache/kafka/pull/14867 > * Move ConfigEntityName to «server-commons» module - > https://github.com/apache/kafka/pull/14868 > * Move DynamicConfig to «server-commons» module - > https://github.com/apache/kafka/pull/14871 >