feat(event-transport): MessageSource trait + EventConsumerAdapter for transport-agnostic consuming

This commit is contained in:
2026-05-14 12:34:45 +02:00
parent f9ca5836fb
commit c202eded05
2 changed files with 120 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ event-payload = { workspace = true }
serde_json = { workspace = true }
async-trait = { workspace = true }
tracing = { workspace = true }
futures = { workspace = true }
[dev-dependencies]
tokio = { workspace = true, features = ["full"] }