Thanks for your info, Becket.

Does it mean I should program for it? is there any other app can gracefully 
glue access_log to Kafka's producer?

Thanks
Liang

-----Original Message-----
From: Jiangjie Qin [mailto:j...@linkedin.com.INVALID] 
Sent: Monday, April 06, 2015 11:46 AM
To: users@kafka.apache.org
Subject: Re: question about Kafka

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