You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you tired of collecting Apache Kafka client metrics using JMX? Worse, you even can't do that? Here is a solution. With the KIP-714, you can collect client metrics from the Kafka broker using OpenTelemetry.
This application developed using Spring Boot, Java19, MySQL, Spring Data JPA, Maven, Lombok. This demo Spring Boot application is a updated version that provides high structure of Kafka messaging framework implementation with the Producer and Consumer configuration with the Kafka Template, Kafka Annotations.
A Spring boot application leveraging Apache Kafka to demonstrate the implementation of multiple producers and consumers for both String and JSON messages. The application utilizes MySQL as the underlying database to store efficiently processed and consumed messages.