Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/felipeagger/kafka-golang

PoC using Confluent Kafka with Golang
https://github.com/felipeagger/kafka-golang

Last synced: 2 days ago
JSON representation

PoC using Confluent Kafka with Golang

Awesome Lists containing this project

README

        

# kafka-golang
PoC using Apache & Confluent Kafka with Golang

# Subir a Aplicacao com Docker:
Acesse a raiz do repositorio e rode:

```
make docker
```

Parar a Aplicacao: make dockerdown

Para mais detalhes: make help

# Variaveis de Ambiente:

```
TOPIC: events
GROUP: ConsumerGrpDocker
BROKERS: kafka1:1909,kafka2:2909
LOCALSTACK: http://localhost:4576
```
# Dashboard Kafka

Kowl: http://0.0.0.0:8088

# Links

https://github.com/confluentinc/confluent-kafka-go

https://github.com/cloudhut/kowl