You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/12/02 02:05:51 UTC

[GitHub] [shardingsphere] azexcy commented on pull request #22579: Add CDC rule and login implemention

azexcy commented on PR #22579:
URL: https://github.com/apache/shardingsphere/pull/22579#issuecomment-1334672086

   if CDC config is existed, it's will persist at register center `/rules` node, just like
   
   ```
   - !AUTHORITY
     provider:
       type: ALL_PERMITTED
     users:
     - root@%:root
     - sharding@%:sharding
   - !TRANSACTION
     defaultType: XA
     providerType: Atomikos
   - !SQL_PARSER
     parseTreeCache:
       initialCapacity: 128
       maximumSize: 1024
     sqlCommentParseEnabled: true
     sqlStatementCache:
       initialCapacity: 2000
       maximumSize: 65535
   - !CDC
     enable: true
     port: 33071
   ```


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org