赞
踩
Streaming computation can be either stateless or stateful.
Streaming computation
stateless
stateful
A stateless program looks at each individual event and creates some output based on that last event;
A stateful program creates output based on multiple events taken together.
stateful 用于定义computation,是对“计算”这个功能的分类。
computation
计算