Commit graph

20053 commits

Author SHA1 Message Date
Ortigali
db482180b6 Removing floating point arithmetic in LARS.roundUp method (#21473) 2016-10-18 12:38:52 +02:00
Johannes Rudolph
5b1966aefb =doc fix typo 2016-10-18 12:23:58 +02:00
Falmarri
a28d2c579f Added a flag on takeWhile to allow it to include the final element, #21330 2016-10-18 12:02:59 +02:00
Kirill Yankov
7eb660b497 Add expectNextChainingPF method to streams testkit #21614 (#21617)
Add expectNextChainingPF method to streams testkit #21614

Improved error messages on expectNextPf, expectNextPfChaining, expectEventPF
2016-10-17 18:08:09 +03: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
Spencer Judge
60bea26171 20597 - Make BackoffSupervisor respect OneForOneStrategy's maxNumRetries property (#20772)
* Added support for withinTimeRange property of OneForOneSupervisor to BackoffSupervisor
2016-10-17 15:22:32 +02:00
Patrik Nordwall
32246ca163 Merge pull request #21682 from akka/wip-21583-aeron-1.0.2-patriknw
update to Aeron 1.0.2, #21583
2016-10-17 13:58:46 +02:00
Johan Andrén
3c53ad5bc0 Failing tcp spec fix #21377 2016-10-17 13:17:37 +02:00
monkey-mas
1a6fb98e78 =act add benchmark of ByteString#take(...) (#21540)
* =act add benchmark of ByteString#take(...)

Added a benchmark code to measure use-case performance.

ref. https://github.com/akka/akka/pull/21438

* Corrected benchmark code
2016-10-17 13:11:26 +02:00
Martynas Mickevičius
1e85e1720c #17717 handle OnComplete in ActorSubscriber doc samples 2016-10-17 11:07:40 +02:00
Patrik Nordwall
6c78874a88 update to Aeron 1.0.2, #21583
* important bug fix in Aeron: real-logic/Aeron#281
2016-10-17 10:23:30 +02:00
Vsevolod Belousov
0e60020c58 fold async emits zero given an empty stream #21562 2016-10-17 09:02:54 +02:00
Nafer Sanabria
0b9a5026a0 Remove unnecesary s when printing unit times (#21637) 2016-10-13 12:35:20 +02:00
Boris Korogvich
b690cc049e Improve akka-stream docs (missing an) (#21649) 2016-10-13 11:41:33 +02:00
Patrik Nordwall
ce22f0a364 Merge pull request #21611 from akka/wip-21610-clock-patriknw
use the implicit clock parameter in LWWRegister.withValue, #21610
2016-10-11 12:28:29 +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
olbpetersson
0a01a6a58d Updated akka-sample-persistence-java tutorial documentation. Solves issue #21641 (#21643)
- Removed ProcessorFailureExample reference to be in sync with the code example
  - Added a section on command sourcing
  - Small fix in the event source section to match the command sourced paragraph
2016-10-09 11:24:07 -05:00
Niko Will
5fe950e694 Adding protobuf serialization for SendToOneSubscriber (cluster pubsub) #21629 2016-10-08 16:09:29 -05:00
Richard Imaoka
55729bdbbf Doc - Add warning note about persistence message deletion (#21486) 2016-10-08 16:07:06 -05:00
Martynas Mickevičius
224ca30331 Merge pull request #21636 from johanandren/wip-make-decimal-test-case-use-decimal-johanandren
Minimal test fix (integer -> decimal)
2016-10-08 10:09:34 -05:00
Johan Andrén
ef7361c341 Minimal test fix (integer -> decimal) 2016-10-07 16:59:11 -05:00
Guido Medina
6d86ece337 minParkNanos is declared but not used, instead constant 1 was used (#21634) 2016-10-07 13:50:11 -05:00
monkey-mas
19dbe9a487 =act clean up ByteString#drop(...) (#21440)
* =act clean up ByteString#drop(...)

Current implementation has a good algorithm but seems a little bit complicated.

Clening-up does not suffer the performance (actually seems to have the better
performance when dropping(N-1)) where N is the length, and is easy to understand
almost the same algorithm now.

* Change private[akka] to priavte

* Rename go(...) and some variables

They should be easy for us to understand what they are.

* Add benchmark of ByteString#drop(...)
2016-10-05 09:25:34 -05:00
Ortigali
cc845c84b0 #17174 add support various log level for LoggingReceive (#21578)
* add support various log level for LoggingReceive #17174

* fix binary compatibility #17174
2016-10-04 18:20:27 -05:00
matsu-chara
12c81e4a41 DirectBufferPool.tryCleanDirectByteBuffer always failed #21622 2016-10-04 15:19:31 -05:00
Stefano Bonetti
0f71b841b5 Include parallelism in mapAsyncUnordered docs #21556 2016-10-04 15:18:08 -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
0cbe43036c use the implicit clock parameter in LWWRegister.withValue, #21610 2016-10-03 06:40:16 -05:00
monkey-mas
6fea2f3526 Upgrade sbt-jmh to 0.2.16 (#21589) 2016-10-01 19:11:13 +02:00
Patrik Nordwall
bda93d23cb Merge pull request #21595 from akka/wip-minor-patriknw
shortname for provider config, #20649
2016-09-30 19:14:44 +02:00
Patrik Nordwall
f204208be5 Merge pull request #21606 from akka/wip-21209-docs-java-patriknw
java docs for Artery, #21209
2016-09-30 19:12:46 +02: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
Johan Andrén
ed6c93adea Do not reference remote settings directly as it breaks if remoting is not on classpath (#21604) 2016-09-30 15:33:50 +02:00
Patrik Nordwall
aeffb380fc Merge pull request #21598 from akka/wip-21594-longUid-patriknw
use longUid in ClusterRemoteWatcher, #21594
2016-09-30 14:43:17 +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