Geeknarrator

kafka

kafka

Distributed Stream Processing

In simple terms, when you are consuming events from a source, transforming them, doing some aggregation (probably maintaining some internal/external state) and then writing it to a sink. And more importantly all of this in realtime, at high scale.

Examples: Anomaly detection, analytics, alerting etc