| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
120 (0.499s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: key used by producer - Kafka - [mail # user]
|
|
...Yes, I'm pretty sure keys are now retained with the message and returned in the consumer.In the Java/Scala client, ConsumerIterator returns a MessageAndMetadata which includes key, message, ...
|
|
|
Author: David Arthur,
2013-05-09, 15:05
|
|
|
Re: a few questions from high level consumer documentation. - Kafka - [mail # user]
|
|
...On 5/9/13 8:27 AM, Chris Curtin wrote:> On Thu, May 9, 2013 at 12:36 AM, Rob Withers wrote:>>>>>> -----Original Message----->>> From: Chris Curtin [mailto...
|
|
|
Author: David Arthur,
2013-05-09, 14:29
|
|
|
Re: 0.8 beta release status - Kafka - [mail # dev]
|
|
...Once there is a release candidate, could you send around instructions for validating the candidate?I.e., clone version X of the repo, run tests, startup the server with bin scripts, do some ...
|
|
|
Author: David Arthur,
2013-05-09, 13:41
|
|
|
Re: Kafka message order - Kafka - [mail # user]
|
|
...Message order is guaranteed for a given partition, messages are read by the consumer in a FIFO manner.You say partitioning based on topic. Do you mean you are using the default HashPartition...
|
|
|
Author: David Arthur,
2013-04-30, 15:45
|
|
|
Re: kafka pull request: Fix mis-spell in ConsumerConfig.scala - Kafka - [mail # dev]
|
|
...You'll need to attach this to JIRA issue to get reviewed/accepted.On 4/25/13 5:01 PM, MichaelBlume wrote:> GitHub user MichaelBlume opened a pull request:>> http...
|
|
|
Author: David Arthur,
2013-04-26, 16:17
|
|
|
Lucene Revolution - Kafka - [mail # dev]
|
|
...Anyone going this year? Probably nothing to do with Kafka, but lots of interesting talks on Solr/Lucene and some "big data" stuff (I think there's a Storm talk?)http://www.lucenerevolution.o...
|
|
|
Author: David Arthur,
2013-04-23, 12:27
|
|
|
Re: Kafka Broker - In Memory Topics & Messages - Kafka - [mail # user]
|
|
...Sounds like you want something like zeromq?http://zguide.zeromq.org/page:all#Divide-and-Conquer-DavidOn 4/23/13 2:07 AM, Pankaj Misra wrote:> Hi All,>> I am working on using Kafka f...
|
|
|
Author: David Arthur,
2013-04-23, 12:24
|
|
|
Re: Analysis of producer performance -- and Producer-Kafka reliability - Kafka - [mail # user]
|
|
...It seems there are two underlying things here: storing messages to stable storage, and making messages available to consumers (i.e., storing messages on the broker). One can be achieved simp...
|
|
|
Author: David Arthur,
2013-04-23, 12:22
|
|
|
[KAFKA-797] Cannot start Kafka 0.8 per Quick Start instructions - Kafka - [issue]
|
|
...Checked out latest 0.8 (b5edbb193b33ebf0b3056935a537967ff21478a6), and ran:./sbt update./sbt packageBoth complete successfully. Then I try to start the server:$ ./bin/kafka-server-start.sh c...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-797
Author: David Arthur,
2013-04-10, 13:44
|
|
|
[KAFKA-852] Remove clientId from OffsetFetchResponse and OffsetCommitResponse - Kafka - [issue]
|
|
...These are not needed and conflict with the API documentation. Should be removed to be consistent with other APIs...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-852
Author: David Arthur,
2013-04-10, 13:38
|
|
|
|