rdhabalia opened a new pull request #9473: URL: https://github.com/apache/pulsar/pull/9473
### Motivation [MetadataCache](https://github.com/apache/pulsar/blob/master/pulsar-metadata/src/main/java/org/apache/pulsar/metadata/cache/impl/MetadataCacheImpl.java#L227) caches empty list of children if zk path doesn't exists and depends on ZK-watch when zpath gets created. Right now, MockZooKeeper doesn't fire the children watch which is required by test-case usecases that use metadata-cache to get children. ---------------------------------------------------------------- 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]
