We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你的特性请求和某个问题有关吗?请描述
目前 Apollo 提供了参数 namespace.value.length.limit.override 来通过 namespace 维度覆盖Value长度校验值。能否再提供一个 appid 维度提供一个参数,对某些 appid 跳过Value值长度限制的检查,以满足一些特定 appid 的需求,比如 gateway,可能配置了一些比较大的路由配置等
namespace.value.length.limit.override
通过Namespace 维度覆盖Value值长度上限值(namespace.value.length.limit.override参数) 在公共 NS 且NS变化不大的场景下比较合适,但存在下面两个点
清晰简洁地描述一下你希望的解决方案
能否再提供一个 appid 维度提供一个参数,对某些 appid 跳过Value值长度限制的检查,比如 item.value.length.limit.white,以满足一些特定 appid 的需求,比如 gateway等
item.value.length.limit.white
清晰简洁地描述一下这个特性的备选方案
其它背景
在这里添加和这个特性请求有关的背景说明、截图
The text was updated successfully, but these errors were encountered:
不建议增加跳过长度检查的需求,可以增加 appid 维度的长度上限值配置。
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
你的特性请求和某个问题有关吗?请描述
目前 Apollo 提供了参数
namespace.value.length.limit.override
来通过 namespace 维度覆盖Value长度校验值。能否再提供一个 appid 维度提供一个参数,对某些 appid 跳过Value值长度限制的检查,以满足一些特定 appid 的需求,比如 gateway,可能配置了一些比较大的路由配置等通过Namespace 维度覆盖Value值长度上限值(
namespace.value.length.limit.override
参数) 在公共 NS 且NS变化不大的场景下比较合适,但存在下面两个点namespace.value.length.limit.override
的值,这样感觉不太合理清晰简洁地描述一下你希望的解决方案
能否再提供一个 appid 维度提供一个参数,对某些 appid 跳过Value值长度限制的检查,比如
item.value.length.limit.white
,以满足一些特定 appid 的需求,比如 gateway等清晰简洁地描述一下这个特性的备选方案
其它背景
在这里添加和这个特性请求有关的背景说明、截图
The text was updated successfully, but these errors were encountered: