DRIVERS-2033:
This ticket is an add-on to DRIVERS-1916. This ticket similarly specifies drivers must ensure that if load balancing mode is enabled, both "hello" and OP_MSG should be used for the connection handshake.
For an example of what your connection process should look like after this change, take a look at the Python pseudocode implementation in the handshake spec.
DRIVERS-2033:
This ticket is an add-on to DRIVERS-1916. This ticket similarly specifies drivers must ensure that if load balancing mode is enabled, both "hello" and OP_MSG should be used for the connection handshake.
For an example of what your connection process should look like after this change, take a look at the Python pseudocode implementation in the handshake spec.
1. What would you like to communicate to the user about this feature?
2. Would you like the user to see examples of the syntax and/or executable code and its output?
3. Which versions of the driver/connector does this apply to?
1. What would you like to communicate to the user about this feature?
2. Would you like the user to see examples of the syntax and/or executable code and its output?
3. Which versions of the driver/connector does this apply to?
Description
This ticket was split from DRIVERS-2033, please see that ticket for a detailed description.