Simple update Readme file

This commit is contained in:
Jacson Ferreira
2021-06-08 19:26:24 -03:00
committed by Soby Chacko
parent 1e4a4f3239
commit 29e7db06dc

View File

@@ -144,7 +144,7 @@ In our sample the topic (e.g. destination) is called `sensor-topic`. Therefore t
Note that the confluent schema registry works fine with different subject naming strategies, only the control center visualization will not show them.
To configure a the schema name after the topic name yuo can use the `spring.cloud.schema.avro.subjectNamePrefix`
To configure a the schema name after the topic name you can use the `spring.cloud.schema.avro.subjectNamePrefix`
and `spring.cloud.schema.avro.subjectNamePrefix.subjectNamingStrategy` properties as shown below (only available with 1.1.x onwards:
[source,yaml]