Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create managed ledger path on local zookeeper when create partitions (a…
…pache#6189) ### Motivation Create managed ledger path on local zookeeper when creating partitions for a partitioned topic. ### Modifications Change globalZk() to localZk() when creating partitions. ### Verifying this change PartitionCreationTest can cover this change, since we use the same zookeeper for the unit test in ProducerConsumerBase, so the test passed before.
- Loading branch information