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 @@ -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
Original file line number Diff line number Diff line change 16
16
*/
17
17
18
18
plugins {
19
- id ' com.gradle.develocity' version ' 3.18.2 '
19
+ id ' com.gradle.develocity' version ' 3.19.1 '
20
20
id ' com.gradle.common-custom-user-data-gradle-plugin' version ' 2.0.2'
21
21
}
22
22
You can’t perform that action at this time.
0 commit comments