From 9978a4fe15f78d3f6a28a7aa8f4ca0fe20e91c81 Mon Sep 17 00:00:00 2001 From: Csilla Kisfaludi <55664408+aisz0811@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:16:23 +0200 Subject: [PATCH 1/3] Update data-governance.mdx --- website/docs/advanced/data-governance.mdx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/website/docs/advanced/data-governance.mdx b/website/docs/advanced/data-governance.mdx index 5b2cfd369..4687db63f 100644 --- a/website/docs/advanced/data-governance.mdx +++ b/website/docs/advanced/data-governance.mdx @@ -4,13 +4,11 @@ title: Data Governance - CDN description: ConfigCat customers can control the geographic location where their data will be published to. Helps to stay compliant with GDPR and other data protection regulations. --- -Addressing global data handling and processing trends via Data Governance feature. Customers -can control the geographic location where their config JSONs get published to. +ConfigCat's Data Governance feature gives you control over how and where your config JSONs are published and served from. This helps you comply with regional data handling requiremens such as GDPR. ## CDN - Data Centers -To ensure high availability and low response times all around the globe, ConfigCat provides data centers at multiple global -locations. All of the data centers have multiple CDN nodes to guarantee proper redundancy. +To ensure high availability and low response times worldwide, ConfigCat provides multiple global data centers, each with multiple CDN nodes for built-in redundancy and failover. ### ConfigCat Data Center locations @@ -44,10 +42,10 @@ in your application code when it is being initialized. ## Troubleshooting -#### What if I forgot to pass the `dataGovernance` parameter? +#### What happens if I forget to pass the `dataGovernance` parameter? The ConfigCat backend will take the Dashboard preference as primary. Having `EU Only` selected on the Dashboard but forgot to pass the proper `dataGovernance` parameter to the SDK. In this case your config JSONs will only published to the EU CDN nodes. And every config JSON download made from your application to any node outside the EU, the request will be redirected automatically to the EU CDN. Recommended to deploy a fix with the correct `dataGovernance` param, since response times will be significantly longer. #### `Warning: Your dataGovernance parameter at ConfigCatClient initialization is not in sync with your preferences...` -**You worry do not.** Your feature flags are served. See above example. +**Don't worry,** your feature flags will still be served. See above example. From 4e3ab65d260f3d37554cba2dfd054a4b56e15644 Mon Sep 17 00:00:00 2001 From: Csilla Kisfaludi <55664408+aisz0811@users.noreply.github.com> Date: Mon, 30 Jun 2025 16:52:19 +0200 Subject: [PATCH 2/3] Update website/docs/advanced/data-governance.mdx Co-authored-by: adams85 <31276480+adams85@users.noreply.github.com> --- website/docs/advanced/data-governance.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/advanced/data-governance.mdx b/website/docs/advanced/data-governance.mdx index 4687db63f..324725cc0 100644 --- a/website/docs/advanced/data-governance.mdx +++ b/website/docs/advanced/data-governance.mdx @@ -4,7 +4,7 @@ title: Data Governance - CDN description: ConfigCat customers can control the geographic location where their data will be published to. Helps to stay compliant with GDPR and other data protection regulations. --- -ConfigCat's Data Governance feature gives you control over how and where your config JSONs are published and served from. This helps you comply with regional data handling requiremens such as GDPR. +ConfigCat's Data Governance feature gives you control over how and where your config JSONs are published and served from. This helps you comply with regional data handling requirements such as GDPR. ## CDN - Data Centers From 667a46325ea9a405c47a8a612a8cd7a700b02995 Mon Sep 17 00:00:00 2001 From: adams85 <31276480+adams85@users.noreply.github.com> Date: Mon, 7 Jul 2025 10:44:56 +0200 Subject: [PATCH 3/3] Update website/docs/advanced/data-governance.mdx --- website/docs/advanced/data-governance.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/advanced/data-governance.mdx b/website/docs/advanced/data-governance.mdx index 324725cc0..61fc12439 100644 --- a/website/docs/advanced/data-governance.mdx +++ b/website/docs/advanced/data-governance.mdx @@ -46,6 +46,6 @@ in your application code when it is being initialized. The ConfigCat backend will take the Dashboard preference as primary. Having `EU Only` selected on the Dashboard but forgot to pass the proper `dataGovernance` parameter to the SDK. In this case your config JSONs will only published to the EU CDN nodes. And every config JSON download made from your application to any node outside the EU, the request will be redirected automatically to the EU CDN. Recommended to deploy a fix with the correct `dataGovernance` param, since response times will be significantly longer. -#### `Warning: Your dataGovernance parameter at ConfigCatClient initialization is not in sync with your preferences...` +#### `Warning: The dataGovernance parameter specified at the client initialization is not in sync with the preferences on the ConfigCat Dashboard....` **Don't worry,** your feature flags will still be served. See above example.