All Stories published by Javarevisited on February 28, 2023

Mapped Diagnostic Context (MDC)

Mapped Diagnostic Context (MDC) is a feature in the Logback framework (which is the default logging framework for Spring Boot) that allows you to store contextual information in a logging message. The MDC is a key-value store that is propagated between logging events, so…


Intro to Apache Kafka with Spring Boot

Apache Kafka is a distributed event streaming platform that is designed to handle large volumes of data in real-time. The Kafka architecture consists of four main components: producers, brokers, consumers, and ZooKeeper.

About
Javarevisited
A humble place to learn Java and Programming better.
More information
Tags
Editors
Writers