junrao commented on code in PR #20285:
URL: https://github.com/apache/kafka/pull/20285#discussion_r2436813811
##########
clients/src/main/java/org/apache/kafka/clients/producer/internals/ProduceRequestResult.java:
##########
@@ -70,7 +82,29 @@ public void done() {
}
/**
- * Await the completion of this request
+ * Add a dependent ProduceRequestResult that must complete before this
result is considered complete.
Review Comment:
Add a dependent ProduceRequestResult that must complete before this result
is considered complete. => Add a dependent ProduceRequestResult.
--
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]