| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
124 (0.112s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: python/avro example producer - Kafka - [mail # user]
|
|
...I'll try to give an unbiased answer :)I believe my library has more comprehensive coverage of the APIs for 0.7.x (e.g., MultiProduce, MultiFetch), as well as more test coverage (including in...
|
|
|
Author: David Arthur,
2012-12-19, 16:36
|
|
|
Re: python/avro example producer - Kafka - [mail # user]
|
|
...The fundamental unit of Kafka is a Message. A Message contains a few bytes of metadata (a magic number, a crc32 checksum, some attributes) and a payload of bytes. For the most part these det...
|
|
|
Author: David Arthur,
2012-12-19, 15:37
|
|
|
Re: python/avro example producer - Kafka - [mail # user]
|
|
...Do you mean a Python producer that sends Avro payloads?There are a couple of Python clients floating around, including mine: https://github.com/mumrah/kafka-pythonThe Avro package is in pypi...
|
|
|
Author: David Arthur,
2012-12-19, 14:47
|
|
|
[KAFKA-639] RESTful proxy - Kafka - [issue]
|
|
...An issue to track work on a RESTful proxy See initial discussion here: http://mail-archives.apache.org/mod_mbox/incubator-kafka-dev/201211.mbox/%3C00AF3218-0AA9-42EA-B601-F54B167FDCC0%40gmai...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-639
Author: David Arthur,
2012-11-29, 01:17
|
|
|
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
|
|
|
|