feat(postgres): failed_events table and PgFailedEventStore for dead-letter queue

This commit is contained in:
2026-05-15 16:23:21 +02:00
parent 340886fcfe
commit c092b9e658
4 changed files with 122 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ edition = "2021"
domain = { workspace = true }
sqlx = { workspace = true }
uuid = { workspace = true }
serde_json = { workspace = true }
chrono = { workspace = true }
async-trait = { workspace = true }
thiserror = { workspace = true }