Re: Mirror a partition of a topic

2015-08-27 Thread Ashish Singh
> > > > > > > > > > > > https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/tools/MirrorMaker.scala#L443 > > > > > > On Wed, 26 Aug 2015 at 11:35 Binh Nguyen Van > wrote: > > > > > > > Hi all, > > &g

Re: Mirror a partition of a topic

2015-08-26 Thread Binh Nguyen Van
; > > On Wed, 26 Aug 2015 at 11:35 Binh Nguyen Van wrote: > > > > > Hi all, > > > > > > Is there any tool that allows to mirror a partition of a topic? > > > I looked at the mirror maker but it is used to mirror the whole topic > > > and I

Re: Mirror a partition of a topic

2015-08-25 Thread Kishore Senji
and by supplying a message handler. > > > https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/tools/MirrorMaker.scala#L443 > > On Wed, 26 Aug 2015 at 11:35 Binh Nguyen Van wrote: > > > Hi all, > > > > Is there any tool that allows to mirror a

Re: Mirror a partition of a topic

2015-08-25 Thread tao xiao
there any tool that allows to mirror a partition of a topic? > I looked at the mirror maker but it is used to mirror the whole topic > and I don't see any option that allow me to configure partitions. > > I want to mirror our live data to staging environment but my staging > e

Mirror a partition of a topic

2015-08-25 Thread Binh Nguyen Van
Hi all, Is there any tool that allows to mirror a partition of a topic? I looked at the mirror maker but it is used to mirror the whole topic and I don't see any option that allow me to configure partitions. I want to mirror our live data to staging environment but my staging environment