feature: Outbox Relay and Kafka Pipeline
This commit is contained in:
@@ -96,6 +96,7 @@ public class AlertService : IAlertService
|
||||
acknowledgedAt = alert.AcknowledgedAt,
|
||||
note = req.Note
|
||||
}),
|
||||
PartitionKey = alert.EncounterId.ToString(),
|
||||
CreatedAt = DateTimeOffset.UtcNow
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user