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
In order to support conditional branching in a pipeline, we need to implement a switch function which inputs a DataStream, a RouteFunc and routes to two or more output DataStream based on the results of the RouteFunc.
In order to support conditional branching in a pipeline, we need to implement a
switchfunction which inputs aDataStream, aRouteFuncand routes to two or more outputDataStreambased on the results of theRouteFunc.