From fd7ca985479368cfa2b48d34d3c3984a2afb04f1 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Mon, 22 Oct 2018 16:03:36 -0400 Subject: [PATCH] Docs update for schema registry Update default value for spring.cloud.stream.schemaRegistryClient.cached to false. It was incorrectly specified with a default value of true. --- .../src/main/asciidoc/spring-cloud-stream-overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 dbfb2a314..1829b9bba 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 @@ -1978,7 +1978,7 @@ Default:: `http://localhost:8990/` 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` +Default:: `false` === Avro Schema Registry Client Message Converters