chia7712 commented on code in PR #22083:
URL: https://github.com/apache/kafka/pull/22083#discussion_r3654200738
##########
clients/src/main/java/org/apache/kafka/common/utils/Time.java:
##########
@@ -73,7 +73,20 @@ default long hiResClockMs() {
*
* @throws org.apache.kafka.common.errors.TimeoutException if the timeout
expires before the condition is satisfied
*/
- void waitObject(Object obj, Supplier<Boolean> condition, long deadlineMs)
throws InterruptedException;
+ default void waitObject(Object obj, Supplier<Boolean> condition, long
deadlineMs) throws InterruptedException {
Review Comment:
Let's see what happens in this thread:
https://lists.apache.org/thread/1kmyqody36dhnzj5ph858zsfpl4qhm7l
--
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]