Open leiless opened 2 years ago
From what I can tell, it seems that the management grpc service is not yet finished?
https://github.com/google/mysql-ripple/blob/master/management.proto https://github.com/google/mysql-ripple/blob/master/manager.h#L43-L59 (those function are unused functions)
$ ss -tlpn State Recv-Q Send-Q Local Address:Port Peer Address:Port Process LISTEN 0 32 0.0.0.0:51005 0.0.0.0:* users:(("rippled",pid=4,fd=6))
The management grpc not bound to any address? does the management grpc is internal use only?
From what I can tell, it seems that the management grpc service is not yet finished?
https://github.com/google/mysql-ripple/blob/master/management.proto https://github.com/google/mysql-ripple/blob/master/manager.h#L43-L59 (those function are unused functions)
The management grpc not bound to any address? does the management grpc is internal use only?