Re: What is the impact of setting the consumer config max.poll.interval.ms to high value
If your consumer fails (ie. whole process dies) setting the value high is not a problem (because the heartbeat thread dies, too, and the failure will be detected quickly). It's only a problem if you "main processing thread" dies (and everything else is still up and running), or if you main process
What is the impact of setting the consumer config max.poll.interval.ms to high value
What will be the impact of setting the consumer config max.poll.interval.ms to 10 or 15 mins? How will impact nodes joining , nodes leaving, nodes crashing.? Chaitanya -- Chaitanya