Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.7.1
-
Component/s: configuration
-
Labels:None
Description
Term 'replica' must replace 'slave' in connection string. terminology 'slave' will still be working as an alias.
So host description:
address=(host=<host>)[(port=<portnumber>)][(type=(master|slave))]
|
will be replaced as :
address=(host=<host>)[(port=<portnumber>)][(type=(master|replica))]
|