An open API service indexing awesome lists of open source software.

https://github.com/luizaandradeti/kafka-java-spring

Event-Driven Microservices
https://github.com/luizaandradeti/kafka-java-spring

apache-kafka java-spring

Last synced: 5 months ago
JSON representation

Event-Driven Microservices

Awesome Lists containing this project

README

          

"# Kafka-Estudos"

[![Generic badge](https://img.shields.io/badge/status-developing-yellow.svg)](/#/)

This material is study personal.

## 1 - Run a docker-compose

````
git clone https://github.com/luizaandradeti/Kafka-Java-Spring
cd Kafka-Java-Spring
docker-compose up -d
````

_"Kafdrop is a web UI for viewing Kafka topics and browsing consumer groups. The tool displays information such as brokers, topics, partitions, consumers, and lets you view messages.(https://github.com/obsidiandynamics/kafdrop)_"

- http://localhost:19000/

![alt](imgs/Kafdrop.png)

![alt](imgs/kafka-spring.png)

> [!NOTE]
>
> Contexto de engenharia de software.
>
> https://github.com/obsidiandynamics/kafdrop
> https://www.confluent.io/
>