Reviews from AWS customer
0 AWS reviews
-
5 star0
-
4 star0
-
3 star0
-
2 star0
-
1 star0
External reviews
30 reviews
from
External reviews are not included in the AWS star rating for the product.
Simplified solution for complex distributed systems
What do you like best about the product?
Detailed documentation helps to onboard any new user to the platform and new joiners can easily start contributing in limited time.
What do you dislike about the product?
I would like to see the akka to support other languages as well.
What problems is the product solving and how is that benefiting you?
we have built our backend with event based distributed data streams. Akka is helping to manage all functions to handle millions of events in real-time
Akka is a toolkit for building highly concurrent, distributed message driven apps.
What do you like best about the product?
Scalability and ease the use of concurrency.
What do you dislike about the product?
Nothing as such. Just some integration issues with backend which is solved later.
What problems is the product solving and how is that benefiting you?
Easy way to write concurrent programs
Recommendations to others considering the product:
Go for it for better solutions in concurrent program development.
Concurrent Friend
What do you like best about the product?
Easy way to write scalable concurrent program.
What do you dislike about the product?
May be different concept that existing concept for writing concurrent program
What problems is the product solving and how is that benefiting you?
Multi-thread application for banking software. Large inbuilt functionality, state management and easy way to write concurrent program.
Recommendations to others considering the product:
For scalable concurrent program Akka is best framework available in the market.
I built an SMTP server
What do you like best about the product?
The Actor concept and scalability to consume millions of messages easily
What do you dislike about the product?
I personally don't like the Java integration. Scala integration is much better. I used it 5 years ago, this may have changed.
What problems is the product solving and how is that benefiting you?
I needed to handle millions of SMSs a day
It is highly useful tool for development of applications with high scalability in Java
What do you like best about the product?
Concurrency control, distributed and scallable
What do you dislike about the product?
Nothing much. Had faced some issue during badkenend api development
What problems is the product solving and how is that benefiting you?
Developing some backend apis for personal application development
Akka Platform simplifies the delivery of complex distributed systems, turbo-charged microservices.
What do you like best about the product?
It's delivery of complex distributed systems with self-healing, turbo-charged microservices.
What do you dislike about the product?
It's a New framework and that's why developer community is small.
What problems is the product solving and how is that benefiting you?
Scalability is major issues we face in any software development company.
Building Java software was headache before.
What do you like best about the product?
Speed of delivery and concept of the model.
What do you dislike about the product?
The learning curve is long, because of the new concept.
What problems is the product solving and how is that benefiting you?
Real-time streaming with bulk data. Akka has great abstraction behind.
Akka Concurrent Programming Review
What do you like best about the product?
Love its scalability part and the ease we can handle concurrency and better utilization w.r.t. cpu cores.
What do you dislike about the product?
Sometimes it become hard to map down previous versions towards the latest one and its whole lots of scrolling the documentation required to pick up the right compatibility for the updates.
What problems is the product solving and how is that benefiting you?
I have been involving into capturing concurrency with using sockets in combination of Akka actors.
Recommendations to others considering the product:
One of the usecase I found the best is related real world realtime updates handling, if any of the usecase is surrounded with this I must recommend to be the best among the available tech.
Excellent low-level toolkit for building complex project infrastructure
What do you like best about the product?
High scalability
Good testing infra
Easy to learn
Good testing infra
Easy to learn
What do you dislike about the product?
Not suitable for web applications
Debugging tools can be improved
Debugging tools can be improved
What problems is the product solving and how is that benefiting you?
BE development process, mostly for scale, concurrency, and synchronization.
Akka, a message driven framework for JVM
What do you like best about the product?
1) writing Akka actors are very easy and also the code is very easy to understand.
2) Actors provide an easy way to write asynchronous code without having to worry about locking.
3) Good testing tools and documentation.
2) Actors provide an easy way to write asynchronous code without having to worry about locking.
3) Good testing tools and documentation.
What do you dislike about the product?
1) One needs to really understand when and why they need actors, otherwise it's very easy to make the code complex
What problems is the product solving and how is that benefiting you?
We use the Akka framework for a Java service that exposes multiple APIs. Depending on the type of message/command we have chain resolvers that resolve to respective actors. Its been very easy to manage the number of commands/actors for us. We do not need to work about locking in our code.
showing 11 - 20