BladePipebladepipe.hashnode.devΒ·a day agoHow to Stream Data from Kafka to KafkaApache Kafka is a stream-processing platform most known for its great performance, high throughput and low latency. Its persistence layer is essentially a "massive publish/subscribe message queue following a distributed transaction logging architectu...Discusskafka
Pawan Gangwaniblogs.pgangwani.co.inΒ·Dec 5, 2024Exploring the CAP Theorem: A Fun Guide for Young Tech EnthusiastsIntroduction Hey there, young tech explorers! π Today, we're going to learn about the CAP theorem, a cool concept that helps us understand how big systems work together. Imagine you're playing a game with friends, and you want to make sure everyone ...DiscussCAP-Theorem
Rohit Sawblog.rsaw409.meΒ·Dec 4, 2024Kafka: Replications and ISRIn Apache Kafka, the replication factor refers to the number of copies (replicas) of a topic partition that are maintained across the Kafka cluster. ISR stands for In-Sync Replicas. It is the set of all replicas (including the leader replica) that ar...DiscussMicroservices Architecturekafka
Ruban Sahooruban.hashnode.devΒ·Dec 3, 2024Design a Blogging PlatformIn this blog, we will study the factors that get affected by any system design decision. We will understand it while we design a blogging platform. We will deep dive into caching issues at scale and how to solve them, async processing, delegation, ka...DiscussSystem Designdatabase
Stanislav Deviatovstn1slv.hashnode.devΒ·Dec 2, 2024Integration Digest for November 2024Articles π 7 Golden Rules for Creating API Libraries that Shine This piece outlines seven crucial guidelines for developing API libraries that enhance the developer experience. The rules discussed include utilizing OpenAPI for automated code generat...Discusskafka
Shubham Goreapachekafkain14days.hashnode.devΒ·Dec 1, 2024Learning Kafka: Week 1 of 14-Day Journey With Shubham GoreTopics What is Kafka?: Apache Kafka is a distributed streaming platform that allows for publishing, subscribing to, storing, and processing streams of records in real-time. It's designed to handle high-throughput, fault-tolerant, and scalable data p...DiscussΒ·1 likeΒ·36 readskafka
Ijlal Ahmadblogs.ijlalahmad.techΒ·Nov 30, 2024Notification Microservice using Kafka and FCMIntroduction Notifications are a crucial part of any day-to-day application, including social media, finance, e-commerce, and many more. While they may seem simple, their underlying architecture is what makes them highly efficient. From chat applicat...DiscussΒ·44 readskafka
HKHair77.hashnode.devΒ·Nov 27, 2024κ΄κ³ μ 체 μ ν¨μ± κ²μ¬ μμ€ν κ°μ μ€λμ κ΄κ³ μ 체 μ ν¨μ± κ²μ¬ μμ€ν μ μ΄λ»κ² λ°μ μμΌ μλμ§ κ³Όμ μ μ 리ν΄λ΄€λ€. μ²μμλ λ¨μν API νΈμΆλ‘ μμνμ§λ§, μ§κΈμ Kafka κΈ°λ°μ μ€μκ° μ΄λ²€νΈ μ²λ¦¬ μμ€ν μΌλ‘ μ§νλ₯Ό κ±°λνμΌλ©° μ΄ ν¬μ€νΈλ ν΄λΉ μ¬μ μ μ 리ν κΈμ΄λ€π Version 1.0: "λ¨μνκ² μμν΄λ³΄μ" - μ§μ API νΈμΆ λ°©μ μμ€ν κ΅¬μ± μ²μμλ μ λ§ λ¨μνλ€ κ΄κ³ ννΈκ° μ¬μ©νλ κ΄κ³ κ²μ¬ URLμ μλ²μμ νΈμΆνλ€. κ΄κ³ ννΈμμ μ 곡νλ APIλ₯Ό μ§μ ...Discusskafka
Ahmad W Khanblog.ahmadwkhan.comΒ·Nov 26, 2024Mastering Microservices and Event-Driven Systems with PythonSoftware development has undergone significant changes in the past decades. What started as procedural programming evolved into object-oriented design, monolithic architectures, and eventually distributed systems. With growing system complexity and d...DiscussΒ·49 readsPython
Ankur sainiankur0213.hashnode.devΒ·Nov 25, 2024Kafka is not for you!Kafka is widely use as a messaging or Message Broker system. As we all knows that Kafka has high throughput means it can handle millions of requests and data at a time without facing any problem. It provide the amazing scalability powers to you. It r...Discuss#blogwithcc