| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
1253 (0.137s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Kafka stats description - Kafka - [mail # user]
|
|
...AvgProduceRequestMs: avg time of a produce RPC requestFor mbeans with Num and Total, they represent the cumulated value since theservice is up.Thanks,JunOn Fri, Jun 14, 2013 at 8:22 AM, Hani...
|
|
|
Author: Jun Rao,
2013-06-15, 15:51
|
|
|
Re: [VOTE] Kafka 0.8.0 Beta 1 (Candidate 1) - Kafka - [mail # dev]
|
|
...+1. Verified unit tests and quick start.Thanks,JunOn Thu, Jun 13, 2013 at 2:41 PM, Joe Stein wrote:> Hello, this is the first candidate release for Kafka 0.8.0 Beta 1>> This r...
|
|
|
Author: Jun Rao,
2013-06-14, 05:04
|
|
|
Re: Stall high-level 0.72 ConsumerConnector until all balanced? Avoid message dupes? - Kafka - [mail # user]
|
|
...Are you messages compressed in batches? If so, some dups are expectedduring rebalance. In 0.8, such dups are eliminated. Other than that,rebalance shouldn't cause dups since we commit consum...
|
|
|
Author: Jun Rao,
2013-06-14, 04:16
|
|
|
Re: Kafka 0.8 Maven and IntelliJ - Kafka - [mail # user]
|
|
...Thanks. Which version of Intellij are you using?JunOn Thu, Jun 13, 2013 at 10:20 AM, Dragos Manolescu <[EMAIL PROTECTED]> wrote:> Hmm, I've just pulled 0.8.0-beta1-candidate1, remov...
|
|
|
Author: Jun Rao,
2013-06-14, 04:07
|
|
|
[KAFKA-100] ProducerShell should use high-level producer instead of SyncProducer - Kafka - [issue]
|
|
...We should change ProducerShell to use high-level producer instead of SyncProducer....
|
|
|
http://issues.apache.org/jira/browse/KAFKA-100
Author: Jun Rao,
2013-06-13, 17:28
|
|
|
[KAFKA-15] SBT release-zip target doesn't include bin and config directories anymore - Kafka - [issue]
|
|
...SBT release-zip target is responsible for creating a fully deployable release zip containing all the package jars, scripts in the bin directory and config property files. Currently, it packa...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-15
Author: Jun Rao,
2013-06-13, 17:27
|
|
|
[KAFKA-50] kafka intra-cluster replication support - Kafka - [issue]
|
|
...Currently, Kafka doesn't have replication. Each log segment is stored in a single broker. This limits both the availability and the durability of Kafka. If a broker goes down, all log se...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-50
Author: Jun Rao,
2013-06-13, 16:34
|
|
|
[KAFKA-316] disallow recursively compressed message - Kafka - [issue]
|
|
...Currently, it is possible to create a compressed Message that contains a set of Messages, each of which is further compressed. Support recursively compressed messages has little benefit and ...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-316
Author: Jun Rao,
2013-06-13, 16:33
|
|
|
[KAFKA-472] update metadata in batches in Producer - Kafka - [issue]
|
|
...Currently, the producer obtains the metadata of topics being produced one at a time. This means that tools like mirror maker will make many getMetadata requests to the broker. Ideally, we sh...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-472
Author: Jun Rao,
2013-06-13, 15:53
|
|
|
Re: Producer will pick one of the two brokers, but never the two at same time [0.8] - Kafka - [mail # user]
|
|
...Have you looked at #3 in http://kafka.apache.org/faq.html?Thanks,JunOn Thu, Jun 13, 2013 at 6:41 AM, Alexandre Rodrigues <[EMAIL PROTECTED]> wrote:> I think I know what's happening:...
|
|
|
Author: Jun Rao,
2013-06-13, 14:42
|
|
|
|