Categorygithub.com/tommzn/hdb-message-agent
modulepackage
1.0.71
Repository: https://github.com/tommzn/hdb-message-agent.git
Documentation: pkg.go.dev

# README

GitHub go.mod Go version Actions Status

HomeDashboard Message Agent

Home Dashboard message agent, forwards messages from AWS SQS to Kafka.

Config

By config you can define Kafka servers and a queue to topic forwarding. If no topic is specified given queue name is taken.

kafka:
  server: localhost

agent:
  routes:
    - source: sqs.queue.1
      target: kafka.topic
    - source: data.distribution
  

Links