| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
7464 (0.244s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: can producers(from same system) send messages to separate broker systems? - Kafka - [mail # user]
|
|
...Hi NehaNo i haven't experienced any noticeable latency as of now, the highpriority data is too critical for any sort of latency, that's why i wantedto optimize everything before deploy...
|
|
|
Author: Chitra Raveendran,
2013-05-20, 06:24
|
|
|
Kafka Audit (KAFKA-260) - Kafka - [mail # user]
|
|
...Hi!!How can I use the audit monitoring frontend(KAFKA-260).Can I use it with the 0.7.1 version?Which are the steps to install it?Thanks!-- Javier IserukArchitecture TeamPhone: +5411-4640-806...
|
|
|
Author: Javier Iseruk,
2013-05-19, 13:19
|
|
|
Re: heterogenous kafka cluster? - Kafka - [mail # user]
|
|
...Letting each broker have a weight sounds like a great idea.Since in my use case, topics are generally auto-created, it won't bepractical to map brokers manually per topic.Thanks,JasonOn Fri,...
|
|
|
Author: Jason Rosenberg,
2013-05-18, 06:28
|
|
|
Re: scala questions - Kafka - [mail # user]
|
|
...Scala compiles to java bytecode. You can use java objects in scala and viceversa.Thanks,JunOn Fri, May 17, 2013 at 4:48 PM, Rob Withers wrote:> I've gotten to know y'all a bit, so I...
|
|
|
Author: Jun Rao,
2013-05-18, 03:44
|
|
|
Re: API to to query messages amount under one topic - Kafka - [mail # user]
|
|
...Yes, that's probably what you are looking for. It tells you the # ofunconsumed messages per partition, for a particular consumer.Thanks,JunOn Fri, May 17, 2013 at 4:52 PM, Rob Withers ...
|
|
|
Author: Jun Rao,
2013-05-18, 03:40
|
|
|
Re: heterogenous kafka cluster? - Kafka - [mail # user]
|
|
...In 0.8, you can create topics manually and explicitly specify the replicato broker mapping. Post 0.8, we can think of some more automated ways todeal with this (e.g., let each broker carry s...
|
|
|
Author: Jun Rao,
2013-05-18, 03:38
|
|
|
[KAFKA-910] Randomize the backoff in the clients to avoid all clients from sending metadata requests at the same time - Kafka - [issue]
|
|
...Currently, all producer and consumer clients use a static backoff. So if a broker fails, most topics will lose some leaders. All clients will notice the absence of a leader at the same time,...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-910
Author: Neha Narkhede,
2013-05-18, 01:05
|
|
|
[jira] [Created] (KAFKA-910) Randomize the backoff in the clients to avoid all clients from sending metadata requests at the same time - Kafka - [mail # dev]
|
|
...Neha Narkhede created KAFKA-910:----------------------------------- Summary: Randomize the backoff in the clients to avoid all clients from sen...
|
|
|
Author: "Neha Narkhede,
2013-05-18, 00:05
|
|
|
Re: API to to query messages amount under one topic - Kafka - [mail # user]
|
|
...Found out about the following:JMX -> “kafka.server” -> (various FeatcherThread)-ConsumerLagthis sounds like the latency, in time. is it so?thanks,robOn May 17, 2013, at 11:49 AM,...
|
|
|
Author: Rob Withers,
2013-05-17, 23:52
|
|
|
scala questions - Kafka - [mail # user]
|
|
...I've gotten to know y'all a bit, so I would like to ask my question here. :)I am fairly unfamiliar with Scala, having worked a chapter or 2 out of a scala book I bought. My under...
|
|
|
Author: Rob Withers,
2013-05-17, 23:48
|
|
|
|