Skip to content

Commit b286250

Browse files
committed
GH-2335: Fix RetryTopic Cause Header Name
Resolves #2335
1 parent 3eb5d9f commit b286250

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
@@ -244,7 +244,7 @@ public abstract class KafkaHeaders {
244244
* Exception class name for a record published sent to another topic.
245245
* @since 2.8
246246
*/
247-
public static final String EXCEPTION_CAUSE_FQCN = PREFIX + "exception-fqcn";
247+
public static final String EXCEPTION_CAUSE_FQCN = PREFIX + "exception-cause-fqcn";
248248

249249
/**
250250
* Exception stack trace for a record published to another topic.

0 commit comments

Comments
 (0)