-
A list of potential extensions for LoopBack Next.
**Add a đź‘Ť reaction to any of the comments below if you are interested in seeing these features / extensions**
-
speaker
---
@wanghao
intro
---
modern day web service rely on distributed system to provide linear-scalable high performance or high availability.
after Paxos's decades of predominance, Raft…
-
-
I want use CockroachDB to build an alliance database service,
for example, there are 50 developers in my mesh network, the developer's nodes work as Raft consensus nodes, and there are 10000 users, …
-
I'm looking for an very high performance version Algorithms for Recovery and Isolation Exploiting Semantics (ARIES) like .net standard/core namspace. It does not need to be exactly ARIES but would ne…
-
Etcd uses a simple implementation for membership change(adding/removing one peer one time when applying the raft log).
This works well in most of the time, but sometime it may still have risk, espe…
-
My environment has 3 RHEL6.7 machines, each with;
- 1 server;
- 1 scheduler;
After deploying a service, creating a channel for it and testing it in single executions, which were working properly,…
-
I believe votes are counted incorrectly during joint consensus.
Firstly, during this phase, votes should be counted separately for the two clusters. Quote from the spec:
> Agreement (for elections…
-
In CCF, we've recently observed that a call to `oe_verify_report()` in the enclave can take a significant amount of time to execute (about 2 seconds). We rely on this function to verify the quote of n…
-
Hi, Tidwall! This is an excellent project, but something confuses me.
Suppose there is a situation: a command is committed, but some errors happen when apply this command to the database.
Summit…