|
Author:
{'name': 'Kevin Albertson', 'email': 'kevin.albertson@mongodb.com', 'username': 'kevinAlbs'}
Message: Load balancer: SDAM and Server Selection (#816)
CDRIVER-4053 Load balancer: SDAM changes
- Add a LoadBalanced topology type and LoadBalancer server type.
- Manually set the topology description to contain one server of type LoadBalancer when opening.
- Prevent updates to the topology description after opening.
- Disable SDAM monitoring for a LoadBalanced topology.
- Emit correct SDAM monitoring events for a LoadBalanced topology.
- Bypass the cooldown period for the single-threaded topology scanner.
CDRIVER-4055 Load balancer: Server Selection
|