Fixed operations
This commit is contained in:
parent
e776e00375
commit
92794574d7
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user