Mickael Maison created KAFKA-14823:
--------------------------------------

             Summary: Clean up ConfigProvider API
                 Key: KAFKA-14823
                 URL: https://issues.apache.org/jira/browse/KAFKA-14823
             Project: Kafka
          Issue Type: Improvement
            Reporter: Mickael Maison


The ConfigProvider interface exposes several methods that are not used:
- ConfigData get(String path)
- default void subscribe(String path, Set<String> keys, ConfigChangeCallback 
callback)
- default void unsubscribe(String path, Set<String> keys, ConfigChangeCallback 
callback)
- default void unsubscribeAll()

We should either build mechanisms to support them or deprecate them.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to