I want to poll the topic once every 15 minutes. I found out there is a way to do this in kafka-spring with ConcurrentKafkaListenerContainerFactory and with below configuration
factory.getContainerProperties().setIdleBetweenPolls(900000);
Is there any similar configuration available for micronaut Kafka as well?