-
For my read-write distributed storage implemented by Gorums,
if I send a nil message through either read or write quorum call,
then the quorum call returns a nil reply with error nil.
The reason …
-
# List of tasks to do for Gorums:
- [ ] Create Hugo-based webpage for `gorums.io` with content (@r0qs can help with logistics)
- [ ] Project description and examples
- [ ] People: Faculty, st…
-
This would be a fairly large redesign, but if my initial thoughts are correct, we could possibly get rid of the whole code generator. I may be wrong of course.
Here is the godoc:
https://godoc.or…
-
- [ex Gorum](https://github.com/petrosh/diarissues/issues/11#issuecomment-268993209)
- [Parlamento](https://github.com/petrosh/diarissues/issues/11#issuecomment-241903046)
-
The node id is now a unint32, but this does not always match up with the applications utilizing gorums. If an application does not use a uint32, it would either have to resolve a node from the config …
-
>> python3 /app/knock/knockpy/knockpy.py yahoo.com
Traceback (most recent call last):
File "/app/knock/knockpy/knockpy.py", line 11, in
from . import dns_socket
ImportError: attempted rel…
-
WAN-based deployments can be simulated through gorums with configurable delay in the configuration.
*currently this issue is a placeholder, more details to be added upon analyzing GRPC*
-
**Is your feature request related to a problem? Please describe.**
In an effort to fully maximize my methodology before recentness it would be amazing to have an agent be able to screen shot
**De…
-
This might or might not be a good idea, but I was thinking about having Manager and Configuration be interfaces. This should be easy enough to generate but we will end up having to change the implemen…
-
Provide argument `gorums_out=srv=,paths=...` to `protoc-gen-gorums` to generate skeleton server code. The generated code would be saved to a file `srvname.go`. Decide if we should support both `source…