No description
Find a file
Ignasi Marimon-Clos c287fff034
k8s-friendly SSLEngine provider (simplified) (#29152)
Co-authored-by: Arnout Engelen <github@bzzt.net>
Co-authored-by: James Roper <james@jazzy.id.au>
2020-06-05 17:34:44 +02:00
.github
akka-actor/src/main Merge branch 'master' into actor-ref-provider-logging 2020-05-29 08:57:39 +02:00
akka-actor-testkit-typed/src Detect illegal access to ActorContext from the outside (#27112) 2020-05-22 17:23:02 +02:00
akka-actor-tests/src/test Extend backoff supervision with custom message handling #29082 (#29083) 2020-05-28 13:15:46 +02:00
akka-actor-typed/src/main Detect illegal access to ActorContext from the outside (#27112) 2020-05-22 17:23:02 +02:00
akka-actor-typed-tests/src/test Merge branch 'master' into actor-ref-provider-logging 2020-05-29 08:57:39 +02:00
akka-bench-jmh add lz4 compression for jackson (#29012) 2020-05-22 13:37:22 +02:00
akka-cluster Telemetry SPI hooks for SBR decision, #29085 2020-05-28 08:52:22 +02:00
akka-cluster-metrics/src update protobuf 3.11.4 2020-05-06 11:05:30 +02:00
akka-cluster-sharding/src Don't allocate to terminated regions, #29131 2020-05-27 11:09:59 +02:00
akka-cluster-sharding-typed/src All I want to do, is make MiMa happy 🎶 2020-06-04 17:49:10 +02:00
akka-cluster-tools/src Add Lightbend's SBR to Akka Cluster, #29085 (#29099) 2020-05-25 12:21:13 +02:00
akka-cluster-typed/src Add Lightbend's SBR to Akka Cluster, #29085 (#29099) 2020-05-25 12:21:13 +02:00
akka-coordination/src Add Lightbend's SBR to Akka Cluster, #29085 (#29099) 2020-05-25 12:21:13 +02:00
akka-discovery/src
akka-distributed-data/src Add type annotation for public method (#29184) 2020-06-05 10:42:11 +02:00
akka-docs/src Link to new Kubernetes deployment guide (#29187) 2020-06-05 11:35:24 +01:00
akka-multi-node-testkit/src/main update protobuf 3.11.4 2020-05-06 11:05:30 +02:00
akka-osgi/src
akka-persistence/src update protobuf 3.11.4 2020-05-06 11:05:30 +02:00
akka-persistence-query/src
akka-persistence-shared/src/test/scala/akka/persistence
akka-persistence-tck/src
akka-persistence-testkit/src =build Fix commandAlias for fixall and sortImports (#28984) 2020-05-11 11:47:33 +02:00
akka-persistence-typed/src fix wrong lastSequenceNumber, #28976 (#29128) 2020-05-26 17:17:30 +02:00
akka-pki/src Adds support to read PEM keys (#29039) 2020-05-16 18:09:24 -04:00
akka-protobuf/src/main/java/akka/protobuf
akka-remote/src k8s-friendly SSLEngine provider (simplified) (#29152) 2020-06-05 17:34:44 +02:00
akka-remote-tests/src update protobuf 3.11.4 2020-05-06 11:05:30 +02:00
akka-serialization-jackson/src add lz4 compression for jackson (#29012) 2020-05-22 13:37:22 +02:00
akka-slf4j/src
akka-stream/src/main Docs: WithContext (#29088) 2020-06-05 11:31:10 +02:00
akka-stream-testkit/src
akka-stream-tests/src/test stream: run TlsSpec for TLSv1.3 on jdk >= 11 2020-05-27 15:03:06 +02:00
akka-stream-tests-tck/src/test
akka-stream-typed/src Merge pull request #28762 from ennru/stream-docs-ask 2020-04-28 16:37:29 +02:00
akka-testkit/src
project k8s-friendly SSLEngine provider (simplified) (#29152) 2020-06-05 17:34:44 +02:00
scripts
src/main/ls
.gitignore
.jvmopts-travis
.sbt-java-formatter.conf
.sbtopts
.scala-steward.conf Scala Steward once per once 2020-05-25 15:17:56 +02:00
.scalafix.conf =build Fix commandAlias for fixall and sortImports (#28984) 2020-05-11 11:47:33 +02:00
.scalafmt.conf
.travis.yml
build.sbt k8s-friendly SSLEngine provider (simplified) (#29152) 2020-06-05 17:34:44 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Fix grammar in CONTRIBUTING.md (#29042) 2020-05-08 08:05:34 +02:00
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.