Thank you.
-Original Message-
From: Tzu-Li (Gordon) Tai
Sent: Monday, March 15, 2021 3:05 AM
To: user@flink.apache.org
Subject: Re: uniqueness of name when constructing a StateDescriptor
NOTICE: This email is from an external sender - do not click on links or
attachments unless you
Hi,
The scope is per individual operator, i.e. a single KeyedProcessFunction
instance cannot have multiple registered state with the same name.
Cheers,
Gordon
--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
The documentation for ValueStateDescriptor documents the name parameter as -
"name - The (unique) name for the state."
What is the scope of the uniqueness? Unique within an RichFunction instance?
Unique withing job? Unique within a session cluster?
I ask because I have several jobs that use a K