From 8f19999a56175a299f09fec08fe644362dcb2c8f Mon Sep 17 00:00:00 2001 From: Paul Wright Date: Tue, 10 Sep 2024 11:35:15 +0100 Subject: [PATCH] edit --- .../getting-started/assembly-config-reference.adoc | 1 + .../getting-started/ref-registry-config-migration.adoc | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/modules/ROOT/pages/getting-started/assembly-config-reference.adoc b/docs/modules/ROOT/pages/getting-started/assembly-config-reference.adoc index 403a795455..efb4ee23be 100644 --- a/docs/modules/ROOT/pages/getting-started/assembly-config-reference.adoc +++ b/docs/modules/ROOT/pages/getting-started/assembly-config-reference.adoc @@ -24,3 +24,4 @@ endif::[] //INCLUDES include::{mod-loc}getting-started/ref-registry-all-configs.adoc[leveloffset=+1] +include::{mod-loc}getting-started/ref-registry-config-migration.adoc[leveloffset=+1] diff --git a/docs/modules/ROOT/partials/getting-started/ref-registry-config-migration.adoc b/docs/modules/ROOT/partials/getting-started/ref-registry-config-migration.adoc index 2187636422..5800e52d60 100644 --- a/docs/modules/ROOT/partials/getting-started/ref-registry-config-migration.adoc +++ b/docs/modules/ROOT/partials/getting-started/ref-registry-config-migration.adoc @@ -1,12 +1,10 @@ [id="migration-table_{context}"] -= {registry} V2 to V3 configuration migration += {registry} version 2 to version 3 configuration changes -The following {registry} configuration options are available for each component category: +{registry} v3 has simplified the configuration options, removing duplicates and improving consistency. +For most options, the only change is ssrenaming of the prefix from `registry` to `apicurio`, for example, changing `registry.kafkasql.bootstrap.servers` to `apicurio.kafkasql.bootstrap.servers`. -Starting with {registry} v3 we have simplified the different configuration options, removing duplicities and improved consistency. -In the following table you can see a migration table for options that were present in {registry} 2.x and have changed in some fashion. -For most options, the only change is the renaming of the prefix from `registry` to `apicurio`, like, for instance, changing `registry.kafkasql.bootstrap.servers` to `apicurio.kafkasql.bootstrap.servers`. -Also note that, for every configuration property mentioned in the table, you also have the possibility of overriding the value by using the corresponding environment variable, in the case above, `APICURIO_KAFKA_SQL_BOOTSTRAP_SERVERS`. +NOTE: For each configuration property you can override the value by using the corresponding environment variable, for example, `APICURIO_KAFKA_SQL_BOOTSTRAP_SERVERS`.s == api .api configuration options