#akka_cluster #akka #architecture #microservices #scala
https://dzone.com/articles/simulating-split-brain-scenarios-in-an-akka-cluster?fromrel=true
https://dzone.com/articles/simulating-split-brain-scenarios-in-an-akka-cluster?fromrel=true
dzone.com
Simulating Split Brain Scenarios in an Akka Cluster - DZone Java
Let's walk through split brain scenarios in Akka clusters, how they form, how you can fix them with split brain resolvers, and tips for highly available apps.
#akka_cluster #akka #architecture #microservices #scala
https://manuel.bernhardt.io/2018/01/03/tour-akka-cluster-akka-distributed-data/
https://manuel.bernhardt.io/2018/01/03/tour-akka-cluster-akka-distributed-data/
manuel bernhardt
Tour of Akka Cluster - Akka Distributed Data - manuel bernhardt
Building distributed systems is hard. Pesky things like the laws of physics get in the way of maintaining state accross geographically (and chronologically) disparate systems, and, if that weren’t already outrageous enough ...
#akka #akka_cluster #history #actor #sci_paper #computer_science #paper
https://www.youtube.com/watch?v=U1C5m8b0qg0
https://www.youtube.com/watch?v=U1C5m8b0qg0
YouTube
"The Road to Akka Cluster, and Beyond" by Jonas Bonér
Today, the skills of writing distributed applications is both more important and at the same time more challenging than ever. With the advent of mobile devices, NoSQL databases, cloud services etc. you most likely already have a distributed system at your…
#cluster_sharding #cluster_singleton #singleton #akka #akka_cluster #architecture #github_project
https://github.com/johanandren/akka-cluster-samples/
https://www.slideshare.net/johanandren/building-reactive-distributed-systems-with-akka
https://www.slideshare.net/johanandren/building-reactive-distributed-systems-with-akka
https://github.com/johanandren/akka-cluster-samples/
https://www.slideshare.net/johanandren/building-reactive-distributed-systems-with-akka
https://www.slideshare.net/johanandren/building-reactive-distributed-systems-with-akka
GitHub
johanandren/akka-cluster-samples
Samples for various Akka Cluster talks. Contribute to johanandren/akka-cluster-samples development by creating an account on GitHub.
#service_discovery #service_registry #akka #akka_cluster
https://stackoverflow.com/questions/42484087/microservice-service-discovery-and-service-registry-with-akka
https://stackoverflow.com/questions/42484087/microservice-service-discovery-and-service-registry-with-akka
Stack Overflow
Microservice: Service discovery and Service Registry with Akka
I'm going to apply Microservices architecture for my application. The internal communication between microservices will be achieved by using Akka. But I don't know how to make all microservices awa...
#architecture #microservices #akka_cluster #akka
https://tech.iheart.com/why-we-picked-akka-cluster-as-our-microservice-framework-bbf3019a3217
https://tech.iheart.com/why-we-picked-akka-cluster-as-our-microservice-framework-bbf3019a3217
iHeartRadio Tech Blog
Why we picked AKKA cluster as our microservice framework
Recently at iHeartRadio we decided to migrate our one monolithic Java backend service into multiple microservices, more specifically we…
#akka #scala #highload #redmart #akka_http #akka_stream #akka_persistence #cassandra #akka_cluster #cqrs
https://www.youtube.com/watch?v=F1m6IDaLKE0
https://www.youtube.com/watch?v=F1m6IDaLKE0
YouTube
Scala + Akka: Real world example of high traffic application design - Singapore Scala Programmers
Speaker: Oleksandr Iskhakov
This presentation covers architecture and implementation of Redmart Capacity system: high traffic application built employing Event Sourcing and CQRS design, implemented with Akka Actors, Akka Cluster, Akka Persistence + Cassandra…
This presentation covers architecture and implementation of Redmart Capacity system: high traffic application built employing Event Sourcing and CQRS design, implemented with Akka Actors, Akka Cluster, Akka Persistence + Cassandra…
#akka_cluster #kubernates #github #example #softwaremill #team
https://blog.softwaremill.com/running-akka-cluster-on-kubernetes-e4cd2913e951
https://blog.softwaremill.com/running-akka-cluster-on-kubernetes-e4cd2913e951
Medium
Running akka-cluster on Kubernetes
In this article I won’t go into akka-cluster details and why it’s great. You can find a lot of excellent articles about it. Of course a…
#even_chan #apache_spark #time_series #filodb #akka_cluster #team #monix #productionalize #apache_lucene #graalvm
https://www.youtube.com/watch?v=EkIZPZbMoNE
https://www.youtube.com/watch?v=EkIZPZbMoNE
YouTube
Scale By The Bay 2018: Evan Chan, FiloDB: Real-time, In-Memory Time Series at Massive SMACK Scale
Time series and event data is becoming huge for every business, and ingesting millions of series reliably while answering many concurrent queries from users ...
#even_chan #apache_spark #time_series #filodb #akka_cluster #team #monix #productionalize
https://www.youtube.com/watch?v=WaDLoSYa4iI
https://www.youtube.com/watch?v=WaDLoSYa4iI
YouTube
scale.bythebay.io: Evan Chan, Building a High-Performance Database with Scala, Akka, and Spark
#distributedsystems #scala #akka #spark #FiloDB #cassandra Scala and its large ecosystem of libraries are increasingly being used to build highly scalable an...
#akka #akka_cluster #use_case #alternative #zio #aecor #zio_akka_cluster
https://blog.softwaremill.com/when-do-you-need-akka-cluster-5885d43e901b
https://blog.softwaremill.com/when-do-you-need-akka-cluster-5885d43e901b
Medium
When do you need Akka Cluster?
Can Akka Cluster + Sharding + Persistence create an ultimate trio for building fast, resilient, scalable, distributed applications?
#akka #akka_cluster #anti_pattern #pattern
https://blog.softwaremill.com/6-reasons-why-not-to-use-akka-cluster-for-interservice-communication-in-a-microservice-architecture-2736d5223573
https://blog.softwaremill.com/6-reasons-why-not-to-use-akka-cluster-for-interservice-communication-in-a-microservice-architecture-2736d5223573
Medium
6 reasons why not to use Akka Cluster for interservice communication in a microservice architecture
Using Akka Cluster as the main method of communication in microservices architecture is a bad idea.
#akka_cluster #gossip #gossip_protocol #protocol #crdt #p2p #distributed_cache
https://medium.com/@hussachai/creating-a-distributed-cache-in-100-lines-with-akka-5387bd7310fd
https://medium.com/@hussachai/creating-a-distributed-cache-in-100-lines-with-akka-5387bd7310fd
Medium
A Distributed Cache in Less Than 100 Lines of Code With Akka
An in-memory cache is a crucial component in a modern software architecture. It can improve the throughput of a system. As a result, the…
#akka_cluster #akka #lightbend #kubernetes #demo #deployment #distributed_system #distributed_monolith
https://blog.softwaremill.com/running-akka-cluster-on-kubernetes-e4cd2913e951
https://blog.softwaremill.com/running-akka-cluster-on-kubernetes-e4cd2913e951
Medium
Running akka-cluster on Kubernetes
In this article I won’t go into akka-cluster details and why it’s great. You can find a lot of excellent articles about it. Of course a…