Aaron Stannard
Aaron Stannard
Akka.NET Version: 1.4.0 and beyond. In an effort to radically speed up Akka.Persistence, Akka.IO, and Akka.Remote, we should take advantage of the new APIs made available in `System.Memory`, namely `Span`...
This is something that's been in the works on the JVM for about 6-7 months and we've had some requests for it over the past couple of years on the...
**Is your feature request related to a problem? Please describe.** First introduced in Akka.NET v1.4.19 via https://github.com/akkadotnet/akka.net/pull/4934, we need to enable the new `HeartbeatRsp` message to be sent by default....
**Is your feature request related to a problem? Please describe.** In order for https://github.com/akkadotnet/akka.net/issues/3740 to have any real-world benefit, the `Journal` / `SnapshotStore` implementations that consume the output from serialization...
**Is your feature request related to a problem? Please describe.** In order for https://github.com/akkadotnet/akka.net/issues/3740 to have any real-world benefit, the `Transport` implementations that consume the output from serialization also need...
**Version Information** Version of Akka.NET? 1.4.32 Which Akka.NET Modules? Akka.Persistence **Describe the performance issue** The current `AsyncWriteJournal` implementation needs some house cleaning in order to reduce excess allocations in the...
Version: 1.4.0 and beyond. Relevant JVM PRs: https://github.com/akka/akka/pull/23828 Introduce Artery.TCP in v1.4.0 as an opt-in remoting feature; gradually stabilize it over 1.4.0 patch lifecycle; make the default in v1.5.0. Deprecate...
We probably need to align all of our `System.*` packages on a common version range - see https://github.com/akkadotnet/akka.net/pull/5365#issuecomment-984763805 Separate issue from this PR, but I'm seeing a trend here... _Originally...
About the https://getakka.net/articles/actors/dispatchers.html where to edit it, can u do it? The only thing that changed between the last `channel-executor` and this, is the `channel-executor.priority` config instead of the `max-concurrency`...