How can I unsubscribe from this mailing list

2015-06-25 Thread Monika Garg
Hi I want to unsubscribe from this mailing list. I have sent the unsubscription mail on below two ids : kafka-users-unsubscr...@incubator.apache.org unsubscr...@kafka.apache.org But delivery to these two addresses getting failed. Please help me how can I subscribe from this mailing list. --

Re: How can I unsubscribe from this mailing list

2015-06-25 Thread Stevo Slavić
I believe it's: users-unsubscr...@kafka.apache.org Maybe http://kafka.apache.org/contact.html could be updated with unsubscribe info. Kind regards, Stevo Slavic. On Thu, Jun 25, 2015 at 9:25 AM, Monika Garg wrote: > Hi > > I want to unsubscribe from this mailing list. > > I have sent the unsub

Re: OutOfMemoryError in mirror maker

2015-06-25 Thread tao xiao
Patch updated. please review On Mon, 22 Jun 2015 at 12:24 tao xiao wrote: > Yes, you are right. Will update the patch > On Mon, Jun 22, 2015 at 12:16 PM Jiangjie Qin > wrote: > >> Should we still store the value bytes when logAsString is set to TRUE and >> only store the length when logAsString

Uncaught exception in scheduled task 'kafka-log-retention'

2015-06-25 Thread Emilio Parisca
Hello, I’ve been searching on google for a similar error without success. We're using Kafka 0.8.2.1 (scala 2.11 build) on CentOS 7, paired with Zookeeper 3.4.6 on our QA server (as well as production, where we are afraid this will eventually happen). After seeing a strange state in systemd,

Re: high level consumer memory footprint

2015-06-25 Thread Kris K
Hi, I found that the consumer config param fetch.message.max.bytes is set to 100 MB on the consumer and I think this is what caused the problem. It would really be helpful if anyone can explain how much memory the consumer (running 100 threads) is going to need for consuming 100K 1 MB messages fr