| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
120 (0.091s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: ASF Board Meeting Summary - November 21, 2012 - Kafka - [mail # dev]
|
|
...Congrats all around! Sent from my phone On Nov 21, 2012, at 5:39 PM, Prashanth Menon wrote: ...
|
|
|
Author: David Arthur,
2012-11-23, 20:05
|
|
|
[KAFKA-468] String#getBytes is platform dependent - Kafka - [issue]
|
|
...Just noticed while looking at the source that some calls to java.lang.String#getBytes do not include the encoding. They should probably specify "UTF-8" for platform-independence....
|
|
|
http://issues.apache.org/jira/browse/KAFKA-468
Author: David Arthur,
2012-11-22, 22:04
|
|
|
Re: Thread Safety of KafkaStreams - Kafka - [mail # user]
|
|
...But you can only have as many KafkaStreams as there are partitions, correct? This was actually discussed on IRC yesterday. One solution mentioned was to consume messages with one consu...
|
|
|
Author: David Arthur,
2012-11-21, 13:55
|
|
|
Re: Newbie question - Kafka - [mail # user]
|
|
...I believe the (bare minimum) runtime deps are: kafka, scala-library, zookeeper, and zkclient. Also snappy if you want snappy support. HTH, David On Nov 20, 2012, at 5:44 PM...
|
|
|
Author: David Arthur,
2012-11-21, 00:53
|
|
|
Re: Kafka + Maven - Kafka - [mail # user]
|
|
...+1 We have kafka + deps defined in a custom Ivy repo On Nov 20, 2012, at 7:18 PM, Matthew Rathbone wrote: ...
|
|
|
Author: David Arthur,
2012-11-21, 00:41
|
|
|
Re: Kafka REST interface - Kafka - [mail # dev]
|
|
...BTW, here are some cURL calls from my test environment: https://gist.github.com/e59b9c8ee4ae56dad44f On Nov 20, 2012, at 4:08 PM, David Arthur wrote: ...
|
|
|
Author: David Arthur,
2012-11-20, 22:06
|
|
|
Re: Kafka REST interface - Kafka - [mail # dev]
|
|
...Another bump for this thread... For those just joining, this prototype is a simple HTTP server that proxies the complex consumer code through two HTTP endpoints. https://github....
|
|
|
Author: David Arthur,
2012-11-20, 21:08
|
|
|
Re: Suggestion on ZkClient usage in Kafka - Kafka - [mail # user]
|
|
...If I understand correctly, the brokers stay informed about one another through ZooKeeper and therefor any broker can give info about any other broker? This is an interesting approach. ...
|
|
|
Author: David Arthur,
2012-11-20, 18:20
|
|
|
Re: Suggestion on ZkClient usage in Kafka - Kafka - [mail # user]
|
|
...On Nov 20, 2012, at 12:23 AM, Jun Rao wrote: This seems like a regression in functionality. For me, one of the benefits of Kafka is only needing to know about ZooKeeper ...
|
|
|
Author: David Arthur,
2012-11-20, 15:54
|
|
|
Re: Kafka on EC2 - Kafka - [mail # user]
|
|
...In my experience, anything smaller than m1.xlarge isn't really suitable for I/O intensive high performance stuff. I would guess that, for Kafka, a single m1.xlarge would outperform two m1.la...
|
|
|
Author: David Arthur,
2012-11-20, 15:52
|
|
|
|