File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
cloud-grpc-client-consul/src/main/resources
cloud-grpc-client-zookeeper/src/main/resources Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,18 @@ server:
2
2
port : 8082
3
3
spring :
4
4
application :
5
- name : cloud-grpc-consul- client
5
+ name : cloud-grpc-client-consul
6
6
cloud :
7
7
consul :
8
8
discovery :
9
9
registry : false
10
10
port : 8500
11
11
hostname : 127.0.0.1
12
+ grpc :
13
+ client :
14
+ cloud-grpc-server-consul :
15
+ enableKeepAlive : true
16
+ keepAliveWithoutCalls : true
17
+ negotiationType : plaintext
18
+
12
19
Original file line number Diff line number Diff line change @@ -2,10 +2,15 @@ server:
2
2
port : 8082
3
3
spring :
4
4
application :
5
- name : cloud-grpc-consul- client
5
+ name : cloud-grpc-client-zookeeper
6
6
cloud :
7
7
zookeeper :
8
8
discovery :
9
9
registry : false
10
10
connect-string : localhost:2181
11
-
11
+ grpc :
12
+ client :
13
+ cloud-grpc-server-zookeeper :
14
+ enableKeepAlive : true
15
+ keepAliveWithoutCalls : true
16
+ negotiationType : plaintext
You can’t perform that action at this time.
0 commit comments