No description
Find a file
2015-09-16 10:52:03 +02:00
akka-actor =rem #13783 Make ProtobufSerializer independent of protobuf version 2015-09-04 09:12:34 +02:00
akka-actor-tests +act #16629 Possibility to receive messages that not reset receiveTimeout 2015-08-19 15:29:22 +02:00
akka-agent =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
akka-bench-jmh +per #17894 Support Future(Nil) in asyncWriteMessages 2015-08-12 13:54:29 +02:00
akka-camel =doc #17329 Fixed and normalized spellings in ScalaDoc and comments 2015-06-02 21:06:25 -07:00
akka-cluster =clu #13584 mark as experimental and some doc clarificiations 2015-09-04 14:09:41 +02:00
akka-cluster-metrics =clu #13584 mark as experimental and some doc clarificiations 2015-09-04 14:09:41 +02:00
akka-cluster-sharding Merge pull request #18324 from akka/wip-15646-sharding-initial-watch-patriknw 2015-09-04 12:02:17 +02:00
akka-cluster-tools =clu #13584 mark as experimental and some doc clarificiations 2015-09-04 14:09:41 +02:00
akka-contrib =con #17670 Fix potential ReceivePipeline MatchError 2015-08-18 17:55:02 +01:00
akka-distributed-data =all #13783 replace protobuf dependency by embedded version 2015-09-04 09:06:50 +02:00
akka-docs =per #18228 Convert Persistence schema evolution guide to Java 2015-09-16 10:52:03 +02:00
akka-kernel =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
akka-multi-node-testkit =all #13783 replace protobuf dependency by embedded version 2015-09-04 09:06:50 +02:00
akka-osgi =doc #17329 Fixed and normalized spellings in ScalaDoc and comments 2015-06-02 21:06:25 -07:00
akka-persistence =per #18342 Improve docs for leveldb plugin config 2015-09-04 11:49:00 +02:00
akka-persistence-query !per #18360 Move Tagged to akka.persistence.journal 2015-09-01 08:15:01 +02:00
akka-persistence-tck fix Fix JournalSpec: swap AtomicWrite(Seq) with Seq(AtomicWrite) 2015-08-31 08:01:27 +03:00
akka-protobuf =all #13783 replace protobuf dependency by embedded version 2015-09-04 09:06:50 +02:00
akka-remote =rem #13783 Make ProtobufSerializer independent of protobuf version 2015-09-04 09:12:34 +02:00
akka-remote-tests =rem remove unused code 2015-08-23 02:13:37 +12:00
akka-samples =clu #13802 Introduce max-total-nr-of-instances for cluster aware routers 2015-08-21 14:51:59 +02:00
akka-slf4j =doc remove duplicated word typos 2015-07-01 23:48:17 +02:00
akka-stream/src !per #17518 harmonize and document failure handling in persistence 2015-07-07 14:50:42 +02:00
akka-testkit +tes #13980 #17276 #18077 Added missing overloads on TestActorRef 2015-07-28 20:49:44 +01:00
akka-typed move StepWise into tests and deprecate 2015-06-29 10:33:17 +02:00
project =pro workaround for scalaunidoc:doc issues 2015-09-04 16:01:01 +02:00
scripts =pro Update url in publish samples script 2015-08-14 16:36:43 +02:00
src/main/ls
.gitignore =cdd #17779 Create activator template for Distributed Data 2015-06-30 08:08:43 +02:00
build.sbt =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
CONTRIBUTING.md Update CONTRIBUTING.md 2015-06-22 15:12:23 +02:00
COPYING.protobuf =all #13783 replace protobuf dependency by embedded version 2015-09-04 09:06:50 +02:00
LICENSE =all #13783 replace protobuf dependency by embedded version 2015-09-04 09:06:50 +02:00
README.md switch README from textile to markdown and freshen it up 2015-04-16 22:10:32 +02:00

Akka

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.

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.

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

Learn more at akka.io. Join the akka-user mailing list. Follow @akkateam on twitter.

Gitter