You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Mickael Maison (Jira)" <ji...@apache.org> on 2023/03/20 09:59:00 UTC

[jira] [Created] (KAFKA-14823) Clean up ConfigProvider API

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)