Vikas Guptavikasfeedingdotnet.hashnode.dev·Jun 29, 2024Introduction to Apache KafkaApache Kafka is an open-source stream-processing platform designed to handle real-time data feeds with high throughput, fault tolerance, and scalability. It's a go-to solution for building real-time data pipelines and streaming applications. Key Conc...kafka
Priyanshu Kumar Keshripriyanshukr.hashnode.dev·Dec 23, 2023Unlocking the Secrets of Kafka: A Comprehensive Learning Expedition! 🚀✨Welcome to the mesmerizing universe of Kafka, the backbone of real-time data streaming! Today, we embark on a step-by-step journey, delving into Kafka's core, setting it up, writing code, optimizing performance, and connecting it with the broader tec...39 readskafka topic
OpenDevopendev.hashnode.dev·Aug 6, 2022[KAFKA] How to chose the number of partitions?There are several factors to consider when choosing the number of partitions: What is the throughput you expect to achieve for the topic? For example, do you expect to write 100KB per second or 1 GB per second? What is the maximum throughput you ex...5 likes·184 readskafka-eveningkafka