Create topic, then fetch offset

2015-01-09 Thread Henri Pihkala
(1) Create topic (2) Send a FetchOffsetRequest for a partition in the new topic Results in error code 3, or UnknownTopicOrPartition. How can it be unknown, since I just created it? Shouldn’t it return 0, as that’s the offset of the next (first) message? Is this a bug or a feature? Tried with b

Re: Follow-up On Important Issues for 0.8.2

2015-01-09 Thread Ewen Cheslack-Postava
Bhavesh, 1. I would expect the behavior you're suggesting as well. Any fix for the JIRA should address this, and I raised that point when reviewing the current version of the patch. 2. It's currently marked for 0.8.3 so it probably won't make it into 0.8.2, especially if there isn't a patch for i

RE: Kafka in C#

2015-01-09 Thread Matti Waarna
Thunder, Have you had a chance to go to production with the C# producer and any updates on documentation? I will be checking out the C# library sometime next week. Thanks -Matti -Original Message- From: Thunder Stumpges [mailto:tstump...@ntent.com] Sent: Monday, December 22, 2014 1:1

Re: zookeeper monitoring

2015-01-09 Thread Sa Li
Hi, I parse the zkServer.sh and make changes on /etc/zookeeper/conf/environment ZOOMAIN="-Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false com.sun.management.jmxremote.port=

RE: Kafka in C#

2015-01-09 Thread Thunder Stumpges
Hi Matti, We are actively testing in staging, under load and with extended reliability tests. It has been running well from a producer side for many days. We are pushing hard to get to production in the next couple of weeks however much of the testing is not directly related to the kafka client

Re: zookeeper monitoring

2015-01-09 Thread Sa Li
Worked, thanks On Fri, Jan 9, 2015 at 10:37 AM, Sa Li wrote: > Hi, I parse the zkServer.sh and make changes on > /etc/zookeeper/conf/environment > > ZOOMAIN="-Dcom.sun.management.jmxremote=true > -Dcom.sun.management.jmxremote.local.only=false > -Dcom.sun.management.jmxremote.authenticate=fals

metric-kafka problems

2015-01-09 Thread Sa Li
Hello, all I like to use the tool metrics-kafka which seems to be attractive to report kafka metric and use graphite to graph metrics, however I am having trouble to make it work. In https://github.com/stealthly/metrics-kafka, it says: In the main metrics-kafka folder 1) sudo ./bootstrap.sh 2)

Re: metric-kafka problems

2015-01-09 Thread Joe Stein
Hi, https://github.com/stealthly/metrics-kafka is a project to be used as an example of how to use Kafka as a central point to send all of your metrics for your entire infrastructure. The consumers integrate so as to abstract the load and coupling of services so systems can just send their stats to

Re: metric-kafka problems

2015-01-09 Thread Sa Li
Thank you very much, Joe, I will try all of them, keep here posted. On Jan 9, 2015 5:55 PM, "Joe Stein" wrote: > Hi, https://github.com/stealthly/metrics-kafka is a project to be used as > an example of how to use Kafka as a central point to send all of your > metrics for your entire infrastructu