Ruban Sahooruban.hashnode.dev·a day agoDesign 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 likekafka
Ijlal Ahmadijlalahmad.hashnode.dev·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·35 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·48 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
Siddhartha Soxyprogrammer.com·Nov 24, 2024Apache Kafka: Architectural Overview and Performance MechanismsIntroduction Kafka is a distributed event store and stream processing platform originally developed by LinkedIn for real-time processing. In 2011, Kafka was transferred to the Apache Software Foundation, and since then, countless software development...Discuss·10 likesDistributed Systemskafka
Tomas Darquierblog.tomasdarquier.com·Nov 21, 2024Cómo Estructuré la Arquitectura de mi Plataforma Web de Generación de Código📌 Nota 1: Recomiendo leer el primer blog de la serie para comprender en que consta el sistema y el porque de ciertas tecnologías utilizadas. 📌 Nota 2: Actualmente, el sistema ya está funcional y desarrollado casi en su totalidad. El código y un vid...DiscussDiario del TFGSpring
Priyansh KhodiyarforDatazipdatazip.io·Nov 21, 2024Common Challenges Using Debezium and Kafka Connect for CDChttps://datazip.io/blog/debezium-vs-olake Change Data Capture (CDC) is essential for modern data architectures that require real-time data replication and synchronization across systems. Debezium (a Java utility based on the Qurkus framework), coup...Discuss·96 readsdebezium