Re: Expiry policy at a key value level

2020-03-01 Thread scriptnull
Thanks! I opened a ticket here - https://issues.apache.org/jira/browse/IGNITE-12731 -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Expiry policy at a key value level

2020-02-28 Thread Alexey Goncharuk
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.

Expiry policy at a key value level

2020-02-28 Thread scriptnull
Hi, I am trying to understand whether it is possible to set an expiry time at a key-value level instead of the cache level. >From my understanding, Apache Ignite supports expiry policies at a cache level ( https://apacheignite.readme.io/docs/expiry-policies ), so that all the key-value pairs in