Commit 8502841 1 parent 22e4703 commit 8502841 Copy full SHA for 8502841
File tree 4 files changed +6
-6
lines changed
eventmesh-connectors/eventmesh-connector-redis
eventmesh-sdks/eventmesh-sdk-c/configs
eventmesh-storage-plugin/eventmesh-storage-redis
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
19
19
implementation project(" :eventmesh-common" )
20
20
implementation project(" :eventmesh-openconnect:eventmesh-openconnect-java" )
21
21
22
- implementation ' org.redisson:redisson:3.38.1 '
22
+ implementation ' org.redisson:redisson:3.44.0 '
23
23
24
24
api ' io.cloudevents:cloudevents-json-jackson'
25
25
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 @@ -20,7 +20,7 @@ dependencies {
20
20
implementation project(" :eventmesh-storage-plugin:eventmesh-storage-api" )
21
21
22
22
// redisson
23
- implementation ' org.redisson:redisson:3.38.1 '
23
+ implementation ' org.redisson:redisson:3.44.0 '
24
24
25
25
// netty
26
26
implementation ' io.netty:netty-all'
You can’t perform that action at this time.
0 commit comments