Hi,
if it is a fixed number of event types and logical pipelines I would
probably split them into several jobs to achieve good isolation. There are,
however people who go a different way and integrate everything into a
general-purpose job that can be dynamically modified and also deals with
errors
1. Suppose I have stream of different events(A,B,C). Each event will need
it's own processing pipeline.
what is recommended approach of splitting pipelines per each event? I can
do some filter operator at the beginning. I can setup different jobs per
each event. I can hold every such event in diffe