[Duplicate] Advantages of stream processing

Note: Multiple options may be correct.

  1. There is no latency in processing data.
  2. Stream processing is 100% fault-tolerant and does not miss any data, unlike batch processing, which loses a batch after server failure.
  3. Stream processing does not always require storage of records.
  4. Stream processing is more efficient than batch processing even in batch processing applications.
devraj, Sat, 11/13/2021 - 02:32

Refer https://www.programsbuzz.com/forum/advantages-stream-processing