| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
124 (0.163s).
|
|
|
Loading phrases to help you refine your search...
|
|
Difficulties packaging trunk - Kafka - [mail # dev]
|
|
...I'm trying to run the latest trunk code.I'm packaging the project as indicated by the README > ./sbt "+package"which runs fine, but then I try to run ./bin/kafka-server-start.sh, I g...
|
|
|
Author: David Arthur,
2013-01-27, 14:54
|
|
|
KafkaStream, ConsumerConnector, and 0.8 - Kafka - [mail # dev]
|
|
...By centralizing offset management (with the new Commit/FetchOffsets APIs), consuming is now much simpler and no longer relies on clients connecting directly to ZooKeeper.As such, I'm wonderi...
|
|
|
Author: David Arthur,
2013-01-22, 15:51
|
|
|
[KAFKA-689] Can't append to a topic/partition that does not already exist - Kafka - [issue]
|
|
...With a totally fresh Kafka (empty logs dir and empty ZK), if I send a ProduceRequest for a new topic, Kafka responds with "kafka.common.UnknownTopicOrPartitionException: Topic test part...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-689
Author: David Arthur,
2013-01-10, 18:40
|
|
|
[KAFKA-690] TopicMetadataRequest throws exception when no topics are specified - Kafka - [issue]
|
|
...If no topics are sent in a TopicMetadataRequest, `readFrom` throws an exception when trying to get the the head of the topic list for a debug statement.java.util.NoSuchElementException: head...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-690
Author: David Arthur,
2013-01-09, 16:49
|
|
|
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
|
|
|
|