21.2 Preserve Routing Configuration
(Required) <Enter a short description here.>
In order to preserve the existing routing configuration, user need to toggle ON the "Retain Configuration" flag in Consumer Service screen.
Impact on Transformation
- Case: Retain Configuration flag is OFF.
Existing transformations that are not present in the JSON file will be removed.
- Case: Retain Configuration flag is ON.
Existing transformations will be preserved.
Note:
In both cases, new transformations will be added or existing ones will be updated based on the JSON file. "Transformation Name” is used as the key for these checks.Impact on Routing
- Case: Retain Configuration flag is OFF.
Existing routings that are not present in the JSON file will be removed.
- Case: Retain Configuration flag is ON.
Existing routings will be preserved. Kernel JSON will not append or overwrite the existing routing configuration.
Additional Changes (if applicable)
- Case: Requirement to update the kernel template in an existing transformation.
User need to maintain a new transformation.
- Case: Requirement to integrate with a provider other than the qualified provider.
User need to maintain a new provider.
Parent topic: Configuration Scenarios