Re: Update: RE: are commitOffsets botched to zookeeper?

2013-05-20 Thread Alex Zuzin
my hand at backing this with MySQL and report the results here shortly. -- "If you can't conceal it well, expose it with all your might" Alex Zuzin On Monday, May 20, 2013 at 10:24 AM, Neha Narkhede wrote: > No problem. You can take a look at some of the thoughts we had on im

Re: Update: RE: are commitOffsets botched to zookeeper?

2013-05-17 Thread Alex Zuzin
Neha, apologies, I just re-read what I sent and realized my "you" wasn't specific enough - it meant the Kafka team ;). -- "If you can't conceal it well, expose it with all your might" Alex Zuzin On Friday, May 17, 2013 at 2:25 PM, Alex Zuzin wrote: > Have

Re: Update: RE: are commitOffsets botched to zookeeper?

2013-05-17 Thread Alex Zuzin
Have you considered abstracting offset storage away so people could implement their own? Would you take a patch if I'd stabbed at it, and if yes, what's the process (pardon the n00b)? KCBO, -- "If you can't conceal it well, expose it with all your might" Alex Zuzin

Re: maven integration in 0.8

2013-05-07 Thread Alex Zuzin
It's actually a rather helpful convention SBT has instituted to deal with bytecode incompatibilities between the different versions of Scala. I wouldn't advise removing it at all - using a 2.8.0-built project in production with Scala 2.9 or higher is courting disaster. -- Alex

Consume starting at the next incoming message

2013-04-15 Thread Alex Zuzin
Hi all, an 0.8 n00b question: how does one start consuming at the current end of the stream? In other words, how does a consumer wind the entire topic through upon connection? Thank you, -- "If you can't conceal it well, expose it with all your might" Alex Zuzin