Puneet Chhabrapuneetchhabra.hashnode.dev·19 hours agoDesigning and Implementing a Scalable Notification SystemDesigning and implementing a notification system that can send various types of notifications (e.g., email, SMS, push notifications) based on user preferences. Project demonstration video: https://www.youtube.com/watch?v=UB79MBRyXrQ . It is recommend...Java
Puneet Chhabrapuneetchhabra.hashnode.dev·Dec 13, 2024Custom Partitioner for Kafka Producer using application.properties | Absolute beginner guideI almost gave up trying to configure Custom Partitioner Class using application.properties. spring.kafka.producer.partitioner.class=classPath Does not work after trying a hell lot of things. The partitioner.class remained null everytime. I even trie...kafka
Shubham Gorekafkaadvance.hashnode.dev·Dec 11, 2024Learning Kafka: Advanced Journey With Shubham GoreWeek 2: Mastering Kafka In this post, I’ll take you through the advanced concepts I explored in my Kafka journey, building upon the fundamentals from Week 1. From stream processing to secure messaging, here’s how I tackled Kafka’s more intricate feat...kafka
Subhanshu Mohan Guptablogs.subhanshumg.com·Dec 10, 2024Architecture Design for Automated Rolling Updates of Node Operator Docker ImagesComponents Docker Registry Monitoring: Uses a webhook or polling mechanism to detect new releases of the bitscrunch:latest image. Integrates with a CI/CD pipeline to automate the update process. Added redundancy by leveraging multiple registry en...62 readsOrg. tasksDocker
LakshmiPerumalmalalakshmi.hashnode.dev·Dec 8, 2024Spring Boot Microservices Tutorial - Part 7In Part 7 of this Spring Boot Microservices Tutorial series, we will integrate Kafka into our project and learn how to build Event-Driven Microservices with Spring Boot and Kafka. What are Event Driven Microservices? Event-driven microservices archit...kafka
BladePipebladepipe.hashnode.dev·Dec 5, 2024How 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...kafka
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 ...CAP-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...Microservices 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...System 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...kafka