Konrad Malawski
d1d4985950
!agnt #21423 agents to be deprecated ( #21913 )
2016-11-30 15:00:09 +01:00
Johan "Party Cannon" Andrén
267f31149c
Lazy source ( #21081 )
2016-11-25 16:25:26 +01:00
Tal Pressman
514dfd8058
=doc update reference to resolveOneCS in Java documentation ( #21726 ) ( #21890 )
2016-11-24 11:24:42 +01:00
kenji yoshida
aebfda540d
=doc fix double 'the' in some docs ( #21881 )
2016-11-22 02:14:37 +01:00
Patrik Nordwall
ea84b4bfdd
add LoadSnapshotFailed in snapshot protocol, #21842
...
* treat snapshot load failure in same way as other recovery failures
* if load of snapshot fails the persistent actor will be stopped, since
we can't assume that a consistent state would be recovered just by
replaying all events, since events may have been deleted
* additional recovery docs
* improve log message
2016-11-18 10:51:35 +01:00
Nafer Sanabria
a5e94dd3ed
doc update deprecated documentation of FileIO ( #21860 )
2016-11-18 10:28:47 +01:00
Olli Helenius
658b46e1cc
Move (de)compression helpers to akka-stream module #21395 ( #21409 )
...
* Move (de)compression helpers to akka-stream #21395
* Move compression and decompression -related classes from
akka-http-experimental to akka-stream
* Add Compression helper object with functions to create
decompressing Flows
* Add a short cookbook entry
* =str move compression impl classes into their own directory (and change visibility)
* =str also expose gzip/deflate compression flows
* Fix formatting of plural ByteStrings in cookbook
* =str #21395 make compressor call Deflater.end in postStop to release resources
Also simplified the creation of the flow given a compressor.
* =str #21395 decompressors call Inflater.end in postStop to release resources
* =str #21395 smallish Scaladoc fixes
2016-11-17 22:42:37 +01:00
Olli Helenius
163f0f9727
Fix formatting of plural ByteStrings in docs ( #21792 )
2016-11-17 12:31:44 +01:00
Patrik Nordwall
9c087d115e
fix AgentDocTest ( #21814 )
2016-11-11 12:05:19 -08:00
Patrik Nordwall
4dd969c0ae
remove template pattern in howto docs ( #21808 )
2016-11-09 20:13:19 +01:00
Patrik Nordwall
4f013a3d1e
avoid infinite blocking in TcpConnectionSpec #21375
...
* use socket timeout
* additional cleanup of socket utils
2016-11-09 17:36:04 +01:00
Olli Helenius
9390519b09
Add a note about RecoveryCompleted for new actors
2016-11-04 15:32:24 +02:00
Patrik Nordwall
9cb7839829
fix enable-additional-serialization-bindings docs ( #21769 )
...
* the config block was not shown
* also fixed several other mistakes
2016-11-01 18:00:29 +01:00
Konrad Malawski
0127d4f424
+str #18793 StageLogging that allows logger access in stages ( #21696 )
...
* +str #18793 StageLogging that allows logger access in stages
Also, non ActorMaterializers can opt-into providing a logger here.
* +str #18794 add javadsl for StageLogging
* fix missing test method on compile only class
2016-10-28 16:05:56 +02:00
Patrik Nordwall
141318e60a
shard coordinator should wait until min-members regions registered, #21194
2016-10-28 15:49:21 +02:00
Konrad Malawski
a0e2286b70
+doc #21668 better docs for configuring ssl ( #21730 )
...
* +doc #21668 better docs for configuring ssl
* address some comments, need to address the rest
2016-10-28 14:58:32 +02:00
Johan Andrén
33ece118a8
New EventEnvelope including Offset rather than Long #21722
2016-10-27 15:32:10 +02:00
Konrad Malawski
3951cf4e68
+slf,act #21671 allow using Markers with LoggingAdapter ( #21707 )
...
* +slf,act #21671 allow using Markers with LoggingAdapter
* +slf,act #21671 allow using Markers with LoggingAdapter
* improve compatibility
* add docs
* address review comments
* actually print the marker
2016-10-27 15:07:59 +02:00
Patrik Nordwall
aa8c253d14
improve streams actor integration docs, #21698 ( #21700 )
...
* mapAsync + ask should be the first choice
* add missing Source.queue
* prefer actorRefWithAck
* move ActorPublisher and ActorSubscriber to the end
with additional warning
* fix wrong doc of SourceQueue offer
* and add missing java api
2016-10-26 10:24:51 +02:00
Konrad Malawski
ad3ef5982c
+rem remote deployment whitelist feature ( #21676 )
...
* +rem remote deployment whitelist feature (initial commit)
+rem remote deployment whitelist feature (initial commit)
* +doc,rem added docs on remoting whitelist
* Update remoting.rst
* Update remoting.rst
2016-10-24 13:44:15 +02:00
Konrad Malawski
46f7eef3d9
+doc add missing java documentation for scanAsync/foldAsync ( #21701 )
...
* +doc add missing java documentation for scanAsync/foldAsync
=doc fix formatting in stages overview (scanAsync/foldAsync)
* Future => CompletionStage
2016-10-24 13:31:47 +02:00
Patrik Nordwall
f49dc3eae8
Merge pull request #21715 from wojtasskorcz/wip-mutable-syntax-for-receive-builder
...
Make ReceiveBuilder a real mutable builder #18894
2016-10-24 13:30:06 +02:00
Richard Imaoka
afa92f9209
Add DistributedPubSub message guarantee in doc ( Fixes #21441 ) ( #21713 )
2016-10-24 12:21:07 +02:00
Wojciech Grajewski
7eb4afc475
Adding create() to ReceiveBuilder to promote a builder-like syntax #18894
2016-10-23 22:35:18 +02:00
Konrad Malawski
385ea37497
+doc,per #21689 document calling persist() in Future is unsafe ( #21699 )
...
* +doc,per #21689 document calling persist() in Future is unsafe
* Update persistence.rst
* Update persistence.rst
2016-10-21 16:36:11 +02:00
Konrad Malawski
a6a5556a8f
Remove Akka-HTTP sources from akka/akka, moving to akka/akka-http! ( #21690 )
2016-10-18 15:17:17 +02:00
Richard Imaoka
375c032604
eventsByTag and currentEventsByTag to use Offset ( #21615 )
...
* EventsByTagQuery2 and CurrentEventsByTagQuery2 to keep binary compatibility
2016-10-17 16:45:27 +02:00
Martynas Mickevičius
1e85e1720c
#17717 handle OnComplete in ActorSubscriber doc samples
2016-10-17 11:07:40 +02:00
Patrik Nordwall
66ee87efb0
Merge pull request #21612 from akka/wip-18434-LWWRegister-doc-patriknw
...
clock clarification for LWWRegister, #18434
2016-10-11 12:27:53 +02:00
Richard Imaoka
55729bdbbf
Doc - Add warning note about persistence message deletion ( #21486 )
2016-10-08 16:07:06 -05:00
Patrik Nordwall
8ac24dfcfe
clock clarification for LWWRegister, #18434
...
* it's safe to use from Cluster Singleton
2016-10-03 07:02:32 -05:00
Patrik Nordwall
7af814d3df
java docs for Artery, #21209
...
* and a few other things
* fixed some remaining akka.tcp
2016-09-30 19:11:21 +02:00
Patrik Nordwall
6d64e49e3a
Merge pull request #21605 from ktoso/wip-bytebuf-serial
...
+doc document ByteBufferSerializer for Artery #21601
2016-09-30 17:38:11 +02:00
Konrad Malawski
e7ed0a2e6b
+doc document ByteBufferSerializer for Artery #21601
2016-09-30 16:16:49 +02:00
Konrad Malawski
f4e16dcc55
+doc removing java serialization in java ref docs ( #21603 )
2016-09-30 16:04:22 +02:00
Richard Imaoka
27f8f0f4fd
doc Refer to the Streams section from TCP stream ( #21436 )
...
* Fix cross-reference in stream-io.rst
* Add images for streams-io.rst
2016-09-30 14:28:53 +02:00
Patrik Nordwall
13974c7358
Merge pull request #21503 from jgordijn/wip-fix-typo-in-dd-doc
...
doc - Change WeaklyUp is used in DD #21502
2016-09-30 14:25:44 +02:00
Patrik Nordwall
f8c68a9534
remove docs about pluggable transports from old docs, #21209
2016-09-30 12:13:08 +02:00
Patrik Nordwall
54f5b836fc
Merge branch 'master' into wip-merge-to-master-patriknw
2016-09-29 13:56:37 +02:00
Patrik Nordwall
ddb2b5cd28
fix typo in futures.rst ( #21536 )
2016-09-23 18:20:28 +02:00
Jeroen Gordijn
a18b59f0dc
Change doc: reflect WeaklyUp is used in DD #21502
2016-09-22 09:53:14 +02:00
Nafer Sanabria
94d7237d17
+str add zipWithIndex to FlowOps #21290
2016-09-21 08:41:56 +02:00
Richard Imaoka
98bfbbb4b3
Add documentation for ReplayFilter #20301
2016-09-12 16:18:06 +02:00
Patrik Nordwall
e8ce261faf
Merge branch 'master' into wip-sync-2.4.10-patriknw
2016-09-09 14:12:16 +02:00
Richard S. Imaoka
e35c8b0d31
Comment on persistenceId uniqueness ( #21060 )
2016-09-06 14:20:48 +09:00
Hawstein
b9a05aff96
add java api for websocket testkit #21184
...
And additionally adds unit test for WebSocketDirectives #20466
2016-09-02 13:28:49 +02:00
Patrik Nordwall
0a75f992e4
Update links to Lightbend RPv2, more warnings about auto-down
2016-09-02 10:26:47 +02:00
Jan Ypma
09f2d83e69
+tes #21198 Allow TestActor/TestKit/TestProbe to create child actors
...
This is useful in at least two scenarios:
- Unit testing actors that communicate to their parent directly
- Testing re-creating (typically persistent) actors with the same name
2016-09-01 11:38:07 +02:00
drewhk
4821fb158e
#20904 : Increase timeouts in TestKitDoc tests, use Sink.seq ( #21260 )
2016-08-31 17:20:05 +01:00
Patrik Nordwall
90cce8579a
Merge branch 'master' into wip-sync-artery-dev-patriknw
2016-08-31 08:59:49 +02:00