Anthony Dodd
Anthony Dodd
Hello @battila7, thanks for the report. Here is the code responsible for dropping the replication streams: https://github.com/async-raft/async-raft/blob/master/async-raft/src/core/replication.rs#L117-L136 It is certainly possible that there is a bug in this code, though...
> However, if I debug/log the enclosing handle_uniform_consensus_committed function, I get that self.nodes is empty. Hmmm. That sounds rather problematic. `self.nodes` should not be empty. We have tests covering dynamic...
@battila7 && @drmingdrmer thanks for all of the great discussion and info here. I should have time to review this weekend.
Hmmm. I think the closes thing to a complete demo would simply be the integration test framework with its use of `memstore`. That is obviously not a full application, but...
Hmm, you definitely don't have to review all of the source code. @yorkart you need to know three things for this crate: - the Raft type itself: https://docs.rs/async-raft/0.5.0/async_raft/raft/struct.Raft.html these are...
After searching around a bit more, I see that the EOS effort is still underway. All good.
I'll just chime in and say that schema evolution would be outstanding.
@djkoloski very nice. Looks like `protoss` would fit the bill. In order to sanely enforce the evolution requirements, having an explicit `#[derive(Proto)]` with the `#[id = n]` field attrs is...
Nice! I'm stoked to see this. Just let me know when you want me to give it an eye, and then I'll give it a review.
Agreed. I think long-term, building a site which somewhat mirrors the Bulma docs using YBC components would be excellent. That will definitely take a fair bit of time and effort,...