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
Patrick Gabrielkafka-zookeeper-sur-ubuntu-serveur.hashnode.dev·Sep 19, 2024Installing Kafka and Zookeeper on Ubuntu: A Simple TutorialINTRODUCTION Objectif de la documentation Présentation rapide de Kafka et Zookeeper Pré-requis Configuration minimale requise pour le serveur Dépendances nécessaires (Java, etc.) avoir minimum trois terminaux ouvert Installation de Kafka Té...Discuss·23 likes·117 readsUbuntu
Harshit Tripathiharshit11.hashnode.dev·Jul 25, 2024Kakfa quick start using DockerApache Kafka, a distributed streaming platform, is a powerful tool for building real-time data pipelines and streaming applications. In this tutorial we will be using docker to run kafka cluster and create consumer to write. Prerequisites Make sure d...Discusskafka
vikash kumardevopswizard.hashnode.dev·Jul 2, 2024Apache Kafka for DevOps: From Confusion to Confidence - A Beginner's TutorialHey there, fellow tech enthusiasts and aspiring DevOps engineers! Pull up a chair, grab your favorite beverage, and let me tell you about my wild ride with Apache Kafka. If you're wondering how to set up Kafka for DevOps or looking for an Apache Kafk...Discusskafka for devops
Anukool Dixitblog.anukooldixit.site·Apr 30, 2024Set up Kafka in localTo run Kafka on Ubuntu using the terminal, you can follow these steps. Please note that these instructions assume you have Java installed on your system. Download Apache Kafka: Download the latest version of Apache Kafka from the official Apache Kaf...Discusskafka
Parth P Shahparthpshah.hashnode.dev·Feb 11, 2024Apache Kafka Raft (KRaft): Apache Kafka and how it's finally without Zookeeper.The Basics, Apache Kafka Let's start with some context.Apache kafka is is an open-source event streaming platform that can transport huge volumes of data at very low latency. Kafka lets you: Publish and subscribe to streams of events Store streams ...Discuss·1 like·85 readsapache kafka kraft
Istiakblog.arif-istiak.xyz·Oct 7, 2023Designing a Scaleable URL ShortenerWhat is a URL Shortener? let's assume we want to put a link in our resume which is very long, long URLs are hard to remember and seem ugly. URL shortener can solve this problem, given a long URL it will give us a much smaller pleasant-looking URL, th...DiscussUrl Shortener
Istiakblog.arif-istiak.xyz·Oct 7, 2023Introduction to Apache ZookeeperWhat is Apache Zookeeper Imagine we have two or more application servers of the same or different application instances and they need to share some config data, each instance can modify the data and when it does the other need to be aware of the upda...Discusszookeeper
Amr Elhewyhewi.blog·Sep 18, 2023Navigating the Jungle of Distributed Systems: A Guide to ZooKeeper and Leader Election AlgorithmsHello everyone! today's article is going to be going deep into Apache Zookeeper which is a popular open-source coordination service used mainly in distributed systems. We're going to be going through what it is, some of its use cases and a walkthroug...Discuss·1 like·1.6K readszookeeper
Ryan SyedforsystemDesign fyiryansyed-1691207213151.hashnode.dev·Aug 8, 2023Mastering ID Generation in Distributed SystemsIn working with distributed systems, it is essential to identify various resources such as database records, servers, files, or people. To avoid confusion, we must generate unique IDs for each resource. Nonetheless, due to the nature of distributed s...Discuss·91 readsuuid