Hi,

Which consumer are you using? If you are using a high level consumer then
retry would be automatic upon network exceptions.

Guozhang

On Wed, Jan 28, 2015 at 1:32 AM, noodles <rungumpth...@gmail.com> wrote:

> Hi group:
>
> I'm working for building a webhook notification service based on Kafka. I
> produce all of the payloads into Kafka, and consumers consume these
> payloads by offset.
>
> Sometimes some payloads cannot be consumed because of network exception or
> http server exception. So I want to mark the failed payloads and retry them
> by timers. But I have no idea if I don't use a storage (like MySQL) except
> kafka and zookeeper.
>
>
> --
> *noodles!*
>



-- 
-- Guozhang

Reply via email to