Akka.Net VS MS Orleans Comparison [closed]

半世苍凉 提交于 2019-12-03 08:08:07

问题


I've started implementing several LOB application with CQRS/ES and for this evaluating:

  1. several EMS: NServiceBus, MassTransit, RhinoMessageBus
  2. Akka.net + DDDD
  3. MS Orleans + DDDD

There are lot of comparisons of different EMSs but no evaluations of Actor Frameworks.

So, could you please compare Akka vs Orleans, namely:

  • features presents
  • conciseness of syntax (Akka is line-by-line porting from scala so it's architecture may be not the best suited for .net)
  • readiness for industrial development (i.e. any non-overcomable bugs, lack of important features, etc)
  • development speed with them
  • learning curve (need to on-board 5-10 other .net developers)
  • anyone tried to make it work over Mono or .Net Core? (going to have deployment to Linux via Docker's Image)
  • please share any your thoughts, suggestions, gut feelings

来源:https://stackoverflow.com/questions/34571105/akka-net-vs-ms-orleans-comparison

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!