I have a consumer that polls multiple topics. For this question, I've limited one partition per topic. Let's say by the time the consumer started polling, each topic has some data. What is the order of reads?
Is it round-robin? Is it read all from first before the next? I use consumer.poll(N) to poll.