(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
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
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
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=
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
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
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)
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
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