copenhagenatomics / dotNext

Next generation API for .NET
https://dotnet.github.io/dotNext/
MIT License
0 stars 0 forks source link

(pending testing) local feature to send data to the leader from the nodes #3

Closed freddyrios closed 2 years ago

freddyrios commented 2 years ago

@AntonWerenberg did an implementation that takes a dependency on netmq that was done for initial local usage. This was done for his project usage, but I will attempt to use it for our project. Depending on how this goes, we might end up wanting such feature to be officially supported in dotnext raft.

freddyrios commented 2 years ago

we ended up usign a tcp implementation that with tcp client / listener + using pull of values from the leader to all nodes while also skipping saving inputs to the log i.e. only the full decision that includes the inputs is shared