so what will be message flow in this scenario - when we have 4 partition and single consumer A, 4 message produces, 4 message consume by single consumer A, now another consumer B got connected with that broker, how rebalancing will happened, from where means from beginning or latest , B will consume the message
@_softrider5 ай бұрын
Nice video❤
@technotowntechie97325 ай бұрын
Thank you 👍
@jagannathsahu10875 ай бұрын
Thanks
@chaitanyakumar93623 ай бұрын
How it will work if we have multiple instances of same producer messages will be send duplicate right
@technotowntechie97323 ай бұрын
While having multiple producer instances can lead to potential duplicates if not managed properly, Kafka's idempotent producer feature and proper configuration can help mitigate this risk.