No description
Find a file
2021-02-24 10:38:18 +01:00
.github
akka-actor/src/main Nicer ManifestInfo check (#30046) 2021-02-22 11:02:06 +01:00
akka-actor-testkit-typed/src Doubly dilated timeouts in typed test probe #30021 (#30033) 2021-02-22 17:48:12 +01:00
akka-actor-tests/src/test Nicer ManifestInfo check (#30046) 2021-02-22 11:02:06 +01:00
akka-actor-typed/src/main
akka-actor-typed-tests/src/test Make the ChatRoom companion object visible in chatroom protocol (#30029) 2021-02-22 08:27:45 +01:00
akka-bench-jmh
akka-cluster Makes the SBR lease name configurable (#30049) 2021-02-22 12:50:13 +01:00
akka-cluster-metrics/src Adds explicit ! method (#30004) 2021-02-10 13:20:29 +01:00
akka-cluster-sharding/src Full cluster shutdown (#29838) 2021-02-12 09:59:20 +00:00
akka-cluster-sharding-typed/src Fail fix in ClusterShardingPreparingForShutdownSpec (#30041) 2021-02-17 13:37:05 +01:00
akka-cluster-tools/src Full cluster shutdown (#29838) 2021-02-12 09:59:20 +00:00
akka-cluster-typed/src Full cluster shutdown (#29838) 2021-02-12 09:59:20 +00:00
akka-coordination/src
akka-discovery/src
akka-distributed-data/src
akka-docs/src Update manifestInfo docs (#30056) 2021-02-22 17:18:10 +01:00
akka-multi-node-testkit/src/main
akka-osgi/src
akka-persistence/src Adds explicit ! method (#30004) 2021-02-10 13:20:29 +01:00
akka-persistence-query/src
akka-persistence-shared/src/test/scala/akka/persistence
akka-persistence-tck/src
akka-persistence-testkit/src
akka-persistence-typed/src Unmoored doc comment fixed (#30038) 2021-02-16 10:38:45 +01:00
akka-persistence-typed-tests/src/test Adds internal logger for EventSourcedBehavior (#30007) 2021-02-15 14:47:39 +01:00
akka-pki/src
akka-protobuf/src/main/java/akka/protobuf
akka-remote/src
akka-remote-tests/src
akka-serialization-jackson/src
akka-slf4j/src
akka-stream/src/main Eliminate BidiFlow.identity in atop when possible #29901 2021-02-22 15:49:52 +01:00
akka-stream-testkit/src
akka-stream-tests/src/test Eliminate BidiFlow.identity in atop when possible #29901 2021-02-22 15:49:52 +01:00
akka-stream-tests-tck/src/test
akka-stream-typed/src
akka-testkit/src Adds explicit ! method (#30004) 2021-02-10 13:20:29 +01:00
plugins/serialversion-remover-plugin/src/main
project Bump mima latest patch (#30061) 2021-02-24 10:38:18 +01:00
scripts Removes obsolete authors.pl (#30010) 2021-02-09 08:18:40 +01:00
src/main/ls
.gitignore
.jvmopts-travis
.sbt-java-formatter.conf
.sbtopts
.scala-steward.conf
.scalafix.conf
.scalafmt.conf
.travis.yml Compile akka-actor and akka-actor-tests with Scala 3 in PR validation (#29992) 2021-02-12 14:15:24 +01:00
build.sbt
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING.protobuf
LICENSE
README.md
RELEASING.md

Akka Latest versionBuild Status

We believe that writing correct concurrent & distributed, resilient and elastic applications is too hard. Most of the time it's because we are using the wrong tools and the wrong level of abstraction.

Akka is here to change that.

Using the Actor Model we raise the abstraction level and provide a better platform to build correct concurrent and scalable applications. This model is a perfect match for the principles laid out in the Reactive Manifesto.

For resilience, we adopt the "Let it crash" model which the telecom industry has used with great success to build applications that self-heal and systems that never stop.

Actors also provide the abstraction for transparent distribution and the basis for truly scalable and fault-tolerant applications.

Learn more at akka.io.

Reference Documentation

The reference documentation is available at doc.akka.io, for Scala and Java.

Community

You can join these groups and chats to discuss and ask Akka related questions:

In addition to that, you may enjoy following:

Contributing

Contributions are very welcome!

If you see an issue that you'd like to see fixed, the best way to make it happen is to help out by submitting a pull request implementing it.

Refer to the CONTRIBUTING.md file for more details about the workflow, and general hints on how to prepare your pull request. You can also ask for clarifications or guidance in GitHub issues directly, or in the akka/dev chat if a more real time communication would be of benefit.

A chat room is available for all questions related to developing and contributing to Akka: gitter: akka/dev

License

Akka is Open Source and available under the Apache 2 License.