aggregate clusters and mirror maker

2015-09-18 Thread Doug Tomm
hello, i have some questions about setting up an aggregate cluster in a data center for mirror maker. i haven't found answers for these, so i'm appealing to the community at large :-) does the aggregate cluster need its own zookeeper service, or can it use the same service used by the local

mirror maker: mapping topic names

2015-09-22 Thread Doug Tomm
using mirror maker, i would like to write events received from one topic and write them to another. for example, for events received on the topic 'clicks,' i want to write them to 'mirrored.clicks' on my destination cluster. is that possible? thanks, d

custom message handlers?

2015-09-28 Thread Doug Tomm
hello, i've noticed the addition of the custom message handler feature in the latest code; a very useful feature. in what release will it be available, and when might that be? at present i am building kafka from source to get this feature. many thanks, doug

Re: custom message handlers?

2015-09-28 Thread Doug Tomm
yes, i meant MirrorMaker. sorry for not being clear. d On 9/28/15 11:37 AM, James Cheng wrote: On Sep 28, 2015, at 12:47 PM, Doug Tomm wrote: hello, i've noticed the addition of the custom message handler feature in the latest code; a very useful feature. in what release will

are 0.8.2.1 and 0.8.3 compatible?

2015-09-30 Thread Doug Tomm
hello, i've got a set of broker nodes running 0.8.2.1. on my laptop i'm also running 0.8.2.1, and i have a single broker node and mirrormaker there. i'm also using kafka-console-consumer.sh on the mac to display messages on a favorite topic being published from the broker nodes. there are n

best python library to use?

2016-01-08 Thread Doug Tomm
we're using kafka-python, weighing pykafka, and wondering if there's another that is bettor to use. does confluent endorse or recommend a particular python package (psorry for the alliteration)? doug