feat(worker): use EventConsumerAdapter<NatsMessageSource> — transport-agnostic consuming

This commit is contained in:
2026-05-14 12:37:16 +02:00
parent e995b29be1
commit 69b55058ce
2 changed files with 5 additions and 4 deletions

View File

@@ -8,9 +8,10 @@ name = "thoughts-worker"
path = "src/main.rs"
[dependencies]
domain = { workspace = true }
nats = { workspace = true }
event-payload = { workspace = true }
domain = { workspace = true }
nats = { workspace = true }
event-payload = { workspace = true }
event-transport = { workspace = true }
postgres = { workspace = true }
async-nats = { workspace = true }
tokio = { workspace = true, features = ["full"] }