AlbumenJ commented on code in PR #10156:
URL: https://github.com/apache/dubbo/pull/10156#discussion_r897503510


##########
dubbo-common/src/main/java/org/apache/dubbo/common/config/configcenter/DynamicConfiguration.java:
##########
@@ -176,18 +174,6 @@ default boolean publishConfigCas(String key, String group, 
String content, Objec
         return false;
     }
 
-    /**
-     * Get the config keys by the specified group
-     *
-     * @param group the specified group
-     * @return the read-only non-null sorted {@link Set set} of config keys
-     * @throws UnsupportedOperationException If the under layer does not 
support
-     * @since 2.7.5
-     */
-    default SortedSet<String> getConfigKeys(String group) throws 
UnsupportedOperationException {
-        return Collections.emptySortedSet();
-    }
-
     /**

Review Comment:
   `getConfigKeys` is no longer needed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to