Nikita-Shupletsov commented on code in PR #21335:
URL: https://github.com/apache/kafka/pull/21335#discussion_r2718824792


##########
clients/src/main/java/org/apache/kafka/clients/admin/internals/AdminApiDriver.java:
##########
@@ -115,8 +115,13 @@ public AdminApiDriver(
         // metadata. For all cached keys, they can proceed straight to the 
fulfillment map.
         // Note that the cache is only used on the initial calls, and any 
errors that result
         // in additional lookups use the full set of lookup keys.
-        retryLookup(future.uncachedLookupKeys());

Review Comment:
   if I understand the suggestion correctly, I already have: 
https://github.com/apache/kafka/pull/21335/changes#diff-6414b53806c9ce1b21cd8f6966e1427789e62c927969cfd4c856660994ce0944L46
   
   if you mean something else, please let me know, thanks!



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