You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The runtime will need some way to distinguish Operators. An example is knowing that a sequence of Operators is of type Non-Blocking and thus can be fused/chained. A straightforward approach would be something like the following:
I think this is a good argument for having an explicit key_by operator #284. If it's implicit then we can't know if an operator changes the key of incoming events before executing the pipeline, so we can't know if it's safe to fuse it.
The runtime will need some way to distinguish Operators. An example is knowing that a sequence of Operators is of type
Non-Blocking
and thus can be fused/chained. A straightforward approach would be something like the following:The text was updated successfully, but these errors were encountered: