Re: Partitions reassignment failed due to Partition reassignment currently in progress for Map()

2015-05-16 Thread Clark Haskins
Does the partition reassignment znode exist under /admin in zookeeper? -Clark Sent from my iPhone > On May 16, 2015, at 7:16 PM, Chris Neal wrote: > > Sorry for bumping my own thread. :S Just wanted to get it in front of some > eyes again! > > Thanks for your time and help. > Chris > >> On

Re: Partitions reassignment failed due to Partition reassignment currently in progress for Map()

2015-05-16 Thread Chris Neal
Sorry for bumping my own thread. :S Just wanted to get it in front of some eyes again! Thanks for your time and help. Chris On Thu, May 14, 2015 at 10:24 AM, Chris Neal wrote: > Hi All, > > I am running: kafka_2.10-0.8.1.1, and when I run the > reassign-partitions.sh script, I get this: > > P

Re: Kafka 0.9.0 release date

2015-05-16 Thread Gwen Shapira
Being an open source project, we don't have committed release dates. You can follow the progress of our security features by watching https://issues.apache.org/jira/browse/KAFKA-1682 and its sub-tasks. Hope this helps! Gwen On Sat, May 16, 2015 at 1:22 PM, Madabhattula Rajesh Kumar < mrajaf...@

Re: [Announcement] Hermes - pub / sub broker built on top of Kafka

2015-05-16 Thread Stevo Slavić
Nice, thanks for sharing! Is 30k msgs/sec publishing or push throughput? Will check, hopefully performance tests are included in sources. Does Hermes have same max number of topics limitations as Kafka or does it include a solution to have that aspect scalable as well? On May 16, 2015 8:02 AM, "

Kafka 0.9.0 release date

2015-05-16 Thread Madabhattula Rajesh Kumar
Hi, Please let me know Kafka 0.9.0 release date. I'm interested on security functionality in kafka Regards, Rajesh

[Announcement] Hermes - pub / sub broker built on top of Kafka

2015-05-16 Thread Marcin Kuthan
Hi Everyone Hermes is an asynchronous message broker built on top of Kafka. It provides reliable, fault tolerant REST interface for message publishing and adaptive push mechanisms for message sending. Hermes is used as a message broker for asynchronous communication between microservices. Some of