lucabriguglia / OpenCQRS

.NET Standard framework to create simple and clean design. Advanced features for DDD, CQRS and Event Sourcing.
Apache License 2.0
3 stars 115 forks source link

Integrate the Actor like Orleans and Akka. #22

Open ElderJames opened 6 years ago

ElderJames commented 6 years ago

Hello, I'd like to ask if this project has any plans to support actor frameworks like Orleans or Akka?

lucabriguglia commented 6 years ago

Hi, not yet but it sounds like a good idea. Do you have any thoughts on what way they might be integrated?

ElderJames commented 6 years ago

Not really~

lucabriguglia commented 6 years ago

I need to learn more about them, and then I'll see if an integration is possible. Thanks for the idea tough.

andreujuanc commented 6 years ago

IMHO, Actor implementation would take a while, it requires networking, persistence, queues, and so on. BUT, i would love to see it here.

I think it's better to have suport for 3rd party integrations, since other projects already got community acceptance, for example, Akka is a much more mature product.