trustgraph/tests/unit/test_pubsub
cybermaggedon d7745baab4
Add Kafka pub/sub backend (#830)
Third backend alongside Pulsar and RabbitMQ. Topics map 1:1 to Kafka
topics, subscriptions map to consumer groups. Response/notify uses
unique consumer groups with correlation ID filtering. Topic lifecycle
managed via AdminClient with class-based retention.

Initial code drop: Needs major integration testing
2026-04-18 11:18:34 +01:00
..
test_kafka_backend.py Add Kafka pub/sub backend (#830) 2026-04-18 11:18:34 +01:00
test_queue_naming.py Refactor: Derive consumer behaviour from queue class (#772) 2026-04-09 09:55:41 +01:00
test_rabbitmq_backend.py Add Kafka pub/sub backend (#830) 2026-04-18 11:18:34 +01:00