streamproducer: Remove `forward()`
This should probably be enabled by default, and then having some kind of set_discard(bool)
API on the producer and/or consumption links would seem useful.
Most applications forget to call forward()
in the beginning and then nothing works.