We have discussed the questions below:
- What is the difference between Apache Spark and Apache Flink? [closed]
- What does “streaming” mean in Apache Spark and Apache Flink?
- What is the difference between mini-batch vs real time streaming in practice (not theory)?
But Spark Structured Streaming
was added at Spark2.2, it brings a lot of changes for streaming, and it is outstanding.
Can we say Spark Strutured Streaming
is a streaming processing, or still batch processing?
Now what is the big difference between Apache Flink
and Apache Spark Structured Streaming
?