An open API service indexing awesome lists of open source software.

https://github.com/daggerok/akka-cluster


https://github.com/daggerok/akka-cluster

akka akka-http akka-typed akka-typed-actors fatjar fatjar-generator maven maven-shade-plugin uberjar uberjar-generation

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# akka cluster [![CI](https://github.com/daggerok/akka-cluster/workflows/%20CI/badge.svg)](https://github.com/daggerok/akka-cluster/actions?query=workflow%3A%22+CI%22)
Akka cluster

Status: IN PROGRESS...

## resources

* [Start from Lightbend example apps](https://developer.lightbend.com/start/)
* [Akka books and videos](https://doc.akka.io/docs/akka/current/additional/books.html)
* [Akka examples projects](https://doc.akka.io/docs/akka/current/project/examples.html)
* [Akka typed actors](https://doc.akka.io/docs/akka/current/typed/actors.html)
* [Akka 2.5.x -> 2.6.x migration guide](https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html#materializer-changes)
* [YouTube: What's New In Akka 2.6?](https://www.youtube.com/watch?v=ZWIryjFKcXo)
* [YouTube: Introduction to Akka Actors with Java](https://www.youtube.com/watch?v=rIFqJxMJ1MM)
* [YouTube: Akka Anti-Patterns, Goodbye: Six Features of Akka 2.6](https://www.youtube.com/watch?v=hHF66Dbr-9s)
* [Akka serialization jackson](https://doc.akka.io/docs/akka/current/serialization-jackson.html)
* https://www.youtube.com/watch?v=Ad2DyOn4dlY
* [GitHub: akka/akka-samples](https://github.com/akka/akka-samples/blob/be22b412fd/akka-sample-kafka-to-sharding-scala/processor/src/main/scala/sample/sharding/kafka/UserEvents.scala)
* https://www.youtube.com/watch?v=xWuOGqmR7ow
* https://www.youtube.com/watch?v=6ECsFlNNIAM
* https://www.youtube.com/watch?v=HDsvbaLLa2I
* [Building a Distributed Application for the Cloud with Akka Clustering and Java 8](https://www.youtube.com/watch?v=yPutaNumjNw)

## other repos

* [GitHub: daggerok/akka-stream-playgrounds](https://github.com/daggerok/akka-stream-playground)
* [GitHub: daggerok/akka-persistence-examples](https://github.com/daggerok/akka-persistence-examples)
* [GitHub: daggerok/akka-persistence-json-serializaer-example](https://github.com/daggerok/akka-persistence-json-serializaer-example)
* [GitHub: daggerok/akka-examples](https://github.com/daggerok/akka-examples)
* [GitHub: daggerok/sbt-examples](https://github.com/daggerok/sbt-examples)
* [GitHub: daggerok/spring-boot-akka-example](https://github.com/daggerok/spring-boot-akka-example)
* [GitHub: daggerok/spring-boot-reactive-scala-example](https://github.com/daggerok/spring-boot-reactive-scala-example)
* [GitHub: daggerok/spring-boot-reactive-akka-example](https://github.com/daggerok/spring-boot-reactive-akka-example)
* [GitHub: daggerok/gradle-scala-application-howto](https://github.com/daggerok/gradle-scala-application-howto)
* [GitHub: daggerok/gradle-scala-library-howto](https://github.com/daggerok/gradle-scala-library-howto)
* [GitHub: daggerok/functional-and-reactive-principles-in-scala](https://github.com/daggerok/functional-and-reactive-principles-in-scala)
* [GitHub: daggerok/scala-examples](https://github.com/daggerok/scala-examples)
* [GitHub: daggerok/scala-meter-example](https://github.com/daggerok/scala-meter-example)
* [GitHub: daggerok/lightbend-examples](https://github.com/daggerok/lightbend-examples)
* [GitHub: daggerok/scala-gradle-scalatra-spring-boot](https://github.com/daggerok/scala-gradle-scalatra-spring-boot)
* [GitHub: daggerok/scala-gradle-testing](https://github.com/daggerok/scala-gradle-testing)
* [GitHub: daggerok/scala-gradle-spring-boot](https://github.com/daggerok/scala-gradle-spring-boot)
* [GitHub: daggerok/scala.js-starter](https://github.com/daggerok/scala.js-starter)