Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.2
-
None
Description
Background
For cases where cluster same cluster names can exist in different data centers, it helps to add a data center name as prefix to cluster name.
The replicatedTo and replicatedFrom attributes in AtlasExportRequest and AtlasImportRequest should be the place to specify this.
Approach Guidance
- Follow a convention where data center name and cluster name should be separated by $. E.g. dc1$cl1
- Modify AuditsWriter to support this.
- AtlasServer already has qualifiedName as a field. This will hold the fully qualified name.