Fixed operations

This commit is contained in:
bskjon 2024-05-06 00:35:07 +02:00
parent e776e00375
commit 92794574d7

View File

@ -70,7 +70,8 @@ class Coordinator() : CoordinatorBase<PersistentMessage, PersistentEventBasedMes
val processStartEvent = MediaProcessStarted(
status = Status.COMPLETED,
file = file.absolutePath,
type = type
type = type,
operations = operations
)
producer.sendMessage(UUID.randomUUID().toString(), KafkaEvents.EventMediaProcessStarted, processStartEvent)
return referenceId