-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Summer ospp#10389 #11208
New issue
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
Summer ospp#10389 #11208
Conversation
Please update the README to include explanations and instructions for the code changes. |
LGTM |
@@ -157,7 +157,7 @@ nacos.core.config.plugin.fileformatcheck.enabled=false | |||
|
|||
#*************** Istio Related Configurations ***************# | |||
### If turn on the MCP server: | |||
nacos.istio.mcp.server.enabled=false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
默认不要打开
@@ -240,6 +240,23 @@ | |||
</encoder> | |||
</appender> | |||
|
|||
<appender name="istio-main" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为什么要在core模块中添加这个日志内容?
@@ -172,7 +172,7 @@ nacos.core.auth.plugin.nacos.token.secret.key= | |||
|
|||
#*************** Istio Related Configurations ***************# | |||
### If turn on the MCP server: | |||
nacos.istio.mcp.server.enabled=false | |||
nacos.istio.mcp.server.enabled=true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
以下开关同上, 默认关闭
@@ -28,8 +28,8 @@ | |||
@Component | |||
public class IstioConfig { | |||
|
|||
@Value("${nacos.istio.mcp.server.enabled:false}") | |||
private boolean serverEnabled = false; | |||
@Value("${nacos.istio.mcp.server.enabled:true}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同上 默认关闭
* Summer ospp#10389 (#11208) * Notify IstioConfigChangeEvent by parsing config tags * Parse Configs and Create Virtual Service * function complete * Style Fixed * Delete Personal Info * add some comments and regex process func * Nacos Istio LDS & RDS xds protocol * reset configs * configTags is an optional parameters, fix istio force required problem. --------- Co-authored-by: PoisonGravity <rain_jwzhang@163.com>
Add LDS\RDS xDS protocol transmission functionality