| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
120 (0.124s).
|
|
|
Loading phrases to help you refine your search...
|
|
log4j config in sbt - Kafka - [mail # dev]
|
|
...Anyone know how to get sbt to pick up log4j when running Kafka interactively?I do:./sbtproject core-kafkarun "config/server.properties"Is there maybe a better way to run Kafka without packag...
|
|
|
Author: David Arthur,
2013-01-08, 21:35
|
|
|
Re: git workflow - Kafka - [mail # dev]
|
|
...Diff/patch makes it easy for non-committer to contribute.On 1/7/13 12:52 AM, Derek Chen-Becker wrote:> Although I haven't contributed much here yet, I did want to ask: why> diff/patch ...
|
|
|
Author: David Arthur,
2013-01-07, 14:45
|
|
|
Re: ETL with Kafka - Kafka - [mail # user]
|
|
...Storm has support for Kafka, if that's the sort of thing you're lookingfor. Maybe you could describe your use case a bit more?On Sunday, January 6, 2013, Guy Doulberg wrote:> Hi>> I...
|
|
|
Author: David Arthur,
2013-01-06, 22:29
|
|
|
Re: git workflow - Kafka - [mail # dev]
|
|
...You can amend the previous commit (as long as you havent pushed) with anauthor like "git --amend --author='...'"On Saturday, January 5, 2013, Joe Stein wrote:> I am getting the no email a...
|
|
|
Author: David Arthur,
2013-01-05, 17:38
|
|
|
[KAFKA-680] ApiUtils#writeShortString uses String length instead of byte length - Kafka - [issue]
|
|
...Instead of using the length of the encoded bytes, writeShortString is using String#length. If non single-byte characters are encoded, then things go wrong then decoding the string with readS...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-680
Author: David Arthur,
2013-01-03, 17:52
|
|
|
Re: git workflow - Kafka - [mail # dev]
|
|
...On 1/2/13 7:03 PM, Jay Kreps wrote:> David,>> So are there any changes you think we should make to the instructions? I> think what I wrote matches what you are describing.I think...
|
|
|
Author: David Arthur,
2013-01-03, 00:26
|
|
|
Re: git workflow - Kafka - [mail # dev]
|
|
...Here is what I've been doing* Clone Kafka locally (git clone git://github.com/apache/kafka.git)* Create feature branch off of trunk (git branch KAFKA-657)* Do work on the feature branch* Reb...
|
|
|
Author: David Arthur,
2013-01-02, 22:17
|
|
|
Re: S3 Consumer - Kafka - [mail # user]
|
|
...I don't think anything exists like this in Kafka (or contrib), but it would be a useful addition! Personally, I have written this exact thing at previous jobs.As for the Hadoop consumer, sin...
|
|
|
Author: David Arthur,
2012-12-27, 15:08
|
|
|
Re: Kafka Node.js Integration Questions/Advice - Kafka - [mail # user]
|
|
...FWIW, message production is quite simpler than consumption. It doesnot require the same complex coordination as the consumers. Producersonly use ZooKeeper to locate available brokersSent fro...
|
|
|
Author: David Arthur,
2012-12-22, 18:17
|
|
|
Re: Http based producer - Kafka - [mail # user]
|
|
...Pratyush,I'm not a big node.js user so I can't speak to any of the node.js clients. I mostly use the Java/Scala client. Some clients attempt to support the ZooKeeper consumer coordination, s...
|
|
|
Author: David Arthur,
2012-12-21, 18:07
|
|
|
|