shayshim commented on a change in pull request #336: [CURATOR-549] Bridge facade for ModeledCache and ServiceCache, etc. URL: https://github.com/apache/curator/pull/336#discussion_r403535987
########## File path: curator-x-async/src/main/java/org/apache/curator/x/async/modeled/details/ModeledCacheImpl.java ########## @@ -42,11 +46,12 @@ class ModeledCacheImpl<T> implements TreeCacheListener, ModeledCache<T> { - private final TreeCache cache; + private final CuratorCacheBridge cache; private final Map<ZPath, Entry<T>> entries = new ConcurrentHashMap<>(); private final ModelSerializer<T> serializer; private final StandardListenerManager<ModeledCacheListener<T>> listenerContainer = StandardListenerManager.standard(); private final ZPath basePath; + private final EnsureContainers ensureContainers; Review comment: This is more question for the previous review, but why `TreeCache` support creating the parent nodes of the path (as containers) and `CuratorCache` isn't? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services