Hi Ravi,

a very basic config we are using with kafka 0.10 and kafka release in 
/opt/kafka:

Process to start:
JAVA_HOME=/opt/java /opt/kafka/bin/kafka-mirror-maker.sh --new.consumer 
--consumer.config /opt/kafka/config/consumer.properties --producer.config 
/opt/kafka/config/producer.properties --whitelist ".*"

Files:
$ cat /opt/kafka/config/consumer.properties
bootstrap.servers=host1:9092,host2:9092,host3:9092
group.id=mirrormaker

$ cat /opt/kafka/config/producer.properties
bootstrap.servers=otherhost1:9092,otherhost2:9092,otherhost3:9092

Cheers
Robert

--
Robert Schumann | Lead DevOps Engineer | mobile.de GmbH
T: + 49. 30. 8109. 7219
M: +49.151. 5504. 8246
F: +49. 30. 8109. 7131
roschum...@ebay.com
www.mobile.de
 
Marktplatz 1 | 14532 Europarc Dreilinden | Germany
 
Geschaeftsfuehrer: Malte Krueger
HRB Nr.: 18517 P,  AG Potsdam
Sitz der Gesellschaft: Kleinmachnow
 

On 02/01/2017, 14:36, "Ravi Sankar Reddy S" <ravisan...@teledna.com> wrote:

>Hi team,
>
>
>I am very new to kafka. Through some tutorials I bring up two clusters (two 
>instances in separate servers). I want to replicate the topic between these 
>servers using mirrormaker. But I cant find any useful material to set my 
>configurations. Can you please help me in setting mirror maker??
>
>
>Regards,
>Ravi Sankar

Reply via email to