Kafka Pausing partition and taking long time (10 min) in resuming it again

Kafka Pausing partition and taking long time (10 min) in resuming it again



I am using spring kafka with following configurations :


props.put(ConsumerConfig.BOOTSTRAP_SERVERS_CONFIG,
environment.getProperty("kafka.url"));
props.put(ConsumerConfig.KEY_DESERIALIZER_CLASS_CONFIG,
StringDeserializer.class);
props.put(ConsumerConfig.VALUE_DESERIALIZER_CLASS_CONFIG,
KafkaAvroDeserializer.class);
props.put("specific.avro.reader", true);
props.put("schema.registry.url",
environment.getProperty("schema.registry.url"));
props.put("session.timeout.ms", 120000);
props.put("request.timeout.ms", 300000);
props.put("max.partition.fetch.bytes", "10240");
props.put("max.poll.interval.ms", 120000);
props.put("max.poll.records", 100);



And


@Bean
public ConcurrentKafkaListenerContainerFactory<String,
List<AlertNotificationPayload>> kafkaListenerContainerFactory()
ConcurrentKafkaListenerContainerFactory<String,
List<AlertNotificationPayload>> factory = new
ConcurrentKafkaListenerContainerFactory<>();
factory.setConsumerFactory(consumerFactory());
factory.setConcurrency(10);



and as soon as I start the server, the consumers start consuming the messages but after a while, few partitions gets paused and doesn't resume for almost 9-10 min. The processing time in the consumer thread is in milliseconds and have separate thread for processing. I have tried multiple combinations of configurations but nothing worked.



I have also tried to use the setting factory.getContainerProperties().setPauseEnabled(false);
which stops the pause/resume but than the rebalance starts happening after some time and sooner and later the consumer gets died and after some time the consumer group has no consumer left.



I am using following versions :


<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<version>1.1.3.RELEASE</version> //tried latest one as well
</dependency>
<dependency>
<groupId>io.confluent.maven</groupId>
<artifactId>kafka-connect-quickstart</artifactId>
<version>0.10.0.0</version>
</dependency>
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-avro-serializer</artifactId>
<version>3.2.0</version>
</dependency>



Please help.





how many partition does topic has?
– Deadpool
Aug 30 at 4:06





Topic has 10 partitions
– Vineet Sharma
Aug 30 at 4:12





and you are having one consumer group with 10 threads
– Deadpool
Aug 30 at 4:23





Yes, I am using concurrency as 10 which creates 10 thread of the same consumer instance.
– Vineet Sharma
Aug 30 at 4:37





That's too old, already out of support Spring for Apache Kafka. Everybody is advised to upgrade at least to the latest 1.3.x: there are plenty of fixes in the Apache Kafka client and respective improvement in the Spring for Apache Kafka. Of course, would be better to upgrade to the latest clients at all: they can talk to older brokers anyway.
– Artem Bilan
Aug 30 at 12:42


1.3.x






Required, but never shown



Required, but never shown






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

𛂒𛀶,𛀽𛀑𛂀𛃧𛂓𛀙𛃆𛃑𛃷𛂟𛁡𛀢𛀟𛁤𛂽𛁕𛁪𛂟𛂯,𛁞𛂧𛀴𛁄𛁠𛁼𛂿𛀤 𛂘,𛁺𛂾𛃭𛃭𛃵𛀺,𛂣𛃍𛂖𛃶 𛀸𛃀𛂖𛁶𛁏𛁚 𛂢𛂞 𛁰𛂆𛀔,𛁸𛀽𛁓𛃋𛂇𛃧𛀧𛃣𛂐𛃇,𛂂𛃻𛃲𛁬𛃞𛀧𛃃𛀅 𛂭𛁠𛁡𛃇𛀷𛃓𛁥,𛁙𛁘𛁞𛃸𛁸𛃣𛁜,𛂛,𛃿,𛁯𛂘𛂌𛃛𛁱𛃌𛂈𛂇 𛁊𛃲,𛀕𛃴𛀜 𛀶𛂆𛀶𛃟𛂉𛀣,𛂐𛁞𛁾 𛁷𛂑𛁳𛂯𛀬𛃅,𛃶𛁼

Edmonton

Crossroads (UK TV series)