You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
Resolvesspring-projects#2344
The `ReplyingKafkaTemplate` supports the use of a custom header name
for correlation, but the subclass `AggregatingReplyingKafkaTemplate`
was hard coded to use the default header.
Support the use of a custom header name in the subclass.
**cherry-pick to 2.9.x, 2.8.x**
Resolves#2344
The `ReplyingKafkaTemplate` supports the use of a custom header name
for correlation, but the subclass `AggregatingReplyingKafkaTemplate`
was hard coded to use the default header.
Support the use of a custom header name in the subclass.
**cherry-pick to 2.9.x, 2.8.x**
Resolves#2344
The `ReplyingKafkaTemplate` supports the use of a custom header name
for correlation, but the subclass `AggregatingReplyingKafkaTemplate`
was hard coded to use the default header.
Support the use of a custom header name in the subclass.
**cherry-pick to 2.9.x, 2.8.x**
Resolves#2344
The `ReplyingKafkaTemplate` supports the use of a custom header name
for correlation, but the subclass `AggregatingReplyingKafkaTemplate`
was hard coded to use the default header.
Support the use of a custom header name in the subclass.
**cherry-pick to 2.9.x, 2.8.x**
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.
The text was updated successfully, but these errors were encountered: