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·30 readskafka
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
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·28 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...Discuss·30 readskafka 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·87 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