File tree 3 files changed +5
-5
lines changed
eventmesh-sdks/eventmesh-sdk-c/configs
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -775,7 +775,7 @@ subprojects {
775
775
dependency " javax.annotation:javax.annotation-api:1.3.2"
776
776
777
777
dependency " com.github.seancfoley:ipaddress:5.5.0"
778
- dependency " com.google.code.gson:gson:2.11.0 "
778
+ dependency " com.google.code.gson:gson:2.12.1 "
779
779
780
780
dependency " org.javassist:javassist:3.30.2-GA"
781
781
Original file line number Diff line number Diff line change @@ -91,6 +91,6 @@ eventmesh-runtime-0-a-0 1/1 Running 0 12m
91
91
92
92
kubectl get pods -o wide
93
93
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>
96
96
```
Original file line number Diff line number Diff line change 15
15
16
16
consumerSysId 1000
17
17
consumerSysVersion 1.0.0
18
- consumerSvrId 10.199.199.199
18
+ consumerSvrId 127.0.0.1
19
19
consumerDcn A00
20
20
orgId 99996
21
21
localIdc A
@@ -49,7 +49,7 @@ ReqGslSwitch 0
49
49
50
50
#wemq cc configure
51
51
wemqUseHttpCfg 1
52
- configCenterIp 10.255.34.57
52
+ configCenterIp 127.0.0.1
53
53
configCenterPort 8090
54
54
configCenterAddrMulti 127.0.0.1:8090
55
55
#connect directly to access when: wemqUseHttpCfg 0
You can’t perform that action at this time.
0 commit comments