Fixed operations
This commit is contained in:
parent
e776e00375
commit
92794574d7
@ -70,7 +70,8 @@ class Coordinator() : CoordinatorBase<PersistentMessage, PersistentEventBasedMes
|
|||||||
val processStartEvent = MediaProcessStarted(
|
val processStartEvent = MediaProcessStarted(
|
||||||
status = Status.COMPLETED,
|
status = Status.COMPLETED,
|
||||||
file = file.absolutePath,
|
file = file.absolutePath,
|
||||||
type = type
|
type = type,
|
||||||
|
operations = operations
|
||||||
)
|
)
|
||||||
producer.sendMessage(UUID.randomUUID().toString(), KafkaEvents.EventMediaProcessStarted, processStartEvent)
|
producer.sendMessage(UUID.randomUUID().toString(), KafkaEvents.EventMediaProcessStarted, processStartEvent)
|
||||||
return referenceId
|
return referenceId
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user