Re: Topic Deletion Issues

2016-01-05 Thread Brenden Cobb
o I can restart Kafka (clearing the topic info) and test again. On Tue, Jan 5, 2016 at 1:30 PM, Gwen Shapira wrote: > Does the issue reproduce consistently? > > On Tue, Jan 5, 2016 at 10:28 AM, Brenden Cobb wrote: > >> Thanks Alex (and sorry all for the spam) >> >> I&#

Re: Topic Deletion Issues

2016-01-05 Thread Brenden Cobb
revious email went through, and you got a response (that >> I believe answers your question). See here: >> >> http://mail-archives.apache.org/mod_mbox/kafka-users/201512.mbox/browser >> >> Alex >> >> On Mon, Jan 4, 2016 at 7:18 PM, Brenden Cobb >> w

Topic Deletion Issues

2016-01-04 Thread Brenden Cobb
I might have sent this recently, but was not able to receive mail from this list (fixed) --- Hello- We have a use case where we're trying to create a topic, delete, then recreate with the same topic name. Running into inconsistant results. Creating the topic: /opt/kafka/bin/kafka-topics.sh --cr

Topic deletion issues

2015-12-30 Thread Brenden Cobb
Hello- We have a use case where we're trying to create a topic, delete, then recreate with the same topic name. Running into inconsistant results. Creating the topic: /opt/kafka/bin/kafka-topics.sh --create --partitions 3 --replication-factor 3 --topic test-01 --zookeeper zoo01:2181, zoo02:218

Re: Kafka trouble with Avro encoding

2013-12-02 Thread Brenden Cobb
ass", "kafka.serializer.DefaultEncoder"); > >Cheers > Rob. > > >On 2 December 2013 22:01, Brenden Cobb wrote: > >> Hello - I am trying to understand my trouble passing an Avro message >> through Kafka (0.8) >> From what I see, the class

Kafka trouble with Avro encoding

2013-12-02 Thread Brenden Cobb
Hello - I am trying to understand my trouble passing an Avro message through Kafka (0.8) >From what I see, the class tries to create an instance of the encoder but >fails as it can not find the constructor, although it is there. Here's the code and subsequent error. Appreciate any help! Thank y