- Add a boolean member _isFromLoadBalancer to the Client class
- Add a member function isFromLoadBalancer()
- Add a failpoint pretendAllConnectionsAreFromLoadBalancer that makes isFromLoadBalancer() always return true
- is depended on by
-
SERVER-58496 Detect connections made via the Proxy Protocol
- Closed
-
SERVER-58503 Kill open cursors for a connection when a load balanced connection on mongos is closed
- Closed
-
SERVER-58505 Add metric to serverStatus for number of load balanced connections
- Closed
- related to
-
SERVER-58502 Change the hello command on mongos to handle requests with the loadBalanced flag
- Closed