| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
27 (0.394s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Partitioning and scale - Kafka - [mail # user]
|
|
...Number of files to manage by os, I suppose.Why wouldn't you use consistent hashing with deliberately engineeredcollisions to generate a limited number of topics / partitions and filterat the...
|
|
|
Author: Milind Parikh,
2013-05-23, 23:36
|
|
|
Kafka support - Kafka - [mail # user]
|
|
...If a F500 company wants commercial support for Kafka, who would they turnto?It appears that there seems to be natural fit with real time processingschemes aka storm&trident.I am sure t...
|
|
|
Author: Milind Parikh,
2013-04-12, 08:01
|
|
|
Re: Keeping logs forever - Kafka - [mail # user]
|
|
...Forever is a long time. The definition of replay and navigating throughdifferent versions of kafka would be key.Example:If you are storing market data into kafka and have a cep engine runnin...
|
|
|
Author: Milind Parikh,
2013-02-22, 00:44
|
|
|
Re: Offset commit api - Kafka - [mail # dev]
|
|
...+1 on limiting the size. But could you do 2k instead of 1k? Using IntervalTime Clocks gets you a lot on distributed autonomous processing; but mostlarge scale ITCs go upto 1.5K.http://code.g...
|
|
|
Author: Milind Parikh,
2012-12-20, 22:15
|
|
|
Re: Kafka stream processing framework? - Kafka - [mail # dev]
|
|
...I have an very early version of streaming in Kafka.... I will not be able to respond back for the next nine days because of no internet connectvity.. But the early version (0.0.1) stre...
|
|
|
Author: Milind Parikh,
2012-11-08, 22:56
|
|
|
Re: Transactional writing - Kafka - [mail # user]
|
|
...Why wouldn't the storm approach provide semantics of exactly once delivery? https://github.com/nathanmarz/storm Nathan actually credits the Kafka_devs for the basic idea of transaction...
|
|
|
Author: Milind Parikh,
2012-11-03, 19:53
|
|
|
Erlang library for Kafka 0.7.x - Kafka - [mail # dev]
|
|
...https://github.com/milindparikh/erlkafka.git erlkafka is a kafka client written in erlang. erlkafka provides seven core functions produce ...
|
|
|
Author: Milind Parikh,
2012-10-14, 05:34
|
|
|
Re: can Kafka handle non ASCII ? - Kafka - [mail # user]
|
|
...The Kafka broker just sees binary data. So yes. Regards On Oct 10, 2012 11:09 AM, "Raymond Ng" wrote: ...
|
|
|
Author: Milind Parikh,
2012-10-10, 15:29
|
|
|
Re: Integration with AMQP - Kafka - [mail # dev]
|
|
...I'm not exactly sure about why talking the same at the wire level is an explicit goal; if raw blazing speed is also equally important. Removing the wireformat from Kafka could be done ...
|
|
|
Author: Milind Parikh,
2012-10-03, 00:09
|
|
|
Offset Request WireFormat - Kafka - [mail # dev]
|
|
...My understanding is that on a Offset Request with incorrect partition (say partition 1 when only partition 0 exists), it should through an error through RESPONSE_HEADER. In particular, it sh...
|
|
|
Author: Milind Parikh,
2012-10-02, 08:04
|
|
|
|