Myshiner commented on issue #2925: Sharding-proxy v4.0.0-RC2 can't config 
multi-users
URL: 
https://github.com/apache/incubator-shardingsphere/issues/2925#issuecomment-526056138
 
 
   In my case here,i just delete the “#” symbol at the beginning of linie like 
this. and all the code which i copy from you.
   ---------------
   #orchestration:
   #  name: orchestration_ds
   #  overwrite: false
   #  registry:
   #    type: zookeeper
   #    serverLists: 10.60.0.183:2181
   #    namespace: orchestration
   
   authentication:
     users:
       root:
         password: root
       reader:
         password: reader
         authorizedSchemas: neworiental_trail,neworiental_v3
   props:
     max.connections.size.per.query: 1
     acceptor.size: 16  # The default value is available processors count * 2.
     executor.size: 16  # Infinite by default.
     proxy.frontend.flush.threshold: 128  # The default value is 128.
       # LOCAL: Proxy will run with LOCAL transaction.
       # XA: Proxy will run with XA transaction.
       # BASE: Proxy will run with B.A.S.E transaction.
     proxy.transaction.type: LOCAL
     proxy.opentracing.enabled: false
     query.with.cipher.column: true
     sql.show: true

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


With regards,
Apache Git Services

Reply via email to