We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e210c commit a6cce8aCopy full SHA for a6cce8a
spring-kafka/src/main/java/org/springframework/kafka/support/KafkaHeaders.java
@@ -249,7 +249,7 @@ public abstract class KafkaHeaders {
249
* Exception class name for a record published sent to another topic.
250
* @since 2.8
251
*/
252
- public static final String EXCEPTION_CAUSE_FQCN = PREFIX + "exception-fqcn";
+ public static final String EXCEPTION_CAUSE_FQCN = PREFIX + "exception-cause-fqcn";
253
254
/**
255
* Exception stack trace for a record published to another topic.
0 commit comments