final case
class KafkaRecord[K, A](topic: String, key: K, timestamp: Long, offset: Offset, recordBody: A, headers: Map[String, String])
Our own representation of the deserialized data
- Value Params
- key
the record key
- offset
the commit offset
- recordBody
the deserialized message body
- timestamp
the kafka record timestamp
- Companion
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any