soulasuna opened a new issue, #20391:
URL: https://github.com/apache/shardingsphere/issues/20391

   ## Feature Request
   
   **For English only**, other languages will not accept.
   
   Please pay attention on issues you submitted, because we maybe need more 
details. 
   If no response anymore and we cannot make decision by current information, 
we will **close it**.
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Is your feature request related to a problem?
   
   Refactor the shadow API configuration items to make them concise and 
consistent with the name.
   
   `sourceDataSourceName` replace with `productionDataSourceName`
   
   
   ### Describe the feature you would like.
   
   Before refactoring:
   ```yaml
   rules:
   - !SHADOW
     dataSources:
       shadowDataSource:
         sourceDataSourceName: ds
         shadowDataSourceName: shadow_ds
     ...
   ```
   
   After refactoring
   ```yaml
   rules:
   - !SHADOW
     dataSources:
       shadowDataSource:
         productionDataSourceName: ds
         shadowDataSourceName: shadow_ds
     ...
   ```


-- 
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]

Reply via email to