| clear query|facets|time |
Search criteria: .
Results from 151 to 160 from
1167 (0.406s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: installation Kafka to existing hadoop environment - Kafka - [mail # user]
|
|
...The configs at LinkedIn can be found athttps://cwiki.apache.org/confluence/display/KAFKA/OperationsYou may also want to checkout Kafka->Hadoop pipeline at LinkedIn:https://github.com/link...
|
|
|
Author: Jun Rao,
2013-04-03, 14:45
|
|
|
Re: kafka appender layout does not work for kafka 0.7.1 - Kafka - [mail # user]
|
|
...You can create jira here: https://issues.apache.org/jira/browse/KAFKAThanks,JunOn Tue, Apr 2, 2013 at 6:19 PM, Sining Ma wrote:>> Hi Jun,> I do not know how to open a jira for...
|
|
|
Author: Jun Rao,
2013-04-03, 03:52
|
|
|
[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-04-02, 15:22
|
|
|
Re: Setting the consumer's offset - Kafka - [mail # user]
|
|
...Currently, we have tools like ImportOffset that can update the startingoffset of a consumer in ZK. However, one has to stop all consumers first.We do plan to allow the high level consumer to...
|
|
|
Author: Jun Rao,
2013-04-02, 14:46
|
|
|
Re: Kafka log retentions - Kafka - [mail # user]
|
|
...If you use the high-level consumer, when the consumer gets anOffsetOutofRangeException, it will automatically reset to either thesmallest or the largest available offset, depend on the confi...
|
|
|
Author: Jun Rao,
2013-04-02, 04:50
|
|
|
Re: Setting the consumer's offset - Kafka - [mail # user]
|
|
...Sean,A broker can have multiple topics, each with multiple partitions. Eachpartition can be consumed by multiple consumers.Our high level consumer API doesn't allow you to specify a starting...
|
|
|
Author: Jun Rao,
2013-04-02, 04:47
|
|
|
Re: Kafka Offset timestamp - Kafka - [mail # user]
|
|
...Currently, a message doesn't have a timestamp header. So you have to encodethe timestamp in the message payload.Thanks,JunOn Mon, Apr 1, 2013 at 7:10 PM, Suyog Rao wrote:> Is there ...
|
|
|
Author: Jun Rao,
2013-04-02, 04:40
|
|
|
[KAFKA-827] improve list topic output format - Kafka - [issue]
|
|
...We need to make the output of list topic command more readable....
|
|
|
http://issues.apache.org/jira/browse/KAFKA-827
Author: Jun Rao,
2013-04-01, 18:42
|
|
|
Re: How to create a deployable release? - Kafka - [mail # dev]
|
|
...Probably we should add this as a subtask for the 0.8 beta release?Thanks,JunOn Mon, Apr 1, 2013 at 8:46 AM, Neha Narkhede wrote:> Cosmin,>> The release-zip target worked for a short...
|
|
|
Author: Jun Rao,
2013-04-01, 17:46
|
|
|
Re: C/C++ Client - Kafka - [mail # user]
|
|
...At LinkedIn, we are also building a native C producer client for 0.8. Ituses non-blocking socket I/O to improve the producer throughput. We plan toopen source it when it's fully tested, hope...
|
|
|
Author: Jun Rao,
2013-04-01, 14:54
|
|
|
|