Skip to content

Change @RetryableTopic properties SameIntervalTopicReuseStrategy behavior to SINGLE_TOPIC #3052

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Wzy19930507 opened this issue Feb 21, 2024 · 0 comments · Fixed by #3058
Closed

Comments

@Wzy19930507
Copy link
Contributor

Wzy19930507 commented Feb 21, 2024

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?

Wzy19930507 added a commit to Wzy19930507/spring-kafka that referenced this issue Feb 22, 2024
* Change @RetryableTopic properties SameIntervalTopicReuseStrategy behavior to SINGLE_TOPIC.
* Change unit test SameIntervalTopicReuseStrategy.
* Add doc.
Wzy19930507 added a commit to Wzy19930507/spring-kafka that referenced this issue Feb 23, 2024
* Change @RetryableTopic properties SameIntervalTopicReuseStrategy behavior to SINGLE_TOPIC.
* Change unit test SameIntervalTopicReuseStrategy.
* Add doc.
Wzy19930507 added a commit to Wzy19930507/spring-kafka that referenced this issue Feb 29, 2024
* Change @RetryableTopic properties SameIntervalTopicReuseStrategy behavior to SINGLE_TOPIC.
* Change unit test SameIntervalTopicReuseStrategy.
* Add doc.
@sobychacko sobychacko added this to the 3.2.0-M2 milestone Feb 29, 2024
sobychacko pushed a commit that referenced this issue Feb 29, 2024
Fixes: #3052 

* Change `RetryableTopic#SameIntervalTopicReuseStrategy` default behavior to SINGLE_TOPIC.
* Change unit test for SameIntervalTopicReuseStrategy.
* Add doc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants