Re: Queryable state and TTL

2019-07-06 Thread Avi Levi
Thanks, I'll check it out. On Sun, Jul 7, 2019 at 5:40 AM Eron Wright wrote: > *This Message originated outside your organization.* > -- > Here's a PR for queryable state TLS that I closed because I didn't have > time, and because I get the impression that the queryab

Re: Queryable state and TTL

2019-07-06 Thread Eron Wright
Here's a PR for queryable state TLS that I closed because I didn't have time, and because I get the impression that the queryable state feature is used very often.Feel free to take it up, if you like. https://github.com/apache/flink/pull/6626 -Eron On Wed, Jul 3, 2019 at 11:21 PM Avi Levi wr

Re: Queryable state and TTL

2019-07-03 Thread Avi Levi
Hi Yu, Our sink is actually Kafka hence we cannot query it properly, from there we distribute it to different consumers. We keep info in our state such as entry time, some accumulated data etc' , this data is not kept elsewhere hence we need to query our state. Best regards Avi On Thu, Jul 4, 20

Re: Queryable state and TTL

2019-07-03 Thread Yu Li
Thanks for the ping Andrey. For me the general answer is yes, but TBH it will probably not be added in the foreseeable future due to lack of committer bandwidth (not only QueryableState with TTL but all about QueryableState module) as per Aljoscha pointed out in another thread [1]. Although we co

Re: Queryable state and TTL

2019-07-03 Thread Andrey Zagrebin
Hi Avi, It is on the road map but I am not aware about plans of any contributor to work on it for the next releases. I think the community will firstly work on the event time support for TTL. I will loop Yu in, maybe he has some plans to work on TTL for the queryable state. Best, Andrey On Wed,

Queryable state and TTL

2019-07-03 Thread Avi Levi
Hi, Adding queryable state to state with ttl is not supported at 1.8.0 (throwing java.lang.IllegalArgumentException: Queryable state is currently not supported with TTL) I saw in previous mailing thread