A little background: I have a decent sized kafka cluster. Each of the data nodes has two NICs with seperate IPs. We are finding that the distribution of network traffic is not balancing between the two . Is there is a way to make it so that producers write to kafka on one interface and replication takes place on the other?
/Scott