Skip to content

GH-2172: Expose Retry Topic Chain at Runtime #2245

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

Merged
merged 2 commits into from
Apr 28, 2022

Conversation

tomazfernandes
Copy link
Contributor

Resolves #2172

  • Add methods to DestinationTopicContainer interface
  • Reduce memory footprint of DefaultDestinationTopicResolver
  • Add documentation

This has been ready for quite a while and I was only waiting for us to solve the dependency injection issue to push it. Pretty much only exposed logic that was already there and renamed a few methods accordingly.

Also, there was a Map in DefaultDestinationTopicResolver that wasn't necessary, so I removed it.

Please let me know if there's anything to be changed.

Thanks.

Resolves spring-projects#2172

* Add methods to `DestinationTopicContainer` interface
* Reduce memory footprint of `DefaultDestinationTopicResolver`
* Add documentation
@garyrussell garyrussell merged commit e1160fa into spring-projects:main Apr 28, 2022
garyrussell pushed a commit that referenced this pull request Apr 28, 2022
* GH-2172: Expose Retry Topic Chain at Runtime

Resolves #2172

* Add methods to `DestinationTopicContainer` interface
* Reduce memory footprint of `DefaultDestinationTopicResolver`
* Add documentation

* Add to integration test
@garyrussell
Copy link
Contributor

...and cherry-picked to 2.9.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@RetryableTopic: support for re-processing of records after DLT handling
2 participants