Skip to content

Commit a6cce8a

Browse files
committed
GH-2335: Fix RetryTopic Cause Header Name
Resolves #2335
1 parent c0e210c commit a6cce8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-kafka/src/main/java/org/springframework/kafka/support/KafkaHeaders.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public abstract class KafkaHeaders {
249249
* Exception class name for a record published sent to another topic.
250250
* @since 2.8
251251
*/
252-
public static final String EXCEPTION_CAUSE_FQCN = PREFIX + "exception-fqcn";
252+
public static final String EXCEPTION_CAUSE_FQCN = PREFIX + "exception-cause-fqcn";
253253

254254
/**
255255
* Exception stack trace for a record published to another topic.

0 commit comments

Comments
 (0)