I'm using "programmatic" way of consuming messages from Kafka topic using org.springframework.kafka.listener.ConcurrentMessageListenerContainer
I'm wondering if there's a "spring" way of rewinding offsets for a specific partitions of a topic to go back 'n' messages?
Would like to know the cleanest way of doing this (programmatically and not using the CLI).