Skip to content

Commit d156255

Browse files
committed
Doc polishing.
1 parent 8004ec7 commit d156255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka-docs/src/main/asciidoc/kafka.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5737,7 +5737,7 @@ The reason for the two properties is because, while you might want to retain onl
57375737
`appendOriginalHeaders` is applied to all headers named `*ORIGINAL*` while `stripPreviousExceptionHeaders` is applied to all headers named `*EXCEPTION*`.
57385738

57395739
Starting with version 2.8.4, you now can control which of the standard headers will be added to the output record.
5740-
See the `enum HeadersToAdd` for the names of the (currently) 10 standard headers that are added by default.
5740+
See the `enum HeadersToAdd` for the generic names of the (currently) 10 standard headers that are added by default (these are not the actual header names, just an abstraction; the actual header names are set up by the `getHeaderNames()` method which subclasses can override.
57415741

57425742
To exclude headers, use the `excludeHeaders()` method; for example, to suppress adding the exception stack trace in a header, use:
57435743

0 commit comments

Comments
 (0)