Re: Exceed max.request.size of Kafka

2017-02-23 Thread 舒琦
Hi Jagadish, The 2 methods you provided I had tried already yesterday, then I found using the wrong Exception type, since I change to SamzaException it worked. Thanks for you help and explanation! QiShu > 在 2017年2月23日,23:47,Jagadish Venkatraman 写道: > > Hi QiShu, > > 1. I see the e

Re: Exceed max.request.size of Kafka

2017-02-23 Thread Jagadish Venkatraman
Hi QiShu, 1. I see the exception occurring in your *process* method. It seems that the size of the message you are trying to send is larger than 1M (the maximum kafka message size). You can choose to catch the exception in your process method and move on. Would n't that work for you? {code} pub