menghaoranss commented on issue #11499:
URL: 
https://github.com/apache/shardingsphere/issues/11499#issuecomment-887474598


   Hi, @terrymanu 
   
   I just consider defining the user API of dist meta data persist as a global 
rule as follows:
   ```
   - !DIST_METADATA_PERSIST(or DIST_METADATA_PERSISTENCE)
       type: Local
       props:
         path: xxxx
   ```
   We can also define other types such as Database:
   ```
   - !DIST_METADATA_PERSIST(or DIST_METADATA_PERSISTENCE)
       type: Database
       props:
         url: xxxx
         username:xxx
         ...
   ```
   
   any suggestions?


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