Patrick Sharp
Results
2
issues of
Patrick Sharp
Looking at the example yml file for the pool_weight configuration: master: host: master-db.example.com port: 6000 username: master_user password: 567pass read_pool: - host: read-db-1.example.com pool_weight: 2 - host: read-db-2.example.com The explanation...
Is there a way to tell which connection is being used by looking at the logs? I can see where logger is passed into the SDPAdaptor, but it seems like...