Closed
Description
I would like to use the functionalities offered by the new @RetryableTopic annotation but I do not have any @KafkaListener annotation.
I use the method createContainer(final String... topics) from ConcurrentKafkaListenerContainerFactory<String, Serializable> and setup a listener using setupMessageListener from the obtained container.
Thus I would like to have the same functionalities in the case of a dynamic container.