Re: Topic to broker assignment

2015-04-13 Thread Bill Hastings
factor is 3. Is this information persisted somewhere? Sorry just getting my feet wet. On Mon, Apr 13, 2015 at 11:57 AM, Jiangjie Qin j...@linkedin.com.invalid wrote: A quick reference. http://www.slideshare.net/junrao/kafka-replication-apachecon2013 On 4/12/15, 11:36 PM, Bill Hastings bllhasti

Topic to broker assignment

2015-04-13 Thread Bill Hastings
Hi Guys How do topics get assigned to brokers? I mean if I were to create a topic X and publish to it how does Kafka assign the topic and the message to a particular broker? If I have create a topic with say 10 partitions how does kafka assign each partition to a different broker? -- Cheers

Consumers in a different datacenters

2015-05-19 Thread Bill Hastings
Hi All Has anyone tried this? We have two data centers A and B. We would like data replicated between A and B. So I would like to have a kafka cluster set up in A and B. When we need to replicate from A--B I would like the app in A publish a topic to the kafla cluster in data center A. The