18 lines
365 B
Markdown
18 lines
365 B
Markdown
|
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
|