-
A lot of developers would use or try out dqlite if there were Node.js bindings
I was considering to make basic bindings but the more I read `include/dqlite.h` the more it looks non-trivial for me a…
LuKks updated
8 months ago
-
I use rqlite-java to connect rqlite in local cluster. But I can't find the close() method in rqlite-java. I wonder how to close the connection and whether it will cause memory leak. Thanks a lot!
-
**FEATURE REQUEST**
1. Is there an open issue addressing this request? If it does, please add a "+1" reaction to the
existing issue, otherwise proceed to step 2.
2. Describe the feature …
-
Under load /status can be slow, sometimes too slow for monitoring purposes. I suspect it's the DB layer.
One option could be to wait only for n seconds from DB layer, or examine the queries in the …
-
hello
will this library expose a jdbc interface in the future ?
-
This may be seem a bit out of context feature request but If we can connect to rqlite over unix sockets additionally, this may save a lot of tcp bandwidth for those clients residing on the host of the…
-
Rqlited service does not start in docker service.
When I use the docker definition of the 4.5.0 version with my own docker-entrypoint.sh with this content
```shell
#!/bin/bash
if [ "x" == "x…
-
See https://github.com/rqlite/rqlite/discussions/1804
-
Hi all,
I was just reading https://zguide.zeromq.org/docs/chapter8/ and saw the Harmony pattern, then got on to http://randalh.blogspot.com/2012/12/zeromq-true-peer-connectivity-harmony.html?m=1 wh…
-
I use a fault injection tool to modify the term field of AppendEntriesRequest to max uint64.
When the current term is 18446744073709551615 (max uint64) , restart current leader node to start a new el…