Thursday, May 31, 2018

Kafka Streams

In my previous article, I explained an example of a Kafka producer and consumer. In this article, I will explain the usage of Kafka Streams.

With Kafka producers and consumers you can create records and consume those records, but you cannot analyze them. For analyzing the data you need some other application, like Storm. So for analyzing the data you have to be dependent on another application. For this Kafka, provides the Streams API.



from DZone.com Feed https://ift.tt/2ssUcU3

No comments:

Post a Comment