Re: Increasing session.timeout.ms

2016-03-10 Thread Michael Freeman
Perfect thanks for your help Michael > On 10 Mar 2016, at 16:29, tao xiao wrote: > > You need to change group.max.session.timeout.ms in broker to be larger than > what you have in consumer. > >> On Fri, 11 Mar 2016 at 00:24 Michael Freeman wrote: >> >> Hi, >>I'm trying to set the follow

Re: Increasing session.timeout.ms

2016-03-10 Thread tao xiao
You need to change group.max.session.timeout.ms in broker to be larger than what you have in consumer. On Fri, 11 Mar 2016 at 00:24 Michael Freeman wrote: > Hi, > I'm trying to set the following on a 0.9.0.1 consumer. > > session.timeout.ms=12 > request.timeout.ms=144000 > > I get the be

Increasing session.timeout.ms

2016-03-10 Thread Michael Freeman
Hi, I'm trying to set the following on a 0.9.0.1 consumer. session.timeout.ms=12 request.timeout.ms=144000 I get the below error but I can't find any documentation on acceptable ranges. "The session timeout is not within an acceptable range." Logged by AbstractCoordinator Any idea's on