I'm new in the area of SpringBoot with Kafka. I saw that the common way to define a consumer is by @KafkaListener.
In the psat I configure a scheduler which polling the Kafka broker every X time, but here I didn't found how to specified this interval or a documentation about pushing data from the broker to the consumer.
Is there a way to configure it ( or if the way of consuming data is by pushing I'll be happy to understand it)