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.
This commit is contained in:
Soby Chacko
2018-10-22 16:03:36 -04:00
parent 5c9fb07677
commit fd7ca98547

View File

@@ -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