We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a25d8 commit 7f2fc75Copy full SHA for 7f2fc75
tests/src/test/java/io/streamnative/pulsar/handlers/mqtt/base/MQTTProtocolHandlerTestBase.java
@@ -424,7 +424,7 @@ protected void setupBrokerMocks(PulsarService pulsar) throws Exception {
424
}
425
426
public static MockZooKeeper createMockZooKeeper() throws Exception {
427
- MockZooKeeper zk = MockZooKeeper.newInstance(MoreExecutors.newDirectExecutorService());
+ MockZooKeeper zk = MockZooKeeper.newInstance();
428
zk.setSessionId(-1);
429
List<ACL> dummyAclList = new ArrayList<>(0);
430
0 commit comments