You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Orit Alul <or...@gmail.com> on 2013/09/13 14:25:56 UTC

Kafka 0.8 - can I separate the replication traffic to be sent on a separate network?

Hi,

We're considering the following network architecture:
Each kafka server will have 2 network cards:
one will be used to send/receive messages  to/from consumer/producer
(external cluster traffic)
the other one will be used to send and receive replication messages between
the brokers (internal cluster traffic)

Does Kafka 0.8 enables the mentioned above configuration? Is there a
configuration file for network setup?

Thanks,
Orit