Confluent Kafka Consumer Configuration - How session.timeout.ms and max.poll.interval.ms are related?
问题 I'm trying to understand how the default values of below two confluent consumer configurations work together. max.poll.interval.ms - As per confluent documentation, the default value is 300,000 ms session.timeout.ms - As per confluent documentation, the default value is 10,000 ms heartbeat.interval.ms - As per confluent documentation, the default value is 3,000 ms Let's say if I'm using these default values in my configuration. Now I've a question here. For example, let's assume for a