Fast, high available load balancer for trino with smart routing rules
proxy:
port: 8998
routing:
rule: round-robin
persistence:
postgres:
db: 'postgres'
host: '127.0.0.1'
port: 5432
username: 'postgres'
password: 'test'
ssl_mode: 'disable'
discovery:
providers:
- provider: static
enabled: true
static:
clusters:
- name: cluster-0
enabled: true
url: http://localhost:8080
session:
store:
redis:
opts:
prefix: 'trino::'
max_ttl: 24h
Todo