jingshanglu opened a new issue #8979: URL: https://github.com/apache/shardingsphere/issues/8979
## Feature Request support `add feature` in alter `replica_query rule` ### Describe the feature you would like. maybe grammar like this: ``` // alter for add rule ALTER REPLICA_QUERY RULE ADD RULE (logic_ds_a (primary=primary_new_ds_a, repilca=repilca_ds_a_0) RANDOM(xxx=xxx),...) // alter for modifiy exist rule ALTER REPLICA_QUERY RULE (logic_ds_a (primary=primary_new_ds_a, repilca=repilca_ds_a_0) RANDOM(xxx=xxx),...) ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
