Subscription managing and sending for skyblock.
Only one instance of this service should ever be active.
Configuration can be found in appsettings.json
.
You can overwrite it via Enviroment variables.
Note: the keys represent the JSON path of a value and
:
has to be replaced with__
. egTOPICS:FLIP
becomesTOPICS__FLIP
This service listens to auction events and produces notification events to be consumed by the event-broker.
Thereby this service is one of the sources for the event-broker called subscriptions
.