| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
12 (0.148s).
|
|
|
Loading phrases to help you refine your search...
|
|
[KAFKA-419] Updated PHP client library to support kafka 0.7+ - Kafka - [issue]
|
|
...I updated the PHP client library to fully work with the kafka code in trunk, with the following improvements:- added support for GZIP compression (both in the producer and the consumer);- im...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-419
Author: Lorenzo Alberton,
2013-04-04, 21:42
|
|
|
[KAFKA-761] Fetch request randomly returns 0 bytes when there's still data in the log - Kafka - [issue]
|
|
...I can't track the bug down in the code, but the behaviour has been hitting us for quite some time (on Kafka 0.7.2): sometimes, a new Simple Consumer object, on a new Fetch Request, retur...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-761
Author: Lorenzo Alberton,
2013-03-08, 18:27
|
|
|
Re: Regarding C++ Consumer in Kafka - Kafka - [mail # user]
|
|
...Small correction, the PHP client is now able to interact with ZK, and offers a high level API. The C++ consumer is only implementing the lower level API (and was written against Kafka 0.05)....
|
|
|
Author: Lorenzo Alberton,
2012-09-24, 15:27
|
|
|
Re: [VOTE] Release Kafka 0.7.2-incubating (Candidate 1) - Kafka - [mail # dev]
|
|
...It's probably better to remove the client libraries and add a README with a link to this wiki page: https://cwiki.apache.org/confluence/display/KAFKA/Kafka+non-java+clients On T...
|
|
|
Author: Lorenzo Alberton,
2012-09-22, 22:17
|
|
|
Re: 0.7.2 release - Kafka - [mail # dev]
|
|
...The c++ client in kafka/clients/cpp is another one we contributed, and probably only works with the 0.05 release. Please send me a link to the new wiki page when created, I'll update it with...
|
|
|
Author: Lorenzo Alberton,
2012-09-19, 07:34
|
|
|
Re: 0.7.2 release - Kafka - [mail # dev]
|
|
...sounds good to me. Thanks, Lorenzo On Tue, Sep 18, 2012 at 5:13 PM, Jun Rao wrote: ...
|
|
|
Author: Lorenzo Alberton,
2012-09-18, 22:18
|
|
|
Re: 0.7.2 release - Kafka - [mail # dev]
|
|
...Any chance of merging this one in? https://issues.apache.org/jira/browse/KAFKA-419 The PHP library currently in trunk won't work with Kafka 0.6 or 0.7+. Summary of changes: http://www....
|
|
|
Author: Lorenzo Alberton,
2012-09-18, 09:19
|
|
|
Non-blocking socket when queue has no new data - Kafka - [mail # dev]
|
|
...Hi, I have a question about non-blocking connections. passes it on to a Processor thread. The connection by default is blocking, i.e. the consumer sends the fetch request and the...
|
|
|
Author: Lorenzo Alberton,
2012-08-07, 22:45
|
|
|
Re: Thousands of topics - Kafka - [mail # user]
|
|
...Hi Taylor, thanks for your reply. I'd love to read your blog post about your experiences with it, especially around hardware configuration and how you consume the data (few/many short/...
|
|
|
Author: Lorenzo Alberton,
2012-08-07, 21:47
|
|
|
Thousands of topics - Kafka - [mail # user]
|
|
...Is there anyone who tried Kafka with thousands of concurrent topics? If so, what are your experiences? How did you tune it? Thanks!...
|
|
|
Author: Lorenzo Alberton,
2012-07-30, 15:39
|
|
|
|