Skip to content

Commit

Permalink
BookkeeperClientFactory should pass in the ZK instance (#12192)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Sep 26, 2021
1 parent f822016 commit 33580ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public BookKeeper create(ServiceConfiguration conf, ZooKeeper zkClient, EventLoo
try {
return BookKeeper.forConfig(bkConf)
.allocator(PulsarByteBufAllocator.DEFAULT)
.setZookeeper(zkClient)
.eventLoopGroup(eventLoopGroup)
.statsLogger(statsLogger)
.build();
Expand Down

0 comments on commit 33580ca

Please sign in to comment.