-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-2155: DeadLetterPublishingRecoverer Improvement
Resolves #2155 Co-authored-by: Viacheslav Chernyshev <[email protected]> - Add a `BitSet` property to suppress individual standard headers - Support multiple `headersFunction` - Allow complete customization of exception headers - Add `setHeadersFunction` to the DLPR factory for retryable topics * Fix typo in doc. * Rework enum usage; other refactoring; add getters to `HeaderNames`. * Fix javadocs. * Doc polishing. * Change BitSet to EnumSet. * Fix bogus import. * Defend against immutable headers; only create new when detected. * Fix NOSONAR typo. **Cherry-pick to `2.8.x`** # Conflicts: # spring-kafka/src/main/java/org/springframework/kafka/listener/DeadLetterPublishingRecoverer.java
- Loading branch information
1 parent
a1ca194
commit f3f3eac
Showing
7 changed files
with
689 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.