Skip to content

[3.2] The configuration default value flow problem #2592

@FoghostCn

Description

@FoghostCn

Issue description

The configuration default value flow problem, instanceOptions -> ServerOptions/ClientOptions -> ServiceOptions is the default value flow direction, and should not flow in the reverse direction. Each level inherits the default value of the previous level and can be modified at the current level. It should not affect the previous level. level value, the current implementation will synchronize back to InstanceOptions when modifying some configurations at the server layer.

配置的默认值流向问题,instanceOptions -> ServerOptions/ClientOptions -> ServiceOptions 为默认值流向,而不应该反向流动,每一级继承上一级的默认值,可以在当前层级修改,不应该影响上一级的值,目前的实现 在 server 层修改一些配置会同步回 InstanceOptions

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions