| clear query|facets|time |
Search criteria: .
Results from 1 to 8 from
8 (2.915s).
|
|
|
Loading phrases to help you refine your search...
|
|
Kafka, Work Distribution, and Work Stealing - Kafka - [mail # user]
|
|
...Hello,We use Kafka to distribute batches work across several boxes. These batchesmay take anywhere from 1 hour to 24 hours to complete. Currently, we have Npartitions, each allocated to one ...
|
|
|
Author: David Ross,
2013-01-16, 17:51
|
|
|
Re: Best practices for changing partition numbers - Kafka - [mail # user]
|
|
...I know how to change. I'm wondering what the ramifications are (losingdata, etc.).On Tue, Jan 8, 2013 at 1:41 PM, Corbin Hoenes wrote:> David>> Sounds like there is an admin d...
|
|
|
Author: David Ross,
2013-01-09, 00:26
|
|
|
Re: Best practices for changing partition numbers - Kafka - [mail # user]
|
|
...Yeah that makes sense, but what if we do need to change the number ofpartitions? What if we need to reduce it?On Tue, Jan 8, 2013 at 12:42 PM, Jun Rao wrote:> If you don't have a lo...
|
|
|
Author: David Ross,
2013-01-08, 21:24
|
|
|
Best practices for changing partition numbers - Kafka - [mail # user]
|
|
...Hello,We have found that, for our application, having a number of totalpartitions as a multiple of the number of consumer hosts is beneficial.Because of this, whenever we add or remove consu...
|
|
|
Author: David Ross,
2013-01-08, 06:24
|
|
|
Re: Thread Safety of KafkaStreams - Kafka - [mail # user]
|
|
...Yes, this was a follow up question. I was wondering if I could cheaply implement this by sharing the stream. Thanks for responses. On Wednesday, November 21, 2012, David Arthur wrote: ...
|
|
|
Author: David Ross,
2012-11-21, 15:52
|
|
|
Thread Safety of KafkaStreams - Kafka - [mail # user]
|
|
...Hello, We want to process messages from a single KafkaStream in a number of processes. Is it possible to have this code executing in multiple threads against the same stream? for...
|
|
|
Author: David Ross,
2012-11-21, 05:40
|
|
|
Re: [0.6] Consumer API Question - What if a ConsumerIterator has an error? - Kafka - [mail # user]
|
|
...Another problem - just taking toString of an iterator in a failed state throws an exception. On Thu, Dec 22, 2011 at 1:40 AM, David Ross wrote: ...
|
|
|
Author: David Ross,
2012-01-05, 01:33
|
|
|
[0.6] Consumer API Question - What if a ConsumerIterator has an error? - Kafka - [mail # user]
|
|
...Howdy, I have come across a potential issue with the Consumer API in Kafka 0.6. After some tests and reading through the code, I believe the following scenario could result in an unhap...
|
|
|
Author: David Ross,
2011-12-22, 09:40
|
|
|
|