Fixed id
This commit is contained in:
parent
3da6c81655
commit
609ef6f41a
@ -23,7 +23,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("no.iktdev.streamit.library:streamit-library-kafka:0.0.2-alpha31")
|
||||
implementation("no.iktdev.streamit.library:streamit-library-kafka:0.0.2-alpha33")
|
||||
implementation("no.iktdev:exfl:0.0.4-SNAPSHOT")
|
||||
|
||||
implementation("com.github.pgreze:kotlin-process:1.3.1")
|
||||
|
||||
@ -67,7 +67,7 @@ class StreamsReader {
|
||||
d.run()
|
||||
}
|
||||
|
||||
val message = Message(status = Status( statusType = if (resultCode == 0) StatusType.SUCCESS else StatusType.ERROR), data = output.joinToString("\n"))
|
||||
val message = Message(referenceId = data.value().referenceId, status = Status( statusType = if (resultCode == 0) StatusType.SUCCESS else StatusType.ERROR), data = output.joinToString("\n"))
|
||||
messageProducer.sendMessage(KnownEvents.EVENT_READER_RECEIVED_STREAMS.event, message)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user