In what version(s) of Spring for Apache Kafka are you seeing this issue?
2.8.2
Describe the bug
In AggregatingReplyingKafkaTemplate there is no provision to override the correlation ID header name which makes using custom names not possible.
To Reproduce
N/A
Expected behavior
Providing a custom name should be possible for the correlation header name when using AggregatingReplyingKafkaTemplate.
The behavior should be the same as the ReplyingKafkaTemplate.
Sample
A link to a GitHub repository with a minimal, reproducible, sample.
Reports that include a sample will take priority over reports that do not.
At times, we may require a sample, so it is good to try and include a sample up front.