terrymanu opened a new issue, #17025: URL: https://github.com/apache/shardingsphere/issues/17025
Hi, the current db-discovery type is `MGR`, `MASTER_SLAVE` and `openGauss` which are not in same abstract level and the case . `MGR` and `MASTER_SLAVE` is for MySQL only, and `openGauss` is other db-discovery type of database, not HA method. It is better to rename and standardize the db-discovery type. I prefer rename like the way below: `MGR` -> `MySQL.MGR` `MASTER_SLAVE` -> `MySQL.NORMAL_REPLICATION` `openGauss` -> `openGauss.NORMAL_REPLICATION` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
