mattisonchao commented on pull request #13754:
URL: https://github.com/apache/pulsar/pull/13754#issuecomment-1012776866
@lhotari
Do we need to remove the following code ?
```java
public BKCluster(String metadataServiceUri, int numBookies) throws
Exception {
// ----
System.setProperty("bookkeeper.metadata.bookie.drivers",
PulsarMetadataBookieDriver.class.getName());
System.setProperty("bookkeeper.metadata.client.drivers",
PulsarMetadataClientDriver.class.getName());
// ----
}
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]