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...Discussdebezium
Siddhartha Soxyprogrammer.com·Nov 18, 2024FeaturedUnderstanding CQRS and Event Sourcing: A Path to More Robust Distributed SystemsIntroduction Distributed systems are all the rage these days! With system design gaining traction in the software world, everyone is eager to learn and implement distributed systems. They (Distributed Systems) undoubtedly have their merits and provid...Discuss·16 likes·63 readsDistributed Systems#CQRS
Ankur sainiankur0213.hashnode.dev·Nov 16, 2024Backend which Handle 1 Million RequestSource Code : https://github.com/AnkursainiRD/v2_EDA_Project Every time when i saw these big tech giant’s severs i thought how could have they handle the millions of requests. I were very curious about that. So i started learning advanced backend. An...Discuss·27 readsGrafana
Kilokiloai.hashnode.dev·Nov 16, 2024Tăng Partition trong Apache Kafka mà Không Gián Đoạn Dịch VụApache Kafka, một hệ thống messaging mạnh mẽ và phổ biến, hỗ trợ khả năng mở rộng quy mô linh hoạt thông qua việc thêm partition cho các topic. Partition không chỉ cung cấp khả năng mở rộng dữ liệu (scalability) mà còn cải thiện hiệu suất xử lý khi s...DiscussMessages-Queueskafka
Farbod AhmadianforDataChef's Blogblog.datachef.co·Nov 11, 2024Leveling up KafkaOps with Conduktor ConsoleAs organizations embrace streaming data, Apache Kafka has emerged as the backbone for low-latency, high-throughput event processing. This distributed streaming platform enables companies to build real-time data pipelines and streaming applications. H...Discuss·40 readsDevops
Pratik VermaforEDA using Kafkaeda-using-kafka.hashnode.dev·Nov 10, 2024EDA using kafka in node jsnew to kafka ? click here - Why Kafka? Steps to follow Setup the Kafka Config We need Producer to produce events We need Consumer to consume events in a specific topic Setup Kafka: install kafkajs use npm i kafkajs or bun add kafkajs run zook...Discusskafka
Richard Zhang163.hashnode.dev·Nov 8, 2024Kafka Overview(2)- partitionNote For the images to display correctly, switch to a white reading background. Related Kafka Overview(1)- Architecture and Topics Kafka Overview(3) - Consumer Group Kafka Overview(4) - Commit Log & offset Kafka Overview(5) - Process of sending ...Discuss·1 likekafka
Chris CoutinhoforChris' Web Logblog.coutinho.io·Nov 6, 2024Leveling up KafkaOps with ConduktorAs organizations embrace streaming data, Apache Kafka has emerged as the backbone for low-latency, high-throughput event processing. This distributed streaming platform enables companies to build real-time data pipelines and streaming applications. H...Discussconduktor
keshav dkwaughkes.hashnode.dev·Nov 1, 2024A Beginner’s Guide to Kafka with Python: Real-Time Data Processing and ApplicationsIntroduction to Kafka Kafka is an open-source distributed event streaming platform developed by Apache. Originally created by LinkedIn, it was designed to handle high throughput, fault-tolerant, and real-time data streaming. Kafka allows systems t...DiscussPython