Slide 19
Slide 19 text
Keeping Operator State
•Statefulness in Operators is needed due
some Operators tracking metrics, calculating
averages, etc.
•By wrapping the operator in an Actor we are
able to keep its state and call its function
•No additional changes are required by the
user within the pipeline definition