Skip to content

Commit

Permalink
[issue-12764] Revert "BookkeeperClientFactory should pass in the ZK i…
Browse files Browse the repository at this point in the history
…nstance (#12192)" (#12766)

This reverts commit 33580ca.
  • Loading branch information
EronWright committed Nov 11, 2021
1 parent edbf15c commit 28e3d79
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -81,7 +81,6 @@ 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 28e3d79

Please sign in to comment.