Chapter 10: Real-Time Processing and Event Streaming

  • October 12, 2019

Anatoly Volkhover

There is almost always a place for event streaming as a part of your overall architecture, even if you are not building a real-time system. Streaming frameworks scale well through partitioning. Make stream processing logic idempotent to allow safe retries. Create means for monitoring and scaling of both streams and consumers.

>