**Expected Behavior** ``` SameIntervalTopicReuseStrategy sameIntervalTopicReuseStrategy() default SameIntervalTopicReuseStrategy.SINGLE_TOPIC; ``` **Current Behavior** ``` SameIntervalTopicReuseStrategy sameIntervalTopicReuseStrategy() default SameIntervalTopicReuseStrategy.MULTIPLE_TOPICS; ``` **Context** Change @RetryableTopic properties SameIntervalTopicReuseStrategy behavior to SINGLE_TOPIC. [Single Topic for maxInterval Exponential Delay](https://docs.spring.io/spring-kafka/reference/3.2/retrytopic/topic-naming.html#single-topic-maxinterval-delay) say: > This will be the default in a future release. How about starting 3.2?