Hey Liang,

Have you looked at the quick start here:
https://kafka.apache.org/documentation.html#quickstart

In Kafka, on the producer side, there is no concept of ³commit². If you
are producing using KafkaProducer, you can do a send.get(), this is a
synchronized send so if no exception was thrown, the message has been
successfully produced to Kafka.

Jiangjie (Becket) Qin

On 4/3/15, 3:38 PM, "Sun, Joey" <joey....@emc.com> wrote:

>Hello, group
>
>I am a newbie to Kafka. I am researching on how to commit a new appended
>log message (e.g. apache access log) to Kafka. Could you please share
>some ideas/solutions?
>
>Thanks
>Liang

Reply via email to