Andy Dunstall
Andy Dunstall
removes unused `timeSerial` added in https://github.com/ably/ably-js/commit/3779562813ce589083cd23a2093716082d15dd27#diff-4950999f00a83f9a58097a13788e54b21306f3b895c03c8a5b85ae06bf30447e (so we can add changes for CAP-44 later)
(**Note** I've updated the original PR to try to make it clearer which commits implement which spec items - so should be easier to walk though commit by commit if...
Hi, thanks for creating this list, its been really helpful Given the number of existing solutions I feel a bit silly trying to create another, though I've been looking for...
**Describe the bug** Using `DEBUG POPULATE` on a master with one replica causes Dragonfly to run out of memory with high RSS **To Reproduce** Created a master and replica with...
Say you have 10 upstream connections for endpoint E. Piko should attempt to evenly distribute of load among those upstream connections. If node N has upstream connections to its local...
Piko is missing a lot of configuration options, such as gossip, cluster, timeouts, ... The configuration documentation is also a bit light It might also be worth splitting configuration into...
Say you have a cluster with 6 nodes, then a network partition means one half of the cluster can't talk to the other half Currently Piko will end up with...
Say a request for endpoint E is sent to node N1, but N1 doesn't have an upstream connection for that endpoint. N1 will then check its local view of the...
Say you have a cluster with 3 nodes, where each node has 1000 upstream connections. If those nodes are becoming overloaded you may increase the number of replicas (either manually...
Say you have 10 upstream connections for endpoint E, though one of the upstreams is failing to serve requests, then Piko should stop forwarding requests to that unhealthy upstream. Therefore...