Jyotiprakash Mishrablog.jyotiprakash.org·Nov 22, 2024Reactive Programming in JavaWhy Reactive Programming? Imagine a web server under heavy load, handling thousands of incoming requests. In a traditional imperative setup, every request might spawn a new thread or tie up an existing one, waiting for I/O operations like database re...Reactive Programming
Mahidhar Mullapuditutorialq.hashnode.dev·Jun 28, 2024Mastering Back Pressure in Reactive Distributed SystemsIn the realm of reactive programming, back pressure is a fundamental concept that ensures stability and efficiency in distributed systems. By effectively managing the flow of data, back pressure prevents overwhelming downstream components, maintainin...backpressure