Harmonize add_input_path and add_output_path impl
The function `scheduled_actor::build_pipeline` previously treated input and output paths differently by requiring actors to store new managers in `stream_manager_` when adding an input path while `pending_stream_managers_` could remainded unchanged. Making things more consistent simplifies coding going forward.
Showing
Please register or sign in to comment