dajac commented on code in PR #18989: URL: https://github.com/apache/kafka/pull/18989#discussion_r1966104854
########## coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/CoordinatorRuntime.java: ########## @@ -197,6 +199,11 @@ public Builder<S, U> withExecutorService(ExecutorService executorService) { return this; } + public Builder<S, U> withAuthorizer(Optional<Authorizer> authorizer) { Review Comment: It should not go via the runtime. You can directly pass it to the shard. -- 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