That I don't know Jun. I dug a little into the Ruby source yesterday, and
it appeared that we might be affected by the ruby client issuing a topic
metadata request explicitly. I was concerned that we were triggering the
behaviour seen in https://issues.apache.org/jira/browse/KAFKA-1507
However, I'l
Does the ruby library write to ZK directly to create topics? That will
bypass the checking on the broker side.
Thanks,
Jun
On Mon, Feb 23, 2015 at 3:06 AM, David Corley wrote:
> Hey all,
> I'm trying to run some basic error-handling validation with some client
> code, and I'm attempting to han
Hey all,
I'm trying to run some basic error-handling validation with some client
code, and I'm attempting to handle an UnknownTopicOrPartitionException. To
set this scenario up, I wanted to attempt fetch messages from a topic I
know doesn't exist. To that end, I've got a 3-broker cluster with:
* au