| clear query|facets|time |
Search criteria: .
Results from 101 to 110 from
152 (0.089s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Consumer group concept - Kafka - [mail # user]
|
|
...Hi Jeff, Load balancing is done by range partitioning the available partitions for the topic across the consumer processes (streams). The algorithm is given at the very end of the desi...
|
|
|
Author: Joel Koshy,
2012-06-12, 21:24
|
|
|
Re: [DISCUSS] Graduate from incubator? - Kafka - [mail # dev]
|
|
...I think an 0.7.1 release would be suitable in any case given that there are few additional features and API changes since 0.7.0 - I can drive that, although an 0.7.1 release need not necessa...
|
|
|
Author: Joel Koshy,
2012-06-07, 00:46
|
|
|
Re: setters and getters - Kafka - [mail # dev]
|
|
...Agreed - if there are no objections, I can add this to our coding conventions page. Joel On Wed, May 30, 2012 at 11:24 PM, Jay Kreps wrote: ...
|
|
|
Author: Joel Koshy,
2012-05-31, 18:22
|
|
|
Re: setters and getters - Kafka - [mail # dev]
|
|
...Update - there must have been some stray classes lying around. Actually, only _= works. Also, we got some useful info from Chris Conrad: Basically for any declaration: var x the ...
|
|
|
Author: Joel Koshy,
2012-05-30, 23:09
|
|
|
Re: setters and getters - Kafka - [mail # dev]
|
|
...Interesting - so according to that article, the _ is not operator overloading, rather it is a whitespace symbol: xyz_= means a method named "xyz =". However, that explanation appears t...
|
|
|
Author: Joel Koshy,
2012-05-25, 23:58
|
|
|
Re: setters and getters - Kafka - [mail # dev]
|
|
...Another advantage of 4 over 3 is that we don't need the case match to deal with the Option. On Fri, May 25, 2012 at 2:13 PM, Joel Koshy wrote: ...
|
|
|
Author: Joel Koshy,
2012-05-25, 21:14
|
|
|
Re: setters and getters - Kafka - [mail # dev]
|
|
...Personally, I like options 3 and 4. (Option 4 more than 3, but I'm not sure I follow it correctly - and I did not know that shorthand for overloading! So is this right:) class GetSetXY...
|
|
|
Author: Joel Koshy,
2012-05-25, 21:13
|
|
|
Re: Invitation to join Apache Kafka as a committer - Kafka - [mail # dev]
|
|
...Works now. Thanks, Joel On Wed, May 23, 2012 at 8:08 PM, Kevan Miller wrote: ...
|
|
|
Author: Joel Koshy,
2012-05-24, 17:44
|
|
|
Re: Evaluating Kafka for use at my company - Kafka - [mail # user]
|
|
...That is correct - as I mentioned it does not provide any ability to react to producer failures which can happen if you bounce the source brokers or if a source broker dies before flushing to...
|
|
|
Author: Joel Koshy,
2012-05-23, 00:35
|
|
|
Re: Evaluating Kafka for use at my company - Kafka - [mail # user]
|
|
...Thanks! In the meanwhile, do you think simply modifying the producer to The embedded consumer approach is being deprecated. I added a new mirroring doc outlining the new approach...
|
|
|
Author: Joel Koshy,
2012-05-22, 17:46
|
|
|
|