rqlite / gorqlite

A Go client for rqlite, the distributed database built on SQLite
MIT License
139 stars 34 forks source link

Fix cluster status parsing #7

Closed paulstuart closed 4 years ago

paulstuart commented 4 years ago

When trying to use gorqlite against docker images of rqlite/latest (v4.5.0), it cannot find the leader node.

It looks like the structure of the json emitted by /status had changed, so code was updated to reflect the new structure.

paulstuart commented 4 years ago

Wow! Thank you for such a quick turnaround (on an awesome project). Looking forward to being able to contribute further if opportunities allow.