Skip to content

Commit aeb6c7d

Browse files
SCNiehsuperhx
authored andcommitted
fix(core): add missing setting method
Signed-off-by: Shichao Nie <[email protected]>
1 parent 9eca0de commit aeb6c7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/scala/kafka/server/ControllerServer.scala

+1
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ class ControllerServer(
292292
setStreamClient(streamClient).
293293
setExtension(c => quorumControllerExtension(c)).
294294
setQuorumVoters(config.quorumVoters).
295+
setReplicaPlacer(replicaPlacer()).
295296
// AutoMQ inject end
296297
setUncleanLeaderElectionCheckIntervalMs(config.uncleanLeaderElectionCheckIntervalMs).
297298
setInterBrokerListenerName(config.interBrokerListenerName.value()).

0 commit comments

Comments
 (0)