autogits/gitea-events-rabbitmq-publisher
2024-08-24 13:32:39 +02:00
..
.gitignore . 2024-08-14 17:58:22 +02:00
go.mod . 2024-08-14 17:58:22 +02:00
go.sum . 2024-08-13 16:42:20 +02:00
main.go . 2024-08-24 13:32:39 +02:00
rabbitmq.go . 2024-08-24 13:32:39 +02:00
README.md . 2024-08-13 16:42:20 +02:00

gitea-events-rabbitmq-publisher

Publishes all events that go to a webhook to RabbitMQ instance.

Areas of Responsibility

  • Listen for webhook events from Gitea
  • Forward them to RabbitMQ
    • queue events locally if rabbit is temporarily not working

Target Usage

Any projects that requires reliable messanging