Kafka among other things provide a way to subscribe to multiple topics using the single KafkaConsumer instance. I never though how it works and just assumed that all messages will be ideally read from all subscribed topics and that there... Read more