I have already written quite a few posts about Apache Kafka. It's an awesome tool for parallel and asynchronous processing. You can have multiple producers and multiple consumers listening to a topic...
Read MoreTag: apache kafka
In the previous post, we tried to understand the basics of Apache's Kafka Streams. In this post, we'll build on that knowledge and see how Kafka Streams can be used both as streams and tables. St...
Read MoreIn the age of big data and data science, stream processing is very significant. So it's not at all surprising that every major organisation has at least one stream processing service. Apache has a fe...
Read MoreIn the previous post, we figured out how to connect MongoDB with Apache Drill and query data with SQL queries. In this post, let's extend that knowledge and see how we can use similar SQL queries to ...
Read MoreIn most real world applications, we have a RESTful API service facing various client applications and a collection of backend services which process the data coming from those clients. Depending on t...
Read MoreOriginally published here: https://medium.com/@contactsunny/simple-apache-kafka-producer-and-consumer-using-spring-boot-41be672f4e2b Before I even start talking about Apache Kafka here, let m...
Read More