Closed johscheuer closed 2 years ago
Instead of using fdbcli in the GetConnectionString method we should fetch the connection string directly from FDB. We can use the special key \xff\xff/connection_string for that, in a similar fashion we already fetch the status from the database see: https://github.com/FoundationDB/fdb-kubernetes-operator/blob/master/fdbclient/common.go#L80-L124
fdbcli
\xff\xff/connection_string
Done in https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1262
Instead of using
fdbcli
in the GetConnectionString method we should fetch the connection string directly from FDB. We can use the special key\xff\xff/connection_string
for that, in a similar fashion we already fetch the status from the database see: https://github.com/FoundationDB/fdb-kubernetes-operator/blob/master/fdbclient/common.go#L80-L124