Skip to content

Commit a6daf04

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public abstract class KafkaHeaders {
277277
* Exception class name for a record published sent to another topic.
278278
* @since 2.8
279279
*/
280-
public static final String EXCEPTION_CAUSE_FQCN = PREFIX + "exception-fqcn";
280+
public static final String EXCEPTION_CAUSE_FQCN = PREFIX + "exception-cause-fqcn";
281281

282282
/**
283283
* Exception stack trace for a record published to another topic.

0 commit comments

Comments
 (0)