[ 
https://issues.apache.org/jira/browse/GEODE-3876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361371#comment-16361371
 ] 

ASF subversion and git services commented on GEODE-3876:
--------------------------------------------------------

Commit a36f6ad77ea4874f140f9961b0ceabb462299cfc in geode's branch 
refs/heads/feature/GEODE-3967 from [~jinmeiliao]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a36f6ad ]

GEODE-3876: gfsh command for custom expiry (#1401)

* GEODE-3876: gfsh command for custom expiry

   gfsh create & alter commands now support custom expiry attributes.

Signed-off-by: Sai Boorlagadda <sboorlaga...@pivotal.io>


> gfsh command for custom expiry
> ------------------------------
>
>                 Key: GEODE-3876
>                 URL: https://issues.apache.org/jira/browse/GEODE-3876
>             Project: Geode
>          Issue Type: Sub-task
>          Components: docs, gfsh
>            Reporter: Swapnil Bawaskar
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> When creating or altering a region the ability to add custom expiration is 
> missing.   
> It would be great to have something like this:
> {code}
> alter/create region --name=regioName 
> [--region-custom-expiry=customExpiryImplementationClassName]
> {code}
> If the class implementing custom expiry also implements Declarable, we should 
> add support for passing parameters to the init method.
>  
> {code}
> alter/create region --name=regionName 
> --region-custom-expiry=CustomExpirayImplementation?{'k':'v','k2':'v2'}
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to