Skip to content

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

Merged

Conversation

PoisonGravity
Copy link
Contributor

Add LDS\RDS xDS protocol transmission functionality

@CLAassistant
Copy link

CLAassistant commented Sep 29, 2023

CLA assistant check
All committers have signed the CLA.

@panxiaojun233
Copy link
Contributor

Please update the README to include explanations and instructions for the code changes.

@panxiaojun233
Copy link
Contributor

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
Copy link
Collaborator

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"
Copy link
Collaborator

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
Copy link
Collaborator

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}")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

同上 默认关闭

@KomachiSion KomachiSion merged commit 678b90a into alibaba:summer-ospp#10389 Oct 30, 2023
KomachiSion added a commit that referenced this pull request Jul 23, 2024
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants