Can anyone point me to some documentation, or just explain to me, how back pressure is supposed to work.
I am trying to limit the amount of storage used for queued files in my flow. To that end I have a connection near the end of the flow that I’ve put a limit on. When that limit is reached I assumed that back pressure would limit the output of the processors all the way back up stream. I find that that is not the case and large numbers of files are being queued in upstream connections. Given this can someone explain how back pressure can be employed to achieve my goal of limiting storage usage for in flight files? Thanks, Chris
