Commit graph

268 commits

Author SHA1 Message Date
Patrik Nordwall
a5db7bc950
Merge pull request #23978 from moogpwns/doc-23966-getting-started-snppet
Docs - Java snippets for Getting Started Guide Part 4 #23966
2017-11-17 12:21:10 +01:00
Arnout Engelen
26cd916d98 Make imports explicit in timer example (#24010) 2017-11-17 08:07:37 +00:00
Oleg Skovpen
ef515976e9 Fix typo (#24008) 2017-11-16 10:22:55 +09:00
Mark James
711ac5730b Docs - re-order Java snippet delimiters for Getting Started Guide Part 4 #23966 2017-11-14 00:50:29 +01:00
nachinius
53bbd5ab5f Allow RestartSource.withBackoff to restart only on failures #23881 (#23911)
* Allow RestartSource.withBackoff to restart only on failures #23881
2017-11-13 13:47:27 +01:00
Konrad `ktoso` Malawski
fcc11ef311
=doc fix ssl-config link (#23897) 2017-11-13 16:41:31 +09:00
Patrik Nordwall
6b41c80f9b Simplify Artery remote deployment and make inbound-lanes=4 default, #21422
* DaemonMsgCreate is not a system message. We send it over the control
  stream because remote deployment process depends on message ordering
  for DaemonMsgCreate and Watch messages. That is all good.
* We also send DaemonMsgCreate over the ordinary message stream (all
  outbound lanes) so that the first ordinary message that is sent to
  the ref does not arrive before the actor is created. This is not needed,
  since the retried resolve in the Decoder will take care of that anyway.
* Inbound lanes were not covered, but not needed.
* Then the deduplication of DaemonMsgCreate messages in  RemoteSystemDaemon
  is not needed.
* Added some more tests for these things.
* describe lanes in reference docs
2017-11-11 10:30:39 +01:00
danischroeter
e7bbbdf8ed Provide access to known shard types #23912 (#23913)
* Provide access to known shard types #23912

* applied format
2017-11-11 08:25:33 +09:00
Kirill Yankov
31db13a99c Multi-jvm testing docs improved #23954 (#23957)
* multi-jvm testing docs improved #23954
2017-11-10 15:16:35 +02:00
David Leonhart
08106243ac Fixed typos and grammar in streams error handling and streams buffers doc (#23956) 2017-11-10 11:53:56 +09:00
Arnout Engelen
e0dcc7766b sbt1 camelcases commands (#23932) 2017-11-09 09:16:30 +01:00
Konrad `ktoso` Malawski
4d583d1e6c
+doc document lifecycle of ActorMaterializer explicitly (#23836)
* +doc #23835 document lifecycle of ActorMaterializer explicitly

* Update stream-flows-and-basics.md

* Update stream-flows-and-basics.md
2017-11-09 00:26:02 +09:00
Richard Imaoka
0988933fac Stream cookbook sample for adhoc source (#23761) 2017-11-01 15:24:05 +01:00
Christopher Batey
3cad104107
Merge pull request #23877 from RaymondKlass/stream_doc_typo
fix missing letter typo in stream-flows-and-basics #23876
2017-11-01 14:11:03 +00:00
Ritesh Puj
67da5359a0 Update logging.md (#23892)
Anchor text changed from SL4FJ to SLF4J
2017-11-01 10:49:42 +01:00
Ray Klass
c7bc0ea81a fix missing letter typo 2017-10-30 21:56:06 -04:00
Alexander Golubev
6d4074e4f0 =doc Java Actor doc for 2.5 updates 2017-10-30 10:00:02 -04:00
Arnout Engelen
a2cbff1061
Switch languages in paradox without page refresh (#23544) 2017-10-30 13:45:30 +01:00
Christopher Batey
38622246d9 Fix typos in binary compatibility doc (#23846) 2017-10-25 10:35:52 +09:00
Richard Imaoka
7c38cc1b54 Use scaladoc and javadoc directives in stages-rate.md (#23811)
* Use scaladoc and javadoc directives in stages-rate.md (#22904)

* Update build.sbt
2017-10-23 08:03:03 -05:00
Victor Noël
566bde1d69 =doc Clarify leveldb dependencies in docs (#22816) 2017-10-22 12:48:23 +02:00
Ikrom
127564cff6 =doc fix typo in dispatchers.md (#23825)
Typo and duplicated word are fixed
2017-10-20 12:00:16 -05:00
Nicolas Cailloux
dde564797e =doc Correction: it's -> its (pronoun) (#23801)
Signed-off-by: Nicolas Cailloux <n.cailloux@asmodee.com>
2017-10-16 11:23:31 -05:00
Johan Andrén
4b654d637f Don't use TestActorRef for async testing #23445 2017-10-11 15:29:02 +02:00
Jimin Hsieh
c09474e54c =doc Full word "upstream" in docs (#23797) 2017-10-10 10:32:32 +09:00
Troxid
c4ebba77d7 Fix broken links in documentation, #23787 2017-10-06 10:51:26 +02:00
Arnout Engelen
b1df13d4d4 Update scalariform (#23778) (#23783) 2017-10-06 10:30:28 +02:00
David Gómez G
63ccdeec16 Update event-bus.md (#23786)
Removed a duplicate sentence (comming from an automatic merge) at line 24 :"An event bus must define the following three type parameters:"
2017-10-05 23:45:40 -07:00
Christopher Batey
3107ea342c Fix scala example in sharding doc (#23785) 2017-10-06 08:36:37 +02:00
Patrik Nordwall
ae0b9fe081 https for snapshot repo (#23780) 2017-10-04 09:29:29 -07:00
Patrik Nordwall
f85a124a17 Merge pull request #23563 from nick-nachos/wip-21677-leveldbJournalCompaction
Added journal compaction behavior for LevelDB #21677
2017-09-28 12:34:18 +02:00
Patrik Nordwall
689920fefd incorporate feedback on the multi-dc docs 2017-09-28 10:56:32 +02:00
Konrad `ktoso` Malawski
40228e851d =doc #23421 move Kill docs around and fix snippet (#23429) 2017-09-27 15:32:01 +09:00
Christopher Batey
b43bdc49d8 Merge pull request #23713 from chbatey/docs-mjvm-link
=doc Fix multi jvm sample link
2017-09-25 10:21:19 +01:00
Christopher Batey
d8cd40d250 =doc Fix multi jvm sample link 2017-09-25 09:46:25 +01:00
Christopher Batey
4669b4854d Fix minor docs typo (#23709) 2017-09-24 19:15:15 +02:00
Cause Chung
5892c2a569 Add more doc for framing on tcp streaming #23325 2017-09-23 12:09:05 +02:00
Kyle Song
280fcc9f37 =doc Remove duplicated 'to be's. issue #23646 (#23671) 2017-09-21 10:20:07 +09:00
Changwon Choe
9bd6ca4c8b Fixed a typo in a toc in the guide (#23660) 2017-09-20 13:02:30 +02:00
Nikos Nakas
341b74e7c1 Added journal compaction behavior for LevelDB #21677 2017-09-18 21:13:02 +00:00
Sebastian Harko
a1fc508026 fix typo (#23630) 2017-09-15 18:40:52 +09:00
Szymon Chojnacki
aaf1867e0e =doc Make ActorSystem name in tutorial_1 consistent with documentation (#23629) (#23635) 2017-09-13 18:45:11 +02:00
Guido Medina
b628fb2523 =pro Update dependencies and plugins to latest. (#23591) 2017-09-11 17:48:46 +02:00
Konrad `ktoso` Malawski
207b43a139 =doc #23487 add missing scala snippet in testing doc (#23488)
* =doc #23487 add missing scala snippet in testing doc

* Update TestkitDocSpec.scala

* me file

* Update testing.md
2017-09-11 16:50:04 +02:00
Patrik Nordwall
4f8856f108 Merge pull request #23551 from akka/wip-23502-join-timeout-patriknw
Add timeout to abort joining of seed nodes, #23502
2017-09-11 16:41:35 +02:00
Konrad `ktoso` Malawski
721e486fdb +str #23392 AbstractGraphStageWithMaterializedValue for Java users (#23394)
(no need to use Tuple2, can be Pair)
2017-09-11 16:35:35 +02:00
Patrik Nordwall
5cf698a2f6 Add timeout to abort joining of seed nodes, #23502 2017-09-11 15:56:25 +02:00
Sebastian Harko
e6da282f7f =doc Some documentation fixes (#23616)
* fixes some small issues with the documentation

* add syntax highlighting to jvm multi testing code in docs
2017-09-11 14:21:13 +02:00
sebastian.harko
053b79e85a add more gradle deps 2017-09-06 23:22:30 +02:00
Arun Manivannan
b4a0521979 Issue #23588 Typo in Scala version of Stream Composition 2017-09-05 10:51:36 +02:00