Chia-Ping Tsai created KAFKA-20375:
--------------------------------------
Summary: Unify method signature for retrieving config names across
config classes
Key: KAFKA-20375
URL: https://issues.apache.org/jira/browse/KAFKA-20375
Project: Kafka
Issue Type: Improvement
Reporter: Chia-Ping Tsai
Assignee: Chia-Ping Tsai
GroupConfig#configNames() returns Set<String>
ClientMetricsConfigs#names() returns Set<String>
LogConfig#configNames() returns List<String> (sorted)
we should rename names() to configNames(). Additionally, we should standardise
their implementations to directly return `CONFIG.names()`
--
This message was sent by Atlassian Jira
(v8.20.10#820010)