Is there a way to prevent gRPC clients from switching the used network interface? I want my channel to connect via eth0 and keep that connection, however, it tries to connect the channel via MACsec the moment a new MACsec interface is brought up.
How to bind Network Interface for C++ gRPC client is a similar question solving it with netns. But that solution breaks the connection to the MySql server on localhost.
https://groups.google.com/g/grpc-io/c/7ovWmhuVzoA/m/KiG552JaDAAJ asked on the gRPC github wasn't answered.
1.4m articles
1.4m replys
5 comments
57.0k users