| clear query|facets|time |
Search criteria: .
Results from 121 to 130 from
1243 (0.078s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: a few questions from high level consumer documentation. - Kafka - [mail # user]
|
|
...For #3, we need to checkpoint offsets to a central place so that if aconsumer fails, another consumer in the same group can pick up from whereit's left off.For #4c, leader change doesn't int...
|
|
|
Author: Jun Rao,
2013-05-09, 04:16
|
|
|
Re: recover from corrupt log file? - Kafka - [mail # user]
|
|
...If you hard-kill (kill -9) a broker, it will do log validation and recovery(by truncating the segment off from the first invalid message), but only onthe last segment. If you have corruption...
|
|
|
Author: Jun Rao,
2013-05-08, 16:19
|
|
|
Re: Kafka Monitoring, 0.7 vs. 0.8 JMX - Kafka - [mail # user]
|
|
...See http://metrics.codahale.com/getting-started/#reporting-via-httpThanks,JunOn Wed, May 8, 2013 at 9:03 AM, Dennis Haller wrote:> What exactly is a metric reporter - something in log4j?&...
|
|
|
Author: Jun Rao,
2013-05-08, 16:11
|
|
|
0.8 beta release status - Kafka - [mail # dev]
|
|
...We are investigating a metadata related issue when there are a large numberof clients (1000+). This issue, if not resolved, may cause the wholecluster to be unavailable. We are testing a fix...
|
|
|
Author: Jun Rao,
2013-05-08, 15:30
|
|
|
Re: Binary Data and Kafka - Kafka - [mail # user]
|
|
...No. Kafka broker stores the binary data as it is. The binary data may becompressed, if compression is enabled at the producer.Thanks,JunOn Wed, May 8, 2013 at 5:57 AM, Sybrandy, Casey <[E...
|
|
|
Author: Jun Rao,
2013-05-08, 15:26
|
|
|
Re: expected exceptions? - Kafka - [mail # user]
|
|
...Yes, both are expected.Thanks,JunOn Wed, May 8, 2013 at 12:16 AM, Jason Rosenberg wrote:> I'm porting some unit tests from 0.7.2 to 0.8.0. The test does the> following, all...
|
|
|
Author: Jun Rao,
2013-05-08, 15:23
|
|
|
Re: Kafka Monitoring, 0.7 vs. 0.8 JMX - Kafka - [mail # user]
|
|
...0.8 JMX is different from 0.7. In 0.8, all jmx beans are exposed throughmetrics. One can attach a metric reporter for monitoring.Thanks,JunOn Tue, May 7, 2013 at 1:45 PM, Otis Gospodnetic &l...
|
|
|
Author: Jun Rao,
2013-05-08, 15:20
|
|
|
Re: Kafka C++ Sync Producer on Windows - Kafka - [mail # user]
|
|
...Pankaj,The non-java client code is maintained separately. You can submit a pullrequest directly to the client project to make changes.Thanks,JunOn Tue, May 7, 2013 at 7:16 AM, Pankaj Misra w...
|
|
|
Author: Jun Rao,
2013-05-07, 15:01
|
|
|
Re: develop customized producer and consumer in java - Kafka - [mail # user]
|
|
...Are you using the latest code in the 0.8 branch?Thanks,JunOn Tue, May 7, 2013 at 6:48 AM, Yu, Libo wrote:> I got this error when I ran> ./sbt release-zip>> : command not fo...
|
|
|
Author: Jun Rao,
2013-05-07, 14:58
|
|
|
Re: a few questions about kafka usage - Kafka - [mail # user]
|
|
...Do you think you can improve the wiki athttps://cwiki.apache.org/confluence/display/KAFKA/Performance+testing ?Thanks,JunOn Tue, May 7, 2013 at 6:23 AM, Yu, Libo wrote:> I am using ...
|
|
|
Author: Jun Rao,
2013-05-07, 14:57
|
|
|
|