Arsene
Arsene
I would like to know whether there is a plan to add ARM architecture support.
Nice work for this library. I have used Netty and DotNetty in the past for so many projects. I would like to know whether this library is being used in...
closes https://github.com/Tochemey/goakt/issues/290 - [x] Refactor a bit the code. Make use of memory efficient map instead of standard. (need to QA it) - [x] Design peer node state model -...
Implementation details: Simple distributed in-memory key/value store - Allow leader/coordination re-election when cluster topology changes - Handle efficiently network partition - Data should be sharded in the cluster - Able...
So far the library runs smoothly with Netty 3 range. There will be in few days some migration to Netty 5 when it is declared stable.
### Discussed in https://github.com/Tochemey/goakt/discussions/320
We all know that in a dag the edges are directed: that is, they have a direction, proceeding from a source vertex to a destination vertex. The destination vertex is...