We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216ec69 commit fb64a63Copy full SHA for fb64a63
grpc/server.js
@@ -22,8 +22,8 @@ function main() {
22
}
23
);
24
25
- server.bindAsync('0.0.0.0:4500', grpc.ServerCredentials.createInsecure(), ()=> {
26
- console.log('delta-zk rpc服务已运行在4500端口')
+ server.bindAsync('0.0.0.0:3400', grpc.ServerCredentials.createInsecure(), ()=> {
+ console.log('delta-zk rpc服务已运行在 3400 端口')
27
server.start();
28
});
29
0 commit comments