The server may be configured to send notifications on events to Kafka - see the deploy.cfg
file
for information. The events and their respective JSON message formats are:
{
"event_type": "NEW_SAMPLE",
"sample_id": "<sample ID>",
"sample_ver": "<sample version>"
}
{
"event_type": "ACL_CHANGE",
"sample_id": "<sample ID>"
}
{
"event_type": "NEW_LINK",
"link_id": "<link ID>"
}
{
"event_type": "EXPIRED_LINK",
"link_id": "<link ID>"
}