Today I accidentally found out that one of the most important open source projects that literally boosted my career is now deprecated. This is about Lightbend Cloudflow. Cloudflow enables users to quickly develop, orchestrate, and operate distributed streaming applications on Kubernetes. Cloudflow allows you to easily break down your streaming...
Continue reading...Stream Processing
Window Operations in Stream Processing
This post was created using the information given in “Stream processing with Apache Flink”, the book written by Vasiliki Kalavri and Fabian Hueske. There are few types of window operations that are most commonly used in stream processing. They are: tumbling windowing, sliding windowing, and session windowing. Today we will...
Continue reading...