| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
124 (0.087s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
Keeping track of offsets - Kafka - [mail # user]
|
|
...I'm working on offset management for my Python client (non-ZK). I'm having trouble seeing how you would keep track of the message offset when using compression. As I understand it, when you ...
|
|
|
Author: David Arthur,
2012-11-19, 20:45
|
|
|
Re: On SIGTERM and SIGKILL consumer ids in zookeeper do not always get cleared - Kafka - [mail # user]
|
|
...BTW, this is a feature of the ephemeral nodes in ZooKeeper, not a feature of Kafka. If Kafka doesn't close the ZK connection explicitly, ZK waits for the session timeout before deleting ephe...
|
|
|
Author: David Arthur,
2012-11-19, 19:34
|
|
|
Re: Kafka on EC2 - Kafka - [mail # user]
|
|
...I'd only consider m1.xlarge and higher for Kafka. The m1.xlarge have "high" I/O performance according to Amazon. This is disk I/O and network I/O performance. Of course you need to use EBS v...
|
|
|
Author: David Arthur,
2012-11-19, 19:30
|
|
|
Re: version of zookeeper - Kafka - [mail # user]
|
|
...The ZooKeeper API has been stable for a while, I do not suspect there would be any problems between 3.3.4 and 3.4.x. Personally, I have run Kafka 0.7.x with ZooKeeper 3.4.3 with no problems ...
|
|
|
Author: David Arthur,
2012-11-13, 13:55
|
|
|
Re: Kafka stream processing framework? - Kafka - [mail # dev]
|
|
...Prashanth, Storm seems to be more focused on data flow between Storm processors (spout? bolt? i forget). My particular use case follows this pattern: * read id from kafka queue *...
|
|
|
Author: David Arthur,
2012-11-08, 16:38
|
|
|
Re: Committing offsets - Kafka - [mail # user]
|
|
...Thanks, Jun. This is what I was looking for. I did a little experimentation and found that if I crashed the JVM immediately after consuming a message, the offset is not always changed. I'm g...
|
|
|
Author: David Arthur,
2012-11-08, 16:32
|
|
|
|