feat(infra): transactional outbox — OutboxWriter port, PgOutboxWriter, OutboxRelay, TestOutbox; update create_thought + delete_thought
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2450,6 +2450,8 @@ dependencies = [
|
||||
"async-trait",
|
||||
"chrono",
|
||||
"domain",
|
||||
"event-payload",
|
||||
"serde_json",
|
||||
"sqlx",
|
||||
"thiserror 2.0.18",
|
||||
"tokio",
|
||||
@@ -4713,11 +4715,13 @@ dependencies = [
|
||||
"async-nats",
|
||||
"domain",
|
||||
"dotenvy",
|
||||
"event-payload",
|
||||
"event-transport",
|
||||
"futures",
|
||||
"nats",
|
||||
"postgres",
|
||||
"postgres-federation",
|
||||
"serde_json",
|
||||
"sqlx",
|
||||
"tokio",
|
||||
"tracing",
|
||||
|
||||
Reference in New Issue
Block a user