While we have flow control to route features along specific connections using the tester, it is inefficient to retest the value of parameter for each feature, especially when dealing with a large number of features.
It would be nice if there was some sort of FlowController which could route all incoming feature out of a specific port based on parameter value(s), which is only tested for once, and not a few million times redundantly.


