Re: When a message is exposed to the consumer

2015-09-04 Thread Yuheng Du
Can't read it. Sorry On Fri, Sep 4, 2015 at 12:08 PM, Roman Shramkov wrote: > Её ай н Анны уйг > > sent from a mobile device, please excuse brevity and typos > > > Пользователь Yuheng Du написал > > According to the section 3.1 of the paper "Kafka: a Distributed Messaging > System for L

RE: When a message is exposed to the consumer

2015-09-04 Thread Roman Shramkov
Её ай н Анны уйг sent from a mobile device, please excuse brevity and typos Пользователь Yuheng Du написал According to the section 3.1 of the paper "Kafka: a Distributed Messaging System for Log Processing": "a message is only exposed to the consumers after it is flushed"? Is it sti

When a message is exposed to the consumer

2015-09-04 Thread Yuheng Du
According to the section 3.1 of the paper "Kafka: a Distributed Messaging System for Log Processing": "a message is only exposed to the consumers after it is flushed"? Is it still true in the current kafka? like the message can only be available after it is flushed to disk? Thanks.