jsancio commented on code in PR #22505:
URL: https://github.com/apache/kafka/pull/22505#discussion_r3389792159


##########
raft/src/main/java/org/apache/kafka/raft/FollowerState.java:
##########
@@ -91,6 +92,11 @@ public int epoch() {
         return epoch;
     }
 
+    @Override

Review Comment:
   Done.



##########
raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java:
##########
@@ -1542,12 +1546,10 @@ private CompletableFuture<FetchResponseData> 
handleFetchRequest(
             return completedFuture(response);
         }
 
-        CompletableFuture<Long> future = fetchPurgatory.await(
+        return fetchPurgatory.await(

Review Comment:
   Done.



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