I just started exploring kafka. I have query regarding kafka topic and partitions.
Let assume we have 3 machines x.x.x.1 , x.x.x.2 , x.x.x.3
We have a Topic Test and it has 3 partitions and 3 replica set as the 3 machines above 1,2,3.
Can it be possible that we can write 1st partition data to machine 1. 2nd partition data to machine 2 and 3rd partition data to 3rd machine always?
If it is possible than how?