Versions Compared

Key

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

...

One thing to note is: broadcast can only be used as side-input of other Inputs and cannot be directly converted to other streams.

ProcessFunction

...

Once we have the data stream, we can apply operations on it. The operations that can be performed over DataStream are collectively called Process Function. It is the only entrypoint for defining all kinds of processings on the data streams.

Classification of ProcessFunction

...