

Ep 2 - Processing Without Pause: Continuous Stream Processing and Apache Flink®
7 snips Feb 18, 2025
Anna McDonald and Abhishek Walia from Confluent share their expertise on stream processing, highlighting its advantages over batch processing. They dive into tools like Apache Flink and Kafka Streams, explaining their unique approaches and applications. Real-world examples showcase the transformative power of real-time data in industries such as banking and healthcare. The discussion also covers the importance of proofs of concept and observability in optimizing data workflows, while emphasizing adaptability in an ever-evolving tech landscape.
AI Snips
Chapters
Transcript
Episode notes
Stream Processing vs. Batch Processing
- Stream processing, unlike batch processing, runs continuously without pauses.
- This requires a different mindset for architecture and planning.
Real-World Stream Processing
- Anna McDonald shared examples of real-time stream processing.
- These include sleep apnea masks adjusting based on real-time data and sensors detecting couches on expressways.
Choosing Stream Processing Frameworks
- KSQL and Flink run as clusters, while KStreams is a Java library.
- Choose based on your development interface and architectural needs.