eolivelli commented on issue #9645: URL: https://github.com/apache/pulsar/issues/9645#issuecomment-784132175
@rdhabalia I see that basically `ConfigurationMetadataCacheService` is only a subclass of `ConfigurationCacheService` that owns a `PulsarResources`. But it is not possible to implement all methods. I am thinking about using `ConfigurationMetadataCacheService#pulsarResources` and implement into PulsarResources all of the missing resource types. I wonder if there is a need to have a `ConfigurationMetadataCacheService` class at all, we could use directly `PulsarResources` Correct ? ---------------------------------------------------------------- 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]
