Ifennaifenna.hashnode.net·Mar 8, 2023A Beginner's Guide to Apache Kafka"Life is a series of events... We, human clusters, produce and consume messages" ~ Laptop and the Lady Apache Kafka is a distributed streaming platform that can be used to build real-time data pipelines and streaming applications. At its core, Kafka...Discuss·10 likes·121 readsA Lady's guide to Software Engineeringkafka
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
Krishna Kumar Mahtokrishnakrmahto.hashnode.net·Dec 28, 2022Configure Kafka for High DurabilityWhat is Durability in Kafka Durability in Kafka is all about reducing the likelihood of losing a message. Confluent Cloud enforces a replication factor of 3 to ensure data durability [1]. Producer acks Producer acks Producers can control the durabili...Discuss·3 likes·512 readsConfigure Kafka to Optimize Service Goalskafka
Timothy Spanntimwithpulsar.hashnode.net·Apr 25, 2023FLaNK Stack Weekly for 24-April-202324-April-2023 FLiPN-FLaNK Stack Weekly Tim Spann @PaaSDev Real-Time Analytics Summit! StarTree #RTASummit #ApacheNiFi #ApacheFlink #ApacheKafka #ApachePulsar #ApachePinot #IoT All The Things Open Source. Join me soon in San Francisco Spann30 for 30% ...Discussapache nifi
Timothy Spanntimwithpulsar.hashnode.net·Apr 17, 2023FLiPN-FLaNK Stack Weekly for 17 April 202317-April-2023 FLiPN-FLaNK Stack Weekly Tim Spann @PaaSDev Real-Time Analytics Summit! StarTree #RTASummit #ApacheNiFi #ApacheFlink #ApacheKafka #ApachePulsar #ApachePinot #IoT All The Things Open Source. Join me soon in San Francisco Spann30 for 30% ...Discussapache nifi
Timothy Spanntimwithpulsar.hashnode.net·Apr 10, 2023FLiPN-FLaNK Stack Weekly for 10 April 202310-April-2023 FLiPN-FLaNK Stack Weekly Tim Spann @PaaSDev NiFi Update 1.21.0 Update! The big updates are some deprecations of older Kafka and Ambari stuff in preparation for the Amazing NiFi 2.0. https://nifi.apache.org/download.html https://cwiki.ap...Discussapache nifi
Irshit mukherjeeirshitmukherjee55.hashnode.net·Apr 9, 2023Introduction to Apache Kafka And how to implement it with GOlangWhat is Apache Kafka? Apache Kafka is an open-source event-streaming platform. What is an event? event is a course of action in your application like a user ordering a product from its cart, sending an email, etc. Kafka is an excellent way to communi...Discuss·32 readsApache Kafka
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
Tanishq Bhardwajtano.hashnode.net·Mar 26, 2023Apache Kafka (Part-1)Introduction Apache Kafka is an open-source distributed event streaming platform that was designed to handle massive amounts of data in real time and is widely used by enterprises for building event-driven architectures. In this blog, we'll explore t...Discuss·1 like·135 readsApache Kafka
Andrew Sharifikiaalireza-sharifikia.hashnode.net·Mar 13, 2023DataOps: Apache Kafka - BasicIntroduction Technically speaking, event streaming is the practice of capturing data in real-time from event sources like databases, sensors, mobile devices, cloud services, and software applications in the form of streams of events; storing these ...Discuss·28 readsDataOpskafka
MemgraphforMemgraphmemgraph.hashnode.net·Mar 10, 2023Chasing Messages and Offsets in the Land of librdkafkaToday I would like to share with you a personal endeavor with librdkafka. One of the features we wanted to push for streams was offset management for Kafka consumers, i.e., the logical offset of the {topic, partition} that a consumer starts consuming...DiscussMemgraph
Ifennaifenna.hashnode.net·Mar 8, 2023A Beginner's Guide to Apache Kafka"Life is a series of events... We, human clusters, produce and consume messages" ~ Laptop and the Lady Apache Kafka is a distributed streaming platform that can be used to build real-time data pipelines and streaming applications. At its core, Kafka...Discuss·10 likes·121 readsA Lady's guide to Software Engineeringkafka
SIVARAMAN Asivayuvi79.hashnode.net·Feb 20, 2023Kafka ClusterIn Apache Kafka, a cluster is a group of one or more Kafka brokers working together to serve a set of topics and provide a distributed messaging service. The Kafka cluster is responsible for storing and replicating data across multiple brokers, allow...DiscussApache Kafkakafka