Skip to main content

Posts

Showing posts from 2025

Spring wolf documentation

 Springwolf documentation for managing the Kafka based communication between microservices. In this video, we'll show you how to auto-generate AsyncAPI documentation for your Kafka-based Event-Driven Microservices using SpringWolf + Spring Boot – with almost zero configuration! ✅ What is SpringWolf and how it helps to developer community ✅ How SpringWolf integrates with Spring Boot ✅ Auto-generating AsyncAPI YAML/JSON docs ✅ Kafka event listener mapping ✅ Debugging and visualizing event flows

Microservice communication with kafka broker

 Microservice communication with kafka broker in Event driven architecture This article display how the communication takes place between two or more microservice. For communicating between the microservice you can use any message broker here in this example we are using the Kafka broker. For communication with the microservice we have created two topics TOPIC 1 and TOPIC 2.  TOPIC 1 will be produced by the MS_1 and will be consumed by the MS_2 and TOPIC 2 will be produced by the MS_2 and will be consumed by the MS_1. For detailed explanation follow the below video link.