lhotari commented on pull request #13754:
URL: https://github.com/apache/pulsar/pull/13754#issuecomment-1012777552
> @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());
> // ----
> }
> ```
No. That makes it work when running in IDEs that don't necessarily pick up
maven pom.xml system 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]