ChangeRecord

fun ChangeRecord(topic: String, key: String, value: ByteArray?)

Parameters

topic

: The topic that was used

key

: The unparsed string key. For fp internals, it is string based, for kafka connect json based.

value

: The raw message contents