blob: 498afc82f83fb3b7aab493b0dd569d153a635e61 [file] [log] [blame]
######################################################################################################
#
# If you want to configure orchestration, authorization and proxy properties, please refer to this file.
#
######################################################################################################
orchestration:
name: orchestration_ds
overwrite: false
registry:
type: zookeeper
serverLists: localhost:2181
namespace: orchestration
authentication:
users:
root:
password:
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