When running Apache Kafka in production, it’s crucial to monitor whether messages are being consumed effectively. Unused or unread messages can indicate consumer issues, processing
Tag: Kafka
Building a Modern Node.js CLI Generator for Microservices – Part 1: Introduction and Project Setup
In today’s microservices-driven development landscape, setting up new services with consistent architecture, proper tooling, and best practices can be time-consuming and error-prone. What if you
Automating Kafka and Redis Startup in WSL: Shell Scripts for Seamless Development
Learn how to create shell scripts that automatically start Kafka (in KRaft mode) and Redis clusters when WSL starts, streamlining your development workflow and eliminating manual setup overhead.
Setting Up Apache Kafka in KRaft Mode on WSL: A Step-by-Step Guide
Apache Kafka 3.x introduced KRaft (Kafka Raft) mode, which eliminates the dependency on ZooKeeper for metadata management. This guide will walk you through setting up