Using Only one partition to store object change log

2015-01-30 Thread noodles
will lost the performance and the load balance feature. Do I need to worry about this problem? -- *noodles!*

How to mark a message as needing to retry in Kafka?

2015-01-28 Thread noodles
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!*

Re: How to mark a message as needing to retry in Kafka?

2015-01-28 Thread noodles
...@gmail.com: 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