GitHub user ptrdom added a comment to the discussion: Artifical back pressure on JDBC projections
I understand the described problem as two separate streams that share a single resource - database, and one of those streams works so well that it does not signal backpressure and completely saturates the database, making so that the other streams cannot work properly. How would backpressure work in this case? Would all the other streams start signaling to this stream that works so well that they are not receiving any elements and that this well working stream should slow down? As far as I know that is not the backpressure we are talking about here, and it would not help, or would it? GitHub link: https://github.com/apache/pekko/discussions/2431#discussioncomment-14894209 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
