Updated the binlogrouter test configurations to use correct options. Also removed commented out sections and obsolete configurations.
		
			
				
	
	
		
			26 lines
		
	
	
		
			501 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			501 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
[maxscale]
 | 
						|
threads=###threads###
 | 
						|
 | 
						|
[Binlog_Service]
 | 
						|
type=service
 | 
						|
router=binlogrouter
 | 
						|
user=skysql
 | 
						|
password=skysql
 | 
						|
router_options=server_id=9993,send_slave_heartbeat=On,user=repl,password=repl,longburst=500,heartbeat=10,binlogdir=/var/lib/maxscale/Binlog_Service,transaction_safety=1,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
 |