2012-09-11 09:16:17 +02:00
|
|
|
.. _experimental:
|
|
|
|
|
|
|
|
|
|
####################
|
|
|
|
|
Experimental Modules
|
|
|
|
|
####################
|
|
|
|
|
|
|
|
|
|
The following modules of Akka are marked as experimental, which means
|
2012-09-11 15:22:17 +02:00
|
|
|
that they are in early access mode, which also means that they are not
|
|
|
|
|
covered by commercial support. The purpose of releasing them early, as
|
|
|
|
|
experimental, is to make them easily available and improve based on
|
|
|
|
|
feedback, or even discover that the module wasn't useful.
|
2012-09-11 09:16:17 +02:00
|
|
|
|
|
|
|
|
An experimental module doesn't have to obey the rule of staying binary
|
2012-09-28 13:10:58 +02:00
|
|
|
compatible between micro releases. Breaking API changes may be introduced
|
2012-09-11 09:16:17 +02:00
|
|
|
in minor releases without notice as we refine and simplify based on your
|
2012-09-28 13:10:58 +02:00
|
|
|
feedback. An experimental module may be dropped in minor releases without
|
2012-09-11 09:16:17 +02:00
|
|
|
prior deprecation.
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
2012-09-22 09:21:21 +02:00
|
|
|
:maxdepth: 1
|
2012-09-11 09:16:17 +02:00
|
|
|
|
2012-09-20 21:50:35 +02:00
|
|
|
../dev/multi-node-testing
|
2014-02-24 12:11:02 +01:00
|
|
|
../java/lambda-actors
|
|
|
|
|
../java/lambda-fsm
|
2015-08-13 20:19:04 +02:00
|
|
|
../scala/persistence-query
|
|
|
|
|
../scala/typed
|
2012-09-27 15:57:46 +02:00
|
|
|
|
|
|
|
|
Another reason for marking a module as experimental is that it's too early
|
|
|
|
|
to tell if the module has a maintainer that can take the responsibility
|
|
|
|
|
of the module over time. These modules live in the ``akka-contrib`` subproject:
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
2012-09-27 17:05:27 +02:00
|
|
|
:maxdepth: 1
|
2012-09-27 15:57:46 +02:00
|
|
|
|
2012-09-27 17:05:27 +02:00
|
|
|
../contrib/index
|
2012-09-27 15:57:46 +02:00
|
|
|
|