Replies: 2 comments 2 replies
|
You can pretty much host your application in any .NET process (console app, web/generic hosts, WCF, etc.), and still have the ability to form a cluster and scale. All the clustering features are included in the |
0 replies
|
I made a YouTube video about some of this 1-2 weeks ago: https://petabridge.com/blog/akkadotnet-ihostedservice/ |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
In all my cases I've had been deployed my actorsystem inside my .net core hosted app. But this scenario restrict me because I can't scale out my .net core pods. Am I right?
How can I deploy a actorsystem as standalone service? Is it using Akka Cluster/Remote ?
All reactions