Details
- 
    Task 
- 
    Status: Closed (View Workflow)
- 
    Minor 
- 
    Resolution: Fixed
- 
    None
- 
    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))]
 |