google / mysql-ripple

Ripple, a server that can serve as a middleman in MySQL replication
Apache License 2.0
370 stars 47 forks source link

ripple Management grpc seems not yet finished? #35

Open leiless opened 2 years ago

leiless commented 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?