Skip to content

Commit

Permalink
Improve the documentation for the config-service.cache.enabled config…
Browse files Browse the repository at this point in the history
…uration property. (#4810)

* add tech-support-qq-4.png

* Update README.md

* Enhance the user experience in the scenario of submitting duplicate keys

* Modify the key-value conflict exception prompt, adjust the code style

* chore(apollo-doc): Improve the documentation for the config-service.cache.enabled configuration property.

---------

Co-authored-by: Jason Song <[email protected]>
  • Loading branch information
klboke and nobodyiam authored Mar 23, 2023
1 parent a441b6b commit e11854f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/deployment/distributed-deployment-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ This is a function switch, if configured to true, config service will cache the

The default is false. Please evaluate the total configuration size and adjust the config service memory configuration before turning it on.

> Ensure that the app.id of the configuration in the application is in the correct case when caching is enabled, otherwise it will not fetch the correct configuration
> Ensure that the `app.id``apollo.cluster` of the configuration in the application is in the correct case when caching is enabled, otherwise it will not fetch the correct configuration
> `config-service.cache.enabled` configuration adjustment requires a restart of the config service to take effect
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/deployment/distributed-deployment-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ http://5.5.5.5:8080/eureka/,http://6.6.6.6:8080/eureka/

默认为false,开启前请先评估总配置大小并调整config service内存配置。

> 开启缓存后必须确保应用中配置的app.id大小写正确,否则将获取不到正确的配置
> 开启缓存后必须确保应用中配置的`app.id``apollo.cluster`大小写正确,否则将获取不到正确的配置
> `config-service.cache.enabled` 配置调整必须重启 config service 才能生效
Expand Down

0 comments on commit e11854f

Please sign in to comment.