I have three spring @KafkaListener
s, all consuming from the same topic, but I need to have different retry attempts for each listener which results in having different RetryPolicy I guess.
I am on version 2.7.11
right now; Should I define three different listener container Factories as well or there is a way to handle them on the same listener container factory?