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
Johannes Rudolph
5b1966aefb
=doc fix typo
2016-10-18 12:23:58 +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
Mateus Dubiela Oliveira
c3abde60d5
Add scanAsync to Akka Streams, similar to scan but taking a Future ( #21553 )
...
* Add comprehensive tests
* Add documentation
* Damn comma after rebase
* Add documentation for foldAsync and scanAsync
* Rename aggreator and aggreating to current
* Remove out availability check
* Revert removing out and some refactors
* Formatting documentation
* Use after instead of Promise in test
* Use package reference to after and some refactoring
2016-10-17 16:43:11 +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
4a4f9c76f9
Merge pull request #21602 from drewhk/wip-21209-reorganize-remote-config-docs-drewhk
...
#21209 : Reorganized remote reference.conf and its docs
2016-09-30 18:16:47 +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
Konrad Malawski
5ea6ebf785
+doc document how to disable java serialization ( #21601 )
2016-09-30 14:42:12 +02:00
Endre Sándor Varga
be1e7ad967
#21209 : Reorganized remote reference.conf and its docs
2016-09-30 14:30:05 +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
drewhk
bfc9da4b2a
Merge pull request #21599 from drewhk/wip-21209-afr-docs-drewhk
...
#21209 : Added docs for AFR
2016-09-30 12:50:02 +02:00
Endre Sándor Varga
99363cce45
#21209 : Added docs for AFR
2016-09-30 12:49:28 +02:00
Patrik Nordwall
768ca37d53
Merge pull request #21600 from akka/wip-21209-artery-docs2-patriknw
...
docs for media driver, #21209
2016-09-30 12:45:44 +02:00
Patrik Nordwall
261288c7db
docs for media driver, #21209
2016-09-30 12:13:28 +02:00
Patrik Nordwall
f8c68a9534
remove docs about pluggable transports from old docs, #21209
2016-09-30 12:13:08 +02:00
drewhk
9e1ed4c7fb
Merge pull request #21591 from drewhk/wip-21209-artery-docs-additions-drewhk
...
#21209 : Added docs for cpu-idle and large messages
2016-09-30 11:16:02 +02:00
Endre Sándor Varga
4112206974
#21209 : Added docs for cpu-idle and large messages
2016-09-30 11:10:56 +02:00
Patrik Nordwall
a28e21e99d
Merge pull request #21593 from akka/wip-artery-docs-patriknw
...
Artery docs for Quarantine
2016-09-30 11:04:45 +02:00
Patrik Nordwall
ce33fec7e1
Artery docs for Quarantine, #21209
2016-09-30 11:03:43 +02:00
Roland Kuhn
bf928af092
remove Props in akka-typed
...
The deployment configuration is realized as an internally linked list,
which makes it allocation-free in the common case but retains full
extensibility.
2016-09-30 07:47:50 +02:00
Patrik Nordwall
577f43233a
Merge pull request #21587 from akka/wip-merge-to-master-patriknw
...
Merge Artery into master
2016-09-29 15:45:27 +02:00
drewhk
a0f2120e8b
Merge pull request #21588 from drewhk/wip-21209-artery-docs-skeleton2-drewhk
...
#21209 : Skeleton for Artery docs
2016-09-29 15:08:09 +02:00
Endre Sándor Varga
496297c52f
#21209 : Skeleton for Artery docs
2016-09-29 14:58:42 +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
Johan Andrén
75bbd7d00b
-doc Remove stale other language bindings doc page #21426 ( #21432 )
2016-09-12 11:59:38 +02:00
Patrik Nordwall
e8ce261faf
Merge branch 'master' into wip-sync-2.4.10-patriknw
2016-09-09 14:12:16 +02:00
Roland Kuhn
320271cc31
new implementation for Akka Typed #21131
...
This is the first step towards a completely new and optimized actor
implementation for Akka Typed. The full previously existing test suite
passes for both implementations. The following is an incomplete list of
things that remain to be done:
* document the semantic differences between untyped and typed, in
particular around actor restarts and the delivery ordering guarantees
for Terminated messages (also document the difference between
ActorSystemImpl and ActorSystemAdapter)
* implement EventStream and logging—this currently just delegates to an
extra untyped ActorSystem (of course To Be Fixed)
* implement dispatcher selection
* implement and test queue size limitation
* implement optimized message queue instead of CLQ (for zero-allocation
messaging)
* clean up test log output (something does not work with TestEventListener
and EventFilter for ActorSystemImpl tests)
* document the capabilities (or more appropriately: the limitations) of
interoperability between ActorSystemImpl and ActorSystemAdapter
* fix ActorPath UID generation (i.e. make sure that everything gets a
meaningful value instead of zero)
* re-evaluate throughput/rescheduling logic in ActorCell
Oh, and by the way: as per PerformanceSpec (doing simple ping-pong) the
new implementation is ca. 30% faster than the adapter over akka-actor
:-)
2016-09-08 10:10:35 +02:00