From 29e7db06dc1b407202691f3e0e70af4c6353bb6c Mon Sep 17 00:00:00 2001 From: Jacson Ferreira Date: Tue, 8 Jun 2021 19:26:24 -0300 Subject: [PATCH] Simple update Readme file --- schema-registry-samples/schema-registry-confluent/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema-registry-samples/schema-registry-confluent/README.adoc b/schema-registry-samples/schema-registry-confluent/README.adoc index 1f8d6fb..634259d 100644 --- a/schema-registry-samples/schema-registry-confluent/README.adoc +++ b/schema-registry-samples/schema-registry-confluent/README.adoc @@ -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]