kafka 1.0.0

Download zip

class: KafkaRecord

[25:14] (extern: com.lehman.aussom.KafkaRecord) extends: object

One received record: pure data handed to poll callers and listener handlers. Key and value decode lazily per the owning client's key/value formats (string or bytes). Records are never constructed from Aussom code - the producer's send() takes plain arguments.

Methods