Simbafa commented on issue #8903:
URL: https://github.com/apache/shardingsphere/issues/8903#issuecomment-769501130


   server.yaml
   
   ```
    23 #
    24 #governance:               
    25 #  name: governance_ds     
    26 #  registryCenter:         
    27 #    type: ZooKeeper
    28 #    serverLists: localhost:2181
    29 #    props:
    30 #      retryIntervalMilliseconds: 500
    31 #      timeToLiveSeconds: 60
    32 #      maxRetries: 3
    33 #      operationTimeoutMilliseconds: 500
    34 #  overwrite: false
    35 
    36 authentication:
    37   users:
    38     root:
    39       password: test
    40 #    sharding:
    41 #      password: sharding 
    42 #      authorizedSchemas: sharding_db
    43 
    44 props:
    45   max-connections-size-per-query: 1
    46   acceptor-size: 1  # The default value is available processors count * 
2.
    47   executor-size: 16  # Infinite by default.
    48 #  proxy-frontend-flush-threshold: 128  # The default value is 128.
    49 #    # LOCAL: Proxy will run with LOCAL transaction.
    50 #    # XA: Proxy will run with XA transaction.
    51 #    # BASE: Proxy will run with B.A.S.E transaction.
    52 #  proxy-transaction-type: LOCAL
    53 #  proxy-opentracing-enabled: false
    54 #  proxy-hint-enabled: false
    55 #  query-with-cipher-column: true
    56   sql-show: true                                                         
                                                                                
                                                                                
                                 
    57 #  check-table-metadata-enabled: false
   
   ```


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


Reply via email to