Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
Docs Required, Release Notes Required
Description
Apache Ignite supports expiry policies at a cache
level ( https://apacheignite.readme.io/docs/expiry-policies ), so that all
the key-value pairs in the cache gets expired at a specific time. When asked if there is a way to set expiry policy at a key value level in the user mailing list ( http://apache-ignite-users.70518.x6.nabble.com/Expiry-policy-at-a-key-value-level-td31568.html ) got the below response
Hello, IgniteCache has a way to specify the expiry policy at key level for thick clients via IgniteCache#withExpiryPolicy() facade. I think it may be reasonable to add similar option to the thin clients protocol as well. Feel free to open a ticket. |
Will it be ok to add this functionality to the core project?
To start with, I would like to know what components are involved in-order to make this change. Is it just the thin client code or any other components are also involved?
Would be greatly helpful, if someone could point me to the source files, code paths etc. for implementing this.