add more information to annotationbulkmessage

This commit is contained in:
Alex Bezdieniezhnykh
2025-05-22 00:32:56 +03:00
parent 0d51f3c373
commit 757fb1e454
3 changed files with 11 additions and 5 deletions
+4 -1
View File
@@ -87,7 +87,10 @@ public class FailsafeAnnotationsProducer
{
var message = new Message(MessagePackSerializer.Serialize(new AnnotationBulkMessage
{
AnnotationNames = record.AnnotationNames.ToArray()
AnnotationNames = record.AnnotationNames.ToArray(),
AnnotationStatus = record.Operation,
Email = _azaionApi.CurrentUser.Email,
CreatedDate = record.DateTime
})) { ApplicationProperties = appProperties };
messages.Add(message);