So by specifying a kafka quota for a user as 50 MBps, I can make sure it can write on a partition at broker X (imagine this user has only 1 partition at this broker) at a max rate of 50 MBps. Now if the partition has a replica on another broker Y, will the user still be able to write data at rate 50MBps? Or will replicas slow down the user's write rate?
Thanks, Archie