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
- Host: GitHub
- URL: https://github.com/daggerok/akka-cluster
- Owner: daggerok
- Created: 2020-03-20T02:07:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T22:25:29.000Z (over 1 year ago)
- Last Synced: 2025-01-10T00:46:12.269Z (4 months ago)
- Topics: akka, akka-http, akka-typed, akka-typed-actors, fatjar, fatjar-generator, maven, maven-shade-plugin, uberjar, uberjar-generation
- Language: Shell
- Size: 1.05 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# akka cluster [](https://github.com/daggerok/akka-cluster/actions?query=workflow%3A%22+CI%22)
Akka clusterStatus: 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)