sijie commented on a change in pull request #8961:
URL: https://github.com/apache/pulsar/pull/8961#discussion_r549622160
##########
File path: pulsar-common/pom.xml
##########
@@ -101,6 +101,16 @@
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.bookkeeper</groupId>
+ <artifactId>bookkeeper-common</artifactId>
+ </dependency>
+
+ <dependency>
Review comment:
Why do you need to introduce the bookkeeper-server module? We just need
`EnsemblePlacementPolicyConfig`, no? This class just need a class and a map of
properties.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]