I recommend extracting this lambda into a named function to improve readability. Lambda syntax should be reserved for self-explanatory one-liners. Instead, consider `...thenApply(v -> getAclBindings(futures))`.
Also recommend adding a unit test for the extracted function. [ Full content available at: https://github.com/apache/kafka/pull/5427 ] This message was relayed via gitbox.apache.org for [email protected]
