Will Mirror Maker only support 1 to 1?

2015-09-18 Thread Xiang Zhou (Samuel)
Hi, folks, I found that the Mirror Maker docs should be updated(KAFKA-2449) since it mentions N source to 1 destination will not be supported. So is that true it only support 1 source to 1 destination in 0.9.0? Or it will be extended to support N source to N dest? Thanks, Samuel

Re: Mirror maker SSL support

2015-08-31 Thread Xiang Zhou (Samuel)
2452, which will > enable SSL on the consumer side too. > > Thanks, > > Jun > > On Fri, Aug 28, 2015 at 12:01 PM, Xiang Zhou (Samuel) > wrote: > > > Hi, folks, > > > > I just want to check if anybody know if there are any plan of Kafka > > Mirro

Mirror maker SSL support

2015-08-28 Thread Xiang Zhou (Samuel)
Hi, folks, I just want to check if anybody know if there are any plan of Kafka MirrorMaker support running over SSL. I tried to follow https://cwiki.apache.org/confluence/display/KAFKA/Deploying+SSL+for+Kafka to configure consumer/producer properties with SSL but no luck, looks that Kafka MirrorMa

Re: Issue when enabling SSL on broker

2015-08-25 Thread Xiang Zhou (Samuel)
Chintalapani (ka...@harsha.io) > wrote: > > Hi Xiang, > Did you try following the instructions here > https://cwiki.apache.org/confluence/display/KAFKA/Deploying+SSL+for+Kafka > . > Whats the output of openssl s_client and which version of java and OS are > you using. > >

Issue when enabling SSL on broker

2015-08-25 Thread Xiang Zhou (Samuel)
Hi, folks, I am just following up to see if anybody has clue on the following issue when I was following the guidelines provided in the step of running openssl to verify the SSL setup: [2015-08-25 22:29:15,385] WARN Error in I/O with connection to X (org.apache.kafka.common.network.Selector)

Re: How to fetch offset in SimpleConsumer using Java

2015-06-29 Thread Xiang Zhou (Samuel)
on the same version can be set to version number 1 !!). So updating kafka jar 0.8.2.1 solved the problem. On Mon, Jun 29, 2015 at 11:10 AM, Xiang Zhou (Samuel) wrote: > Thank you for your response Noah. I just tried with the same groupId and > group name when I committed the offset, it sti

Re: How to fetch offset in SimpleConsumer using Java

2015-06-29 Thread Xiang Zhou (Samuel)
our consumer group id. You must've picked a value > to commit with, so it needs to be the same one. > > On Mon, Jun 29, 2015 at 12:50 AM Xiang Zhou (Samuel) > wrote: > > > Hi, > > > > I use the following snippets to try to get fetch the offset in a > > Simp

How to fetch offset in SimpleConsumer using Java

2015-06-28 Thread Xiang Zhou (Samuel)
Hi, I use the following snippets to try to get fetch the offset in a SimpleConsumer I have committed (the commission has created topic __consumer_offsets): fetchRequest = new OffsetFetchRequest( clientGroup, // What's the client group for simple consumer? partitions, (short) 1 /* version