trustgraph/trustgraph-flow
cybermaggedon feeb92b33f
Refactor: Derive consumer behaviour from queue class (#772)
Derive consumer behaviour from queue class, remove
consumer_type parameter

The queue class prefix (flow, request, response, notify) now
fully determines consumer behaviour in both RabbitMQ and Pulsar
backends.  Added 'notify' class for ephemeral broadcast (config
push notifications).  Response and notify classes always create
per-subscriber auto-delete queues, eliminating orphaned queues
that accumulated on service restarts.

Change init-trustgraph to set up the 'notify' namespace in
Pulsar instead of old hangover 'state'.

Fixes 'stuck backlog' on RabbitMQ config notification queue.
2026-04-09 09:55:41 +01:00
..
trustgraph Refactor: Derive consumer behaviour from queue class (#772) 2026-04-09 09:55:41 +01:00
pyproject.toml SPARQL query service (#754) 2026-04-02 17:21:39 +01:00
README.md Maint/fix build env (#84) 2024-09-30 19:47:09 +01:00