zakgof / actr

Simple, fast and typesafe Java actor model implementation
Apache License 2.0
119 stars 20 forks source link

why do you use Actor Akka #18

Open fizz12344321 opened 2 years ago

fizz12344321 commented 2 years ago

Hi, i am reading your project, why do you choose Akka Actor for working as High concurrency, can u tell me the reason, the pros and cons of Actor Akka, why don't you choose another reactive stream like RxJava, Reactive...

jocull commented 2 years ago

@fizz12344321 I wonder if this might help answer some of your questions? https://medium.com/@zakgof/type-safe-actor-model-for-java-7133857a9f72