Re: Auto topic creation occurring when auto.create.topics.enable=false

2015-02-24 Thread David Corley
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

Re: Auto topic creation occurring when auto.create.topics.enable=false

2015-02-23 Thread Jun Rao
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

Auto topic creation occurring when auto.create.topics.enable=false

2015-02-23 Thread David Corley
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