We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb5d9f commit b286250Copy full SHA for b286250
spring-kafka/src/main/java/org/springframework/kafka/support/KafkaHeaders.java
@@ -244,7 +244,7 @@ public abstract class KafkaHeaders {
244
* Exception class name for a record published sent to another topic.
245
* @since 2.8
246
*/
247
- public static final String EXCEPTION_CAUSE_FQCN = PREFIX + "exception-fqcn";
+ public static final String EXCEPTION_CAUSE_FQCN = PREFIX + "exception-cause-fqcn";
248
249
/**
250
* Exception stack trace for a record published to another topic.
0 commit comments