object BatchedStream
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
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