sclee1
sclee1

Reputation: 1281

How to identify the state status in flink?

Is there a way to monitor the status of state in Flink? I mean that if I use the state in my Flink application, then I want to know the status or the ongoing value of the state in Flink.

Is there a way to achieve my issue?

Thanks.

Upvotes: 1

Views: 409

Answers (1)

guojun.li
guojun.li

Reputation: 56

You can query your state using Queryable State

Upvotes: 3

Related Questions