-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add headers to
KafkaAcknowledgedMessage
(#179)
When a message is being sent to Kafka the acknowledgement should also contains the headers. ### Motivation: Resolves #144 ### Modifications: Reused the parsing function from KafkaConsumer in the producer path to return headers in the ack. ### Result: Headers available in the acknowledgement for producers and still available for consumers as well. --------- Co-authored-by: Michael Gecht <[email protected]>
- Loading branch information
Showing
4 changed files
with
83 additions
and
81 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
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