franz
Type members
Classlikes
- Companion
- object
A Kafka stream which will batch up records by the least of either a time-window or max-size, and then use the provided 'persist' function on each batch
A Kafka stream which will batch up records by the least of either a time-window or max-size, and then use the provided 'persist' function on each batch
- Companion
- class
Code which knows how to create test json from an avro schema
Code which knows how to create test json from an avro schema
Our own representation of the deserialized data
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
This is used to be able to create a particular type from a json input.
This is used to be able to create a particular type from a json input.
It's used by the KafkaPublishService in order to shove in ProducerRecord's from user REST input
- Companion
- object