Hey Guys, I am having a topic and in that topic I am having 3000 messages
In my springboot application I want to consume the data using @KafkaListener() and also one by one because I need to do some tedious process on that Data it may take some time So within this time I don't need to consume another data. After the process is finished only I need to consume the data from the topic .? How can I do this? Any ideas?