As per my understanding Kafka consumer reads messages from an assigned partition sequentially...
We are planning to have multiple Kafka consumer (Java) which has sam
You can consume the messages in batches and process them in a batched manner. batch.max.wait.ms (property) the consumer will wait this amount of time and polls for new message