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 say:
This will be the default in a future release.
How about starting 3.2?