Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 637 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 637 Bytes

Total alerts

Kafka Http Gateway

Configuration

Enviroment variables:

  • BROKER=kafka:9093
  • PUBLISH_TOPIC=gateway.publish
  • SUBSCRIBE_TOPIC=gateway.subscribe
  • SUBSCRIBE_GROUP_ID=gateway
  • TIMEOUT=30

Commands

  • run ./dev.sh run host.docker.internal:9092

Dependenices

kafka support in go

Tips

Setup the env CGO_ENABLED=0 in order to build app with kafka lib.