Skip to content

Commit 8ff2757

Browse files
authored
Merge pull request #3096 from wwalters12/patch-1
Fix typo in record-serialization-and-deserialization doc
2 parents d6cc07d + 8990e7e commit 8ff2757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/kafka/kafka-streams-binder/record-serialization-and-deserialization.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ If your application uses the branching feature and has multiple output bindings,
118118
Once again, if the binder is capable of inferring the `Serde` types, you don't need to do this configuration.
119119

120120
If you don't want the native encoding provided by Kafka, but want to use the framework provided message conversion, then you need to explicitly disable native encoding since since native encoding is the default.
121-
For e.g. if you have the same BiFunction processor as above, then `spring.cloud.stream.bindings.process-out-0.producer.nativeEncoding: false`
121+
For e.g. if you have the same BiFunction processor as above, then `spring.cloud.stream.bindings.process-out-0.producer.useNativeEncoding: false`
122122
You need to disable native encoding for all the output individually in the case of branching. Otherwise, native encoding will still be applied for those you don't disable.
123123

124124
When conversion is done by Spring Cloud Stream, by default, it will use `application/json` as the content type and use an appropriate json message converter.

0 commit comments

Comments
 (0)