You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2017/06/17 18:04:15 UTC

[jira] [Closed] (GEODE-2836) CacheLoader should extend Declarable

     [ https://issues.apache.org/jira/browse/GEODE-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Baker closed GEODE-2836.
--------------------------------

> 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
>            Assignee: Jared Stewart
>             Fix For: 1.2.0
>
>
> 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.4.14#64029)