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 1f5ae61 commit a6daf04Copy full SHA for a6daf04
spring-kafka/src/main/java/org/springframework/kafka/support/KafkaHeaders.java
@@ -277,7 +277,7 @@ public abstract class KafkaHeaders {
277
* Exception class name for a record published sent to another topic.
278
* @since 2.8
279
*/
280
- public static final String EXCEPTION_CAUSE_FQCN = PREFIX + "exception-fqcn";
+ public static final String EXCEPTION_CAUSE_FQCN = PREFIX + "exception-cause-fqcn";
281
282
/**
283
* Exception stack trace for a record published to another topic.
0 commit comments