run test on phase 24 and 33

This commit is contained in:
voltsrage
2026-06-24 04:35:15 +08:00
parent 68c397350b
commit 279add1e45
45 changed files with 732 additions and 99 deletions
@@ -0,0 +1,6 @@
Stopping Kafka mid-sync did not block clinical data persistence: the sync batch processor
applied the observation to PostgreSQL and left one outbox row pending (`processed_at IS NULL`).
When Kafka restarted, `OutboxRelayService` drained the backlog within 60 seconds
(outbox pending 1 → 0). This demonstrates the intended separation between Tier 1 durable
writes and Tier 2 async scoring pipelines — NEWS2 and downstream consumers may lag during
broker outages, but observations are not lost and replay correctly once Kafka is available.