k0b3rIT commented on code in PR #16678:
URL: https://github.com/apache/kafka/pull/16678#discussion_r1696031526


##########
clients/src/main/java/org/apache/kafka/common/utils/Utils.java:
##########
@@ -1648,9 +1648,13 @@ public static <V> Map<String, V> 
entriesWithPrefix(Map<String, V> map, String pr
      * @param <V> the type of values stored in the map
      */
     public static <V> Map<String, V> entriesWithPrefix(Map<String, V> map, 
String prefix, boolean strip) {
+        return entriesWithPrefix(map, prefix, strip, false);
+    }
+
+    public static <V> Map<String, V> entriesWithPrefix(Map<String, V> map, 
String prefix, boolean strip, boolean allowMatchingLength) {

Review Comment:
   sure, I have added it



-- 
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]

Reply via email to