Kafka Streams is a library for building streaming applications, specifically applications that transform input Kafka topics into output Kafka topics (or calls to external services, or updates to databases, or whatever). It lets you do this with concise code in a way that is distributed and fault-tolerant.

In this blog learn about Kafka Streams, key concepts and highlights with simple streaming or a word count application using Kafka Streams in Scala

https://www.loginradius.com/engineering/blog/stream-processing-using-kafka/

#kafka #scala #kafkastreams #streaming

Stream Processing using Kafka Streams
1.60 GEEK