chia7712 commented on code in PR #19835:
URL: https://github.com/apache/kafka/pull/19835#discussion_r2111078602
##########
server-common/src/main/java/org/apache/kafka/server/util/json/JsonObject.java:
##########
@@ -52,7 +52,7 @@ public Optional<JsonValue> get(String name) {
}
public Iterator<Map.Entry<String, JsonValue>> iterator() {
Review Comment:
this method is unused in production, so could you please remove it and
related test code?
--
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]