lni
lni
@coufalja are you adding more tests? I can a see an added test covering the creation and shutdown of the quic transport module, some tests to check that the transport...
some guic-go benchmark results generated by github.com/marten-seemann/quic-go-benchmarks ``` Benchmark results: +-----------------+-------------+-------------+ | | TCP | QUIC | +-----------------+-------------+-------------+ | direct transfer | 0.01 ± 0.00 | 0.19 ± 0.01 |...
@coufalja that sounds interesting any quick benchmark data on such quic based transport? I looked into that quic go package in 2019 and the RTT latency was not on par...
With the recently added gossip feature, a potential solution is to use gossip to share such cluster membership info across all NodeHosts. If someone can implement this and send in...
Thanks for the PR, good to see you tried to implement the idea I mentioned during the WeChat discussion. I think - 1. execEngine should not be changed just to...
I think there also need to be a mechanism to get user notified when the observer is auto promoted to be a regular node, e.g. a callback function specified to...
the above mentioned item 6 has been addressed in d72a5934d60810628731a405226e6db815d5239f
this is for tests
postponed for now. moved to v0.3
The idea is to allow certain raft log to be treated as noops under certain conditions.