This is an automated email from the ASF dual-hosted git repository. mikexue pushed a commit to branch xwm1992-patch-6 in repository https://gitbox.apache.org/repos/asf/eventmesh.git
commit 65b78dfd9e1c2da0bb2944b0964ad67ebb2b7047 Author: mike_xwm <[email protected]> AuthorDate: Fri Feb 7 12:47:18 2025 +0800 Update .asf.yaml change the protected branch to develop temporarily for remove the sensitive info at master branch --- .asf.yaml | 2 +- eventmesh-operator/README.md | 4 ++-- eventmesh-sdks/eventmesh-sdk-c/configs/rmb.conf | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 36f6293d0..c2b5caac5 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -41,7 +41,7 @@ github: merge: false rebase: false protected_branches: - master: + develop: required_status_checks: strict: false contexts: diff --git a/eventmesh-operator/README.md b/eventmesh-operator/README.md index d67dbefaf..506c169ec 100644 --- a/eventmesh-operator/README.md +++ b/eventmesh-operator/README.md @@ -91,6 +91,6 @@ eventmesh-runtime-0-a-0 1/1 Running 0 12m kubectl get pods -o wide NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES -connector-rocketmq-0 1/1 Running 0 13m 10.244.0.21 minikube <none> <none> -eventmesh-runtime-0-a-0 1/1 Running 0 13m 10.244.0.20 minikube <none> <none> +connector-rocketmq-0 1/1 Running 0 13m 127.0.0.1 minikube <none> <none> +eventmesh-runtime-0-a-0 1/1 Running 0 13m 127.0.0.1 minikube <none> <none> ``` diff --git a/eventmesh-sdks/eventmesh-sdk-c/configs/rmb.conf b/eventmesh-sdks/eventmesh-sdk-c/configs/rmb.conf index 8295ebf16..3049c4cae 100644 --- a/eventmesh-sdks/eventmesh-sdk-c/configs/rmb.conf +++ b/eventmesh-sdks/eventmesh-sdk-c/configs/rmb.conf @@ -15,7 +15,7 @@ consumerSysId 1000 consumerSysVersion 1.0.0 -consumerSvrId 10.199.199.199 +consumerSvrId 127.0.0.1 consumerDcn A00 orgId 99996 localIdc A @@ -49,7 +49,7 @@ ReqGslSwitch 0 #wemq cc configure wemqUseHttpCfg 1 -configCenterIp 10.255.34.57 +configCenterIp 127.0.0.1 configCenterPort 8090 configCenterAddrMulti 127.0.0.1:8090 #connect directly to access when: wemqUseHttpCfg 0 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
