Skip to content

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