Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Annotated state fields will also be automatically initialized during the StreamOperator#initializeState phase using Java reflection. The user is not required to access state via the RuntimeContext if the state was declared using state annotations. This should also enhance the perceived user experience, such that programming against Flink managed state is similar to manipulating a local variable.

(3) Deprecate existing

...

lazy state declaration interfaces

All existing lazy state declaration interfaces will be deprecated, and eventually removed (Flink version for removal TBD). This includes:

...