Derek Kraan

Results 95 comments of Derek Kraan

I implemented (by peeking at this PR) this in a project I'm working on. In the end I went with the following interface: `OpenTelemetry.Span.monitor/1`. This is nice because it allows...

Hi, maybe you can elaborate on what this means?

Ah ok. Should be a short PR I think, and I would merge that.

Hi @balena, Thanks for the PR! Can you let me know when you are done adding commits? Then I can review :D Also, if you could check the Issues list...

@balena I have two questions: 1. if we are already specifying `:nosuspend`, should we also specify `:noconnect`? 2. instead of adding a retry mechanism, why don't we simply give up...

Hi @balena I was wondering if you were still interested in pursuing this PR.

I think it would be easier for me to evaluate and merge changes if we could split this PR up into smaller pieces. - nosuspend - MerkleTree - retry mechanism

Hi @bokner, I tried running this with 3 nodes a few times and got 30k keys in the CRDT. Also tried with 2 nodes and got 20k. Am I missing...

Hi thanks again, I was able to reproduce this time. I think I know what is happening as well. In the CRDT, we maintain a list of "dots", basically tracking...