Whether components are idle in a batch
In nifi, the data source component will transfer the data to the next component after the data source component reads a batch of data, then the data source component will continue to read the next batch of data. However, I found that streamsets does not seem to work like this from the monitoring screen. The data source will wait for other components of the pipeline to finish processing the batch of data after reading a batch of data from the data source. Then the data source read the next batch of data. If I'm right, I want to know why streamsets doesn't make a nifi like processing scheme