feat(worker): use EventConsumerAdapter<NatsMessageSource> — transport-agnostic consuming
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user