No description
Find a file
2022-08-22 09:23:30 +02:00
.github exclude tests using DisposableSys from aeron run (#31230) 2022-03-10 18:45:45 +01:00
akka-actor/src/main chore: Unsafe.java source in scala source tree #31422 (#31425) 2022-06-05 18:24:21 +02:00
akka-actor-testkit-typed/src Rename method typed.javadsl.FishingOutcomes.continue to typed.javadsl.FishingOutcomes.continueAndCollect. Method continue() cannot be used in Java code due to reserved word (#29951) (#31420) 2022-05-30 09:27:21 +02:00
akka-actor-tests/src/test =act Fix cancelReceiveTimeoutTask bug when stop an actor. (#31398) 2022-05-24 13:01:36 +02:00
akka-actor-typed/src/main docs: fix ConsumerController java doc (#31472) 2022-08-15 09:13:08 +02:00
akka-actor-typed-tests/src/test Fix java-example for standalone ask with status fail future in typed/interaction-patterns.md (#31480) 2022-08-12 13:00:40 +02:00
akka-bench-jmh some minor wording updates (#31326) 2022-04-11 16:13:47 +02:00
akka-cluster Log some more for Cluster log-info-verbose (#31376) 2022-05-03 07:52:24 +02:00
akka-cluster-metrics/src chore: Use random port in cluster metrics tests, #31103 (#31134) 2022-02-17 15:51:53 +01:00
akka-cluster-sharding/src Fix language in akka-cluster-sharding's reference.conf (#31379) 2022-05-04 08:20:13 +02:00
akka-cluster-sharding-typed/src Exposing the shard allocation strategy for the sharded daemon process #31320 2022-08-22 09:23:30 +02:00
akka-cluster-tools/src Add null check to wrapped message types. (#31343) 2022-04-26 14:14:01 +02:00
akka-cluster-typed/src Enable some Aeron tests in nightly-builds, #31010 (#31218) 2022-03-09 07:27:31 +01:00
akka-coordination/src Fix possible NPE in ClusterShardingLeaseSpec (#31161) 2022-02-22 10:17:16 +01:00
akka-discovery/src update copyright year to 2022 (#31057) 2022-02-04 12:36:44 +01:00
akka-distributed-data/src harden ReplicatorPruningSpec (#31215) 2022-03-08 14:14:07 +01:00
akka-docs/src Use apidoc directive in stream/stream-customeze.md (#22904) (#31447) 2022-08-12 13:44:19 +02:00
akka-multi-node-testkit/src/main update copyright year to 2022 (#31057) 2022-02-04 12:36:44 +01:00
akka-osgi/src update copyright year to 2022 (#31057) 2022-02-04 12:36:44 +01:00
akka-persistence/src some minor wording updates (#31326) 2022-04-11 16:13:47 +02:00
akka-persistence-query/src Delay run-time dependency from persistence-query to remote (#31199) 2022-03-07 10:22:28 +01:00
akka-persistence-shared/src/test/scala/akka/persistence update copyright year to 2022 (#31057) 2022-02-04 12:36:44 +01:00
akka-persistence-tck/src update copyright year to 2022 (#31057) 2022-02-04 12:36:44 +01:00
akka-persistence-testkit/src add hasNoReply method on CommandResult (#31277) 2022-03-24 15:49:31 +01:00
akka-persistence-typed/src Unstash commands after handling GetState in EventSourcedBehavior (#31369) 2022-04-27 09:20:48 +02:00
akka-persistence-typed-tests/src/test Unstash commands after handling GetState in EventSourcedBehavior (#31369) 2022-04-27 09:20:48 +02:00
akka-pki/src update copyright year to 2022 (#31057) 2022-02-04 12:36:44 +01:00
akka-protobuf/src/main/java/akka/protobuf update copyright year to 2022 (#31057) 2022-02-04 12:36:44 +01:00
akka-remote/src Log stacktrace on deserialization error (#31432) 2022-06-13 09:47:25 +02:00
akka-remote-tests/src Update scala-library to 2.13.8 (#31111) 2022-02-16 09:31:21 +01:00
akka-serialization-jackson/src update copyright year to 2022 (#31057) 2022-02-04 12:36:44 +01:00
akka-slf4j/src update copyright year to 2022 (#31057) 2022-02-04 12:36:44 +01:00
akka-stream/src/main =str fix Scala 3 signature for Tcp() / AkkaSSLConfig() (#31384) 2022-08-12 15:02:06 +02:00
akka-stream-testkit/src drop assertAllStagesStopped (#31294) 2022-04-08 11:05:13 +02:00
akka-stream-tests/src/test =str fix Scala 3 signature for Tcp() / AkkaSSLConfig() (#31384) 2022-08-12 15:02:06 +02:00
akka-stream-tests-tck/src/test update copyright year to 2022 (#31057) 2022-02-04 12:36:44 +01:00
akka-stream-typed/src Added support for context propagation to ActorFlow #31308 (#31314) 2022-05-04 16:50:56 +02:00
akka-testkit/src Enable some Aeron tests in nightly-builds, #31010 (#31218) 2022-03-09 07:27:31 +01:00
kubernetes Try running Aeron tests again (#31172) 2022-02-22 12:56:29 +01:00
plugins/serialversion-remover-plugin/src/main Update headers for cross-compiled sources (#31121) 2022-02-11 13:41:21 +01:00
project Update metrics-core, metrics-jvm to 4.2.10 (#31456) 2022-07-07 08:52:19 +02:00
scripts chore: adapt link validator for Scala 2.13.8 (#31310) 2022-04-05 08:29:27 +02:00
.gitignore Run multi-node tests on fresh GKE clusters (#30570) 2021-08-27 17:40:51 +02:00
.jvmopts-ci Enable some Aeron tests in nightly-builds, #31010 (#31218) 2022-03-09 07:27:31 +01:00
.sbt-java-formatter.conf Allow opt out of code discipline (#28588) 2020-02-14 15:19:10 +01:00
.sbtopts Use GhExcludeTest in CI again (#30941) 2021-11-28 19:52:16 +01:00
.scala-steward.conf Update config to 1.4.1 (#31101) 2022-02-01 17:21:30 +01:00
.scalafix.conf Use scalafix to update scala 2.13.3, silencer 1.7.0 (#29367) 2020-12-09 09:20:13 +01:00
.scalafmt.conf =fmt Preserve line endings when format. (#31192) 2022-03-10 13:50:12 +01:00
build.sbt Fix build.sbt 'Dependencies' import (#31382) 2022-05-06 14:34:45 +02:00
CODE_OF_CONDUCT.md Update to Lightbend Community Code of Conduct 2019-08-30 18:08:47 +09:30
CONTRIBUTING.md docs: Add imports guide for contributors (#31353) 2022-04-26 12:42:28 +02:00
COPYING.protobuf
LICENSE Fix external links - sixth iteration (LICENSE) (#31020) 2021-12-28 13:43:54 +01:00
README.md =doc Add welcome to contributions (#31327) 2022-04-11 11:54:23 +02:00
RELEASING.md fix doc release instructions (#30956) 2021-12-03 11:49:39 +01:00

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, or want to shape out some ideas, the best way to make it happen is to help out by submitting a pull request implementing it. We welcome contributions from all, even you are not yet familiar with this project, We are happy to get you started, and will guide you through the process once you've submitted your PR.

akka-dependency-badge

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.