Anthony Baker created GEODE-2836: ------------------------------------ Summary: CacheLoader should extend Declarable Key: GEODE-2836 URL: https://issues.apache.org/jira/browse/GEODE-2836 Project: Geode Issue Type: Improvement Components: configuration Reporter: Anthony Baker
In order to implement a {{CacheLoader}} that is usable from {{cache.xml}} the developer should also implement {{Declarable}}. It would be nice to make {{CacheLoader}} extend from {{Declarable}} with a default implementation for {{init}} to simplify this requirement. Note that this could be applied to all user callbacks like {{CacheListener}} and friends. If a developer does not implement {{Declarable}} and uses {{gfsh}} to add the callback to the region, it's possible to get a startup failure since the cluster config service uses {{cache.xml}} to persist config changes. This is BAD. -- This message was sent by Atlassian JIRA (v6.3.15#6346)