Skip to content

Commit 566bb69

Browse files
Bump com.alibaba.nacos:nacos-client from 2.4.1 to 2.5.0
Bumps [com.alibaba.nacos:nacos-client](https://github.com/alibaba/nacos) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/alibaba/nacos/releases) - [Changelog](https://github.com/alibaba/nacos/blob/develop/CHANGELOG.md) - [Commits](alibaba/nacos@2.4.1...2.5.0) --- updated-dependencies: - dependency-name: com.alibaba.nacos:nacos-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22e4703 commit 566bb69

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ subprojects {
779779

780780
dependency "org.javassist:javassist:3.30.2-GA"
781781

782-
dependency "com.alibaba.nacos:nacos-client:2.4.1"
782+
dependency "com.alibaba.nacos:nacos-client:2.5.0"
783783

784784
dependency 'org.apache.zookeeper:zookeeper:3.9.2'
785785
dependency "org.apache.curator:curator-client:${curatorVersion}"

Diff for: eventmesh-operator/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ eventmesh-runtime-0-a-0 1/1 Running 0 12m
9191

9292
kubectl get pods -o wide
9393
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
94-
connector-rocketmq-0 1/1 Running 0 13m 10.244.0.21 minikube <none> <none>
95-
eventmesh-runtime-0-a-0 1/1 Running 0 13m 10.244.0.20 minikube <none> <none>
94+
connector-rocketmq-0 1/1 Running 0 13m 127.0.0.1 minikube <none> <none>
95+
eventmesh-runtime-0-a-0 1/1 Running 0 13m 127.0.0.1 minikube <none> <none>
9696
```

Diff for: eventmesh-sdks/eventmesh-sdk-c/configs/rmb.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
consumerSysId 1000
1717
consumerSysVersion 1.0.0
18-
consumerSvrId 10.199.199.199
18+
consumerSvrId 127.0.0.1
1919
consumerDcn A00
2020
orgId 99996
2121
localIdc A
@@ -49,7 +49,7 @@ ReqGslSwitch 0
4949

5050
#wemq cc configure
5151
wemqUseHttpCfg 1
52-
configCenterIp 10.255.34.57
52+
configCenterIp 127.0.0.1
5353
configCenterPort 8090
5454
configCenterAddrMulti 127.0.0.1:8090
5555
#connect directly to access when: wemqUseHttpCfg 0

0 commit comments

Comments
 (0)