bbcarchdev / libcluster

Clustering support library (originally part of anansi)
Apache License 2.0
0 stars 2 forks source link

Add a unified/canonical URI scheme for cluster connections #23

Open nevali opened 7 years ago

nevali commented 7 years ago

e.g.:

static:///?key=clusterkey&env=live&instid=uuid&partition=gold`
pgsql://user:pass@host/db_name/?key=clusterkey&env=live&instid=uuid&partition=gold`

Tracked as RESDATA-1272

nevali commented 6 years ago

Depends upon bbcarchdev/liburi#5