sangche
c0867e1308
=doc #16459 change confusing FaultHandlingDocSpec in Fault Tolerance Document.
2014-12-22 23:47:05 -08:00
Sergey Krauchenia
f08f1727fb
=act, ker, rem, doc #16330 deprecate akka.util.Crypt
...
* deprecate akka.util.Crypt
* fix documentation after deprecating
2014-12-20 13:30:37 +03:00
Patrik Nordwall
edd9c2d5c6
Merge pull request #16432 from pawel-wiejacha/pawelwiejacha_16431_named_test_probes
...
+tes #16431 support for TestProbe with user-defined name
2014-12-15 14:28:45 +01:00
Patrik Nordwall
c566d5a106
per #15423 Remove deprecated features from akka-persistence
...
* remove channels
* remove View
* remove Processor
* collapse the complicated internal state management
that was spread out between Processor, Eventsourced and Recovery
* remove Recovery trait, this caused some duplication between Eventsourced
and PersistentView, but but the enhanced PersistentView will not be based
on recovery infrastructure, and therefore PersistentView code will be replaced anyway
* remove PersistentBatch
* remove LoopMessage
* remove deleteMessages of individual messages
* remove Persistent, PersistentRepr and PersistentImpl are kept
* remove processorId
* update doc sample code
* note in migration guide about persistenceId
* rename Resequencable to PersistentEnvelope
2014-12-12 16:18:47 +01:00
Chris Grieger
6bc9815705
=doc fix typo
2014-12-06 10:06:59 +01:00
Paweł Wiejacha
f480989b25
+tes #16431 support for TestProbe with user-defined name
2014-12-04 22:42:40 +01:00
Konrad 'ktoso' Malawski
73cd1d7375
+act #15163 allows to suppress certain messages from being dead-letter-ed
...
Conflicts:
akka-actor/src/main/scala/akka/actor/ActorRef.scala
2014-12-01 17:03:13 +01:00
Roland Kuhn
3cf00cecb1
Merge pull request #16386 from adamw/wip-16348-limit-alod-adamw
...
+per #16348 Limit the number of messages redelivered at each interval
2014-12-01 13:04:38 +01:00
adamw
57f67bc58c
+per #16348 Limit the number of messages redelivered at each interval
...
Helps to prevent flooding destinations which are unavailable for a long time with messages once they become available.
2014-11-30 13:30:57 +01:00
Konrad Malawski
7b83ff5f4a
Merge pull request #16365 from hicolour/fix-16364-doc-persistent-actor-recovery-customization-hicolour
...
=doc #16364 Persistent actor - clarification of the recovery cust...
2014-11-27 14:45:20 +01:00
Marek Prochera
b43f3639d6
Fix #16364 - Doc - Persistent actor - clarification of the recovery customization
2014-11-25 23:13:16 +01:00
kustosz
ebe808e50d
=doc #15489 document the possibility to see cluster member roles via JMX
2014-11-22 11:58:53 +01:00
kerr
7ddaac3961
=doc #16300 correct remote doc to right package
2014-11-14 01:21:31 +08:00
Patrik Nordwall
c0bd00409b
=doc Fix wrong rst format
2014-11-10 17:28:16 +01:00
Konrad Malawski
7e12ad4bce
Merge pull request #16240 from BPoserow/fix-fsm-timeout-docs-15542-bposerow
...
+doc #15542 Change FSM doc rst file to correctly specify None value for ...
2014-11-07 15:44:02 +01:00
Benjamin Poserow
95b737b677
+doc #15542 Change FSM doc rst file to correctly specify None value for infinite timeout rather than Duration.Inf
2014-11-06 22:43:54 -05:00
Balázs Kossovics
324dc0f0c5
=doc #16198 FSM extends Actor, not depends on it
...
The documentation incorrectly stated that FSM uses self type references
to depend on Actor, but it’s false, FSM directly extends Actor.
2014-11-03 23:43:50 +01:00
Patrik Nordwall
6800c51e56
Merge pull request #16173 from akka/wip-native-packager-patriknw
...
=doc Describe how to use microKernel with sbt-native-packager
2014-11-03 10:05:46 +01:00
Marcus Ljungblad
dd8c920280
=doc #13043 Adding section on testing parent-child relationships
2014-10-31 15:43:20 +01:00
Max Cai
3ecdf40806
=doc Describe how to use microKernel with sbt-native-packager
...
(cherry picked from commit 6a79ad1287fb776eac1cac07a8a45dc0b597cede)
Conflicts:
project/plugins.sbt
2014-10-31 11:30:05 +01:00
Ronak Buch
d6c7ac84d9
=doc fixed spelling mistake in comment
2014-10-17 04:33:38 -05:00
xuwei-k
91e53e1cb5
=doc #16000 fix tck-experimental version
2014-09-30 03:15:22 +09:00
Björn Antonsson
2be7077ae6
Merge pull request #15794 from dlpb/deliver-and-confirmDelivery-documentation-dlpb
...
=doc #15538 Updating documentation on deliver and confirmDelivery
2014-09-24 11:00:24 +02:00
Dan Brown
1f2092533c
=doc #15538 Updating documentation on deliver and confirmDelivery for Scala, Java and Lambda-java
2014-09-24 09:28:23 +01:00
Martynas Mickevičius
0d599ed859
Merge pull request #15610 from 2m/wip-bind-hostname
...
=rem #15007 add ability to bind to a different address than the remoting...
2014-09-16 09:24:12 +03:00
Martynas Mickevicius
47556a0ebf
=rem #15007 add ability to bind to a different address than the remoting waits messages from
...
This can be used to traverse NATs with the following configuration:
akka.remote.netty.tcp {
...
hostname = my-external-address.lt
bind-hostname = 192.168.1.100
}
Use Akka BoundAddressesExtension to get bound addresses
2014-09-15 18:30:12 +03:00
Konrad Malawski
8e3b73566c
Merge pull request #15836 from PiyushMishra/PiyushMishra#15830-there-is-mismatch-between-akka-docs-and-akka-API
...
#15830 fix the mismatch between akka-docs and akka API
2014-09-15 13:03:36 +02:00
Piyush Mishra
89ac86bdea
=doc#15830 fixed the mismatch between akka-docs and akka API
2014-09-14 16:05:35 +05:30
Konrad 'ktoso' Malawski
5f25eceb16
=doc #15241 ClusterRouterGroup uses actor selection, remove warning
2014-09-09 09:48:32 +02:00
Patrik Nordwall
1ffd05db49
=act #13981 Encode name of Balancing dispatcher config path
2014-08-29 12:33:18 +02:00
Viktor Klang
cd8e97c060
+act - 15757 - Reworks implementation of ActorSystem shutdown
...
* deprecates awaitTermination, shutdown and isTerminated
* introduces a terminate-method that returns a Future[Unit]
* introduces a whenTerminated-method that returns a Future[Unit]
* simplifies the implementation by removing blocking constructs
* adds tests for terminate() and whenTerminated
2014-08-25 15:49:28 +02:00
Stanislav Savulchik
c314f99481
=doc Improve formatting in scala actors.rst
2014-08-22 16:51:18 +07:00
Roland Kuhn
296f5a7cab
Merge pull request #15503 from akka/wip-15501-add-bounded-nonblocking-mpmc-mailbox-√
...
+act - #15501 - Adding support for a Non-blocking, bounded, MPMC mailbox...
2014-08-20 16:05:57 +02:00
Martynas Mickevičius
200d6eb0d3
Merge pull request #15627 from 2m/udp-proto-family
...
!act #15626 expose DatagramChannel creation in SocketOption
2014-08-19 15:25:51 +03:00
Martynas Mickevicius
325e05ee27
!act #15626 expose DatagramChannel creation in DatagramChannelCreator
...
* move channel creation logic to a separate trait
* new Java API: AbstractSocketOption
2014-08-19 14:02:23 +03:00
Patrik Nordwall
813543e8f8
+act,slf #11715 Add configurable LoggingFilter
...
* The filter is used by the LoggingAdapter before publishing
to the event bus
* Slf4jLoggingFilter uses backend log level configuration
(e.g. logback.xml)
2014-08-11 20:08:44 +02:00
Viktor Klang
945fde4294
+act - #15501 - Adding support for a Non-blocking, bounded, MPMC mailbox called 'NonBlockingBoundedMailbox'
2014-08-08 14:20:39 +02:00
Stanislav Savulchik
f807d312f6
=doc Fix typo in scala remoting.rst
2014-08-06 15:38:52 +07:00
Konrad 'ktoso' Malawski
9ae039c2cf
=doc #15565 improved wording in cluster-usage docs
2014-08-05 16:30:55 +02:00
Krzysztof Janosz
1658f96862
+act #13004 Adding TailChopping router
2014-07-29 20:27:03 +02:00
Łukasz Dubiel
2c88bb1169
=act #13970 Send transistion on goto(CurrentState) in FSM
...
When in `A`:
* `goto(A)` will trigger `onTransition(A -> A)`
* `stay()` will NOT trigger `onTransition`
Includes:
* migration guide
* docs updates
* test
2014-07-18 17:36:55 +02:00
Konrad Malawski
975e5d1455
Merge pull request #15541 from ktoso/port-doc-typed-router-ktoso
...
+doc #15537 add Typed router pattern (for validation)
2014-07-15 12:07:34 +02:00
Konrad 'ktoso' Malawski
ba2411833a
+doc #15537 add Typed router pattern
...
Conflicts:
akka-docs/rst/scala/code/docs/persistence/PersistenceDocSpec.scala
2014-07-15 10:22:23 +02:00
Konrad 'ktoso' Malawski
90bc347607
+per #13815 akka-persistence-tck based on @krasserm's work
...
Original here: https://github.com/krasserm/akka-persistence-testkit
New features:
* merged martin's tests
* usable from java (junit 4)
* simple bench test, which helps checking if ordering is perserved under
bigger workloads and simple perf checking
* does NOT include tests for already deprecated features (deleteMessages)
* docs
Resolves #13815
Conflicts:
project/AkkaBuild.scala
2014-07-14 19:39:30 +02:00
Michal Knapik
7ca3a9699e
+tes #12681 add EchoActor
2014-07-11 11:16:35 +02:00
Konrad Malawski
5cc9eb2a88
Merge pull request #15478 from kanerogers/patch-1
...
Add import for TestProbe
2014-07-07 15:48:56 +02:00
Tair Sabirgaliev
a919fd1942
=doc fixed minor typo
2014-07-07 03:54:53 +06:00
Pavel Zalunin
f730b60bd9
=doc,sam RecoveryCompleted handled by receiveRecover typo
2014-07-03 13:58:14 +03:00
Kane Rogers
e62610bbd7
Add import for TestProbe
...
The example for TestProbe doesn't seem to work very well without the TestProbe class imported. :-(
2014-07-02 12:55:48 +10:00
Patrik Nordwall
9a4425ed19
=per Fix minor doc issues
...
(cherry picked from commit 45c07e1f2f131e70a03b82803f11fd390572ccba)
2014-06-28 17:33:08 +02:00