Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reuse Header in AggregatingReplyingKafkaTemplate
First of all we extract `Header correlation = record.headers().lastHeader(correlationHeaderName);`. Then we convert its value back for a new header we add back to the aggregated records in the list. Therefore no need in extra object and conversion logic.
- Loading branch information