tomiwatomiwa.hashnode.net·Oct 13, 2020An Introduction to KafkaIntroduction For a long time now, we've always kept data in the database and they made us think in terms of objects(things). These objects(things) usually have attributes like name, color, weight, etc. In today's world keeping track of data has grown...Discuss·43 likes·668 readskafka
Islam O. Elgoharyiogohary.hashnode.net·Apr 5, 2021Live Data Processing Using Kafka and KsqlWhat is Kafka? The Apache Kafka website defines Kafka as an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical application...Discuss·35 likes·230 readskafka
Habib Muhammadbjboss.hashnode.net·Jul 12, 2022Kafka Producer and Consumer in Java: A Beginner’s GuideIntroduction This tutorial introduces Apache Kafka, Kafka Producer, and Kafka Consumer, and along the line in the article, we will build two simple applications; One as a producer that produces messages on Kafka topic and the other one as a consumer ...Discuss·23 likes·298 readskafka
Amit Dassclouddataengineering.hashnode.net·Apr 23, 2023Interview ready for Kafka (Advanced)1. Imagine you have a high-rate producing Kafka Producer, but your consumers are unable to keep up with the incoming data. How do you resolve this issue? The interviewer is trying to assess your knowledge of Lag Monitoring and how you handle it & is ...Discuss·3 likeskafka
Sayak Sahasayak.hashnode.net·Apr 22, 2023Beginner's Guide to KafkaWhat is Kafka? If you open the official documentation of Kafka, you will find 'Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integrati...Madhumita Kundu and 1 other are discussing this2 people are discussing thisDiscuss·1 like·64 readskafka
Fawaz Oduolaibadandev.hashnode.net·Apr 19, 2023How to Build Event-driven Architecture with Kafka and PythonWhat is Event-Driven Architecture? Event-driven Architecture is a software design pattern that allows the application to act on events in real-time or near real-time. It is commonly used side by side with microservices. An event is any significant in...Discusskafka
Debasish Biswasdebasishbsws.hashnode.net·Apr 16, 2023Apache Kafka with Open Application ModelIn the world of microservices, the benefits of event-driven architecture are becoming more and more popular. Today we will discuss that and How Apache Kafka can help us to achieve that. What is Event Driven Architecture? An event-driven architecture ...Discuss·10 likesWeMakeDevs
Botmanprogrammercave.hashnode.net·Apr 14, 2023Getting Started with Kafka and Go: Reading Messages and Inserting into a DatabaseIntroduction: Kafka is a popular distributed streaming platform that is used for building real-time data pipelines and streaming applications. It is designed to handle high-volume data streams in real-time and provide reliable and scalable data strea...Discusskafka
Vinod Vasavawinsay.hashnode.net·Apr 11, 2023Integrating Apache Kafka with Spring Boot for Business EfficiencyDelivering correct information to users is very important in this modern world and the growth of the business requires seamless data streaming. Most business deal with emails for better communication with their users when they are not available on th...DiscussJavaScript
Tanishq Bhardwajtano.hashnode.net·Apr 6, 2023Apache Kafka (Part-3)This is the 3rd part of the Kafka series where we will cover the connections among different microservices (based on Spring Boot) via the Kafka channel. If you want to check out the previous blogs on Kafka:Apache Kafka (Part-1) - covers introduction,...Discuss·6 likes·58 readsApache Kafka
Amit kumartechthoughtsexplorer.hashnode.net·Apr 1, 2023Mastering Kafka for Microservices: A Comprehensive GuideIntroduction What is Kafka? Apache Kafka is a distributed streaming platform that enables you to build real-time data pipelines and streaming applications. Originally developed at LinkedIn, Kafka has grown in popularity due to its high throughput, lo...Discuss·1 like·60 readsAll Things Microserviceskafka
Tanishq Bhardwajtano.hashnode.net·Mar 29, 2023Apache Kafka (Part -2)In the previous blog, we discussed the introduction, architecture and use cases of Apache Kafka. One of the important use cases of Kafka is producing and consuming messages from Kafka topics, we will dive deep into the practical implementation of Kaf...Discuss·64 readskafka
Abhishek Singhsinghabhishek.hashnode.net·Mar 27, 2023Demystifying Kafka: Understanding Producers, Consumers, Brokers, and MoreApache Kafka is a distributed stream processing system that was developed by LinkedIn using Java and Scala. It is a distributed append-only event log streaming system that can send, store, and transfer real-time data with high throughput. One way t...Discuss·44 readskafka