No description
Find a file
Patrik Nordwall a45f31cecb Merge pull request #18490 from akka/wip-16948-singleton-retries-patriknw
=clt #16948 Use min retries for singleton leaving scenario
2015-09-17 10:39:19 +02:00
akka-actor Merge pull request #18446 from akka/wip-18346-doc-scheduler-patriknw 2015-09-16 12:21:50 +02:00
akka-actor-tests =act #18346 Document scheduler task throws 2015-09-10 17:03:18 +02:00
akka-agent =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
akka-bench-jmh =ben #15693 Sync benchmarks from release-2.3 branch 2015-09-11 17:02:04 +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 #18245 Improve registerOnMemberRemoved example 2015-09-11 16:36:25 +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 #18445 from akka/wip-18370-sharding-supervision-patriknw 2015-09-16 12:59:37 +02:00
akka-cluster-tools Merge pull request #18490 from akka/wip-16948-singleton-retries-patriknw 2015-09-17 10:39:19 +02:00
akka-contrib =con bind the contrib tests to random open port 2015-09-14 11:46:21 +02:00
akka-distributed-data =all #13783 replace protobuf dependency by embedded version 2015-09-04 09:06:50 +02:00
akka-docs =doc 17371 avoid using awdl0 interface in tests 2015-09-16 16:06:09 +02:00
akka-kernel =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
akka-multi-node-testkit =mnt #17317 Harden reconnect when attaching to test conductor 2015-09-09 10:37:03 +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 #16528 improved persistent actor stash test coverage 2015-09-16 15:27:43 +02:00
akka-persistence-query !per #18050 Make event adapter lookup more efficient 2015-09-10 19:48:57 +02:00
akka-persistence-tck fix Fix JournalSpec: swap AtomicWrite(Seq) with Seq(AtomicWrite) 2015-08-31 08:01:27 +03:00
akka-protobuf =pro #18404 Remove jmh from akka-protobuf 2015-09-07 09:27:27 +02:00
akka-remote =rem #13783 Make ProtobufSerializer independent of protobuf version 2015-09-04 09:12:34 +02:00
akka-remote-tests =rem #17556 Do not fail if identity or terminated arrives 2015-09-09 16:02:54 +02:00
akka-samples =sam update leveldb dependencies and doc links 2015-09-15 15:39:45 +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 Merge pull request #18423 from akka/wip-15399-TestKitBase-doc-patriknw 2015-09-09 19:04:13 +02:00
akka-typed move StepWise into tests and deprecate 2015-06-29 10:33:17 +02:00
project =pro #18408 Update to Scala 2.11.7 2015-09-08 14:38:09 +02:00
scripts =pro Update url in publish samples script 2015-08-14 16:36:43 +02:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.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