jolshan commented on code in PR #15142: URL: https://github.com/apache/kafka/pull/15142#discussion_r1445412684
########## core/src/main/scala/kafka/server/ReplicaManager.scala: ########## @@ -989,6 +989,7 @@ class ReplicaManager(val config: KafkaConfig, * @param requestLocal container for the stateful instances scoped to this request -- this must correspond to the * thread calling this method * @param verificationGuards the mapping from topic partition to verification guards if transaction verification is used + * @param actionQueue the action queue to use Review Comment: good news is the refactor will allow specifying the action queue as normal 👍 -- 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