You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/06/15 03:38:12 UTC

[GitHub] [dubbo] AlbumenJ commented on a diff in pull request #10156: [3.0] Exact json utils

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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org