feat(event-publisher): add event publisher adapter with configuration and integration

This commit is contained in:
2026-05-04 12:30:42 +02:00
parent 563f33212e
commit 17f90726e8
6 changed files with 108 additions and 13 deletions

11
Cargo.lock generated
View File

@@ -681,6 +681,16 @@ dependencies = [
"pin-project-lite",
]
[[package]]
name = "event-publisher"
version = "0.1.0"
dependencies = [
"async-trait",
"domain",
"tokio",
"tracing",
]
[[package]]
name = "find-msvc-tools"
version = "0.1.9"
@@ -1779,6 +1789,7 @@ dependencies = [
"chrono",
"domain",
"dotenvy",
"event-publisher",
"http-body-util",
"metadata",
"poster-fetcher",