1) Can any any one explain how KAFKA consumer knows about partition and consume the data from specific partition?.
What is consumer group?
2) I have 3 partitions and data stored in all partitions,
for example ( msg1, msg2 , msg3 and msg4). Msg1 -> partition 2, msg2 -> partition 3, msg3 -> partition 1, msg4 -> partition 4.
So how can I get sequential order of messages (msg) from consumer.