Hi,
Is it possible to process a batch of records in a single consumer instead of just a single record at a time?
To achieve greater parallelism beyond the number of the topic's partition, it would be great if we could process in parallel (or even concurrently) a batch of records on the consumer side.
Thanks