File tree 11 files changed +13
-13
lines changed
eventmesh-meta/eventmesh-meta-raft
eventmesh-protocol-plugin
eventmesh-protocol-cloudevents
eventmesh-protocol-meshmessage
11 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -694,7 +694,7 @@ subprojects {
694
694
sign publishing. publications. mavenJava
695
695
}
696
696
697
- def grpcVersion = ' 1.68 .0'
697
+ def grpcVersion = ' 1.70 .0'
698
698
def log4jVersion = ' 2.24.1'
699
699
def jacksonVersion = ' 2.18.0'
700
700
def dropwizardMetricsVersion = ' 4.2.26'
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- def grpcVersion = ' 1.68 .0'
18
+ def grpcVersion = ' 1.70 .0'
19
19
20
20
dependencies {
21
21
api " com.google.guava:guava"
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- def grpcVersion = ' 1.68 .0'
18
+ def grpcVersion = ' 1.70 .0'
19
19
20
20
dependencies {
21
21
implementation project(" :eventmesh-sdks:eventmesh-sdk-java" )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ plugins {
19
19
id ' com.google.protobuf' version ' 0.9.4'
20
20
}
21
21
22
- def grpcVersion = ' 1.68 .0'
22
+ def grpcVersion = ' 1.70 .0'
23
23
def protobufVersion = ' 3.25.4'
24
24
def protocVersion = protobufVersion
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 @@ -20,7 +20,7 @@ dependencies {
20
20
implementation " io.cloudevents:cloudevents-core"
21
21
implementation " com.google.guava:guava"
22
22
implementation " io.cloudevents:cloudevents-json-jackson"
23
- implementation (" io.grpc:grpc-protobuf:1.68 .0" ) {
23
+ implementation (" io.grpc:grpc-protobuf:1.70 .0" ) {
24
24
exclude group : " com.google.protobuf" , module : " protobuf-java"
25
25
}
26
26
implementation(" com.google.protobuf:protobuf-java:3.25.4" )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ repositories {
24
24
mavenCentral()
25
25
}
26
26
27
- def grpcVersion = ' 1.68 .0'
27
+ def grpcVersion = ' 1.70 .0'
28
28
def protobufVersion = ' 3.25.4'
29
29
def protocVersion = protobufVersion
30
30
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
20
20
implementation " io.cloudevents:cloudevents-core"
21
21
implementation " com.google.guava:guava"
22
22
implementation " io.cloudevents:cloudevents-json-jackson"
23
- implementation (" io.grpc:grpc-protobuf:1.68 .0" ) {
23
+ implementation (" io.grpc:grpc-protobuf:1.70 .0" ) {
24
24
exclude group : " com.google.protobuf" , module : " protobuf-java"
25
25
}
26
26
implementation(" com.google.protobuf:protobuf-java:3.25.4" )
Original file line number Diff line number Diff line change 18
18
dependencies {
19
19
implementation project(" :eventmesh-protocol-plugin:eventmesh-protocol-api" )
20
20
implementation " io.cloudevents:cloudevents-core"
21
- implementation (" io.grpc:grpc-protobuf:1.68 .0" ) {
21
+ implementation (" io.grpc:grpc-protobuf:1.70 .0" ) {
22
22
exclude group : " com.google.protobuf" , module : " protobuf-java"
23
23
}
24
24
implementation(" com.google.protobuf:protobuf-java:3.25.4" )
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 15
15
* limitations under the License.
16
16
*/
17
17
18
- def grpcVersion = ' 1.68 .0'
18
+ def grpcVersion = ' 1.70 .0'
19
19
20
20
dependencies {
21
21
api(project(" :eventmesh-common" )) {
You can’t perform that action at this time.
0 commit comments