jsancio commented on code in PR #17352: URL: https://github.com/apache/kafka/pull/17352#discussion_r1878763147
########## raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java: ########## @@ -2755,7 +2755,7 @@ private FetchRequestData buildFetchRequest() { .setReplicaState(new FetchRequestData.ReplicaState().setReplicaId(quorum.localIdOrSentinel())); } - private long maybeSendAnyBootstrapFetch(long currentTimeMs) { + private long maybeSendToAnyBootstrap(long currentTimeMs) { Review Comment: How about `maybeSendFetchToAnyBootstrap`? I see that this is the name I suggested. I forgot to also include the word "fetch". -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org