© 2023 Hashnode
#kafka
#appwrite and #AppwriteHackathon Hashnode and Appwrite Hackathon, The banner is showing up on my Hashnode for a while, so thought of participating in it. First I need to come up with an idea; gladly they have #idea section, I choose to go w…
Apache Kafka is a highly scalable and distributed streaming platform known for its fault-tolerant and high-throughput capabilities. One key component in the Kafka ecosystem is the producer client, res…
Introduction In today's fast-paced digital landscape, professionals across various industries face the challenge of managing and processing real-time data effectively. Data streaming platforms like Ri…
Introduction Kafka is a distributed messaging system that simplifies communication between source and target systems. It is widely used for real-time data processing and stream processing. In a tradit…
This demo shows how we can use Kafka Streams to combine and process incoming events from various sources. Once the aggregation process is complete and the consolidated data is prepared, a new, enriched event will be emitted to notify releva…
What is Apache Kafka?Apache Kafka is an open-source distributed streaming platform that ingests and processes streaming data in real-time. It is designed to handle a high volume of data from different sources. Apache Kafka uses a Publish an…
Introduction Kafka is a distributed streaming platform, that is made to manage massive amounts of real-time data in a fault-tolerant and scalable way. It was initially created by LinkedIn, and the Apa…
Introduction Apache Kafka is an event streaming platform that is used to transport and transform data. It is one of the main broker architectures which are used in an event-driven microservices archit…
Real-time data is becoming increasingly important in today's fast-paced business world, as companies seek to gain valuable insights and make informed decisions based on the most up-to-date information…
At Dwarves Foundation, we host a few learning sessions to understand some of the technology around us. We regularly pick up topics we find interesting to dive deeper into to understand them better and…