[fastapi_eventbus.backends]
kafka = fastapi_eventbus.backends.kafka:KafkaBackend
redis = fastapi_eventbus.backends.redis:RedisBackend
sync = fastapi_eventbus.backends.sync:SyncBackend
