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