You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Himanshu Sareen <hi...@outlook.com> on 2022/05/19 09:30:04 UTC

Flink Stateful Function - Regex Match in State Key

Hi All,

My understanding is Flink uses exact match on key to fetch/load state in a stateful functions.

But is it possible to use a regex expression in target-id or as a key to a stateful function, thus fetching/loading all matching states.

Regards,
Himanshu