TengYao Chi created KAFKA-18576: ----------------------------------- Summary: Convert ConfigType to Enum Key: KAFKA-18576 URL: https://issues.apache.org/jira/browse/KAFKA-18576 Project: Kafka Issue Type: Improvement Reporter: TengYao Chi Assignee: TengYao Chi Fix For: 4.0.0
After removing ZooKeeper, we no longer need to exclude `client_metrics` and `group` from `ConfigType#ALL`. Since it's a common pattern to provide a mechanism to know all values in enumeration ( Java enum provides ootb), we should convert ConfigType to enum. -- This message was sent by Atlassian Jira (v8.20.10#820010)