junrao commented on code in PR #12005:
URL: https://github.com/apache/kafka/pull/12005#discussion_r877600481


##########
core/src/test/scala/unit/kafka/server/epoch/util/ReplicaFetcherMockBlockingSend.scala:
##########
@@ -40,9 +42,15 @@ import scala.collection.Map
   * setOffsetsForNextResponse
   */
 class ReplicaFetcherMockBlockingSend(offsets: java.util.Map[TopicPartition, 
EpochEndOffset],
-                                     sourceBroker: BrokerEndPoint,
+                                     override private[server] val 
sourceBroker: BrokerEndPoint,
                                      time: Time)
-  extends BlockingSend {
+  extends BrokerBlockingSender(sourceBroker = sourceBroker,

Review Comment:
   The AbstractFetcherThread is tied to an endPoint. If there is no endPoint, 
the logic probably won't go through AbstractFetcherThread.



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

Reply via email to