Files
MaxScale/maxscale-system-test/cnf/maxscale.cnf.template.avro_compression
Johan Wikman 5ebd237a4f MXS-2290 Replace whitespace is section names with -
Whitespace in section names have been deprecated since 2.2 and will
be rejected in 2.4. Consequently, the configuration files of the
system tests must be updated.
2019-01-24 17:45:10 +02:00

48 lines
816 B
Plaintext

[maxscale]
threads=###threads###
log_info=1
[Binlog_Service]
type=service
router=binlogrouter
user=skysql
password=skysql
version_string=5.6.15-log
router_options=server_id=3,user=repl,password=repl,longburst=500,heartbeat=30,binlogdir=/var/lib/maxscale/Binlog_Service,mariadb10-compatibility=1
[Binlog-Listener]
type=listener
service=Binlog_Service
protocol=MySQLClient
port=5306
[CLI]
type=service
router=cli
[CLI-Listener]
type=listener
service=CLI
protocol=maxscaled
socket=default
[avro-converter]
type=service
router=avrorouter
codec=deflate
binlogdir=/var/lib/maxscale/Binlog_Service
filestem=mar-bin
start_index=1
group_trx=1
group_rows=1
avrodir=/var/lib/maxscale/avro/
user=skysql
password=skysql
[avro-listener]
type=listener
service=avro-converter
protocol=CDC
port=4001
authenticator=CDCPlainAuth