diff --git a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc index 2db56acbd..94cac8291 100644 --- a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc +++ b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc @@ -1654,7 +1654,7 @@ Use a full URL when setting this, including protocol (`http` or `https`) , port + Default:: ``http://localhost:8990/`` spring.cloud.stream.schemaRegistryClient.cached:: Whether the client should cache schema server responses. -Normally set to `false`, as the caching happens iin the message converter. +Normally set to `false`, as the caching happens in the message converter. Clients using the schema registry client should set this to `true`. + Default:: `true`