Commit graph

1184 commits

Author SHA1 Message Date
Christopher Batey
65edc1c10d Justify why pool/group routers have different defaults (#27879) 2019-10-08 14:58:59 +02:00
Patrik Nordwall
ce9a69dade doc: Diagrams for intro and interaction examples (#27907) 2019-10-08 14:38:50 +02:00
Patrik Nordwall
a02177efee doc: clarify side effect in event handler, #25720 (#27926) 2019-10-08 14:34:51 +02:00
Patrik Nordwall
a128003391 doc: ReceiveBuilder is optional, #25755 (#27927) 2019-10-08 14:33:31 +02:00
Christopher Batey
e741cd1dd5 Fix broken persistent fsm link (#27928) 2019-10-08 11:23:28 +00:00
Patrik Nordwall
e8a1556060
Streams TLS and Tcp with SSLEngine, #21753 (#27766)
* SSLEngine factory instead of SSLContext and AkkaSSLConfig parameters
  in TLS and Tcp
* Update TlsSpec to use SSLEngine
* Keep copy of old TlsSpec for test coverage of deprecated methods
* Update doc example of how to setup a SSLEngine
* full API and deprecations
* don't use default param values
* java doc example
* migration guide
* mima
* update to sslconfig 0.4.0
  * hostname verification changed in sslconfig, so use jvm verifier
* change to mima file
* update doc sample, init SSLContext once
* remove FIXME for halfClosed
2019-10-08 12:30:41 +02:00
Patrik Nordwall
ae70a833fe
Prepare for other compression algorithms in JacksonSerializer, #27066 (#27889)
* change config structure to be able to support other compression
  algorithms, such as lz4 in the future
* enable compression for json (as before) but disable it by default
  for cbor

Co-Authored-By: Ignasi Marimon-Clos <ignasi@lightbend.com>
2019-10-08 11:23:01 +02:00
Matt Kohl
c0151e2cc6
Standardized log level highlighting 2019-10-07 17:27:34 +01:00
Patrik Nordwall
3926ffa954
doc: Add page for testing of EventSourcedBehavior, #27899 (#27902) 2019-10-07 16:51:25 +02:00
Patrik Nordwall
4901c4eb24
Merge pull request #27916 from akka/wip-27858-table-patriknw
doc: format attributes table in migration-guide, #27858
2019-10-07 16:49:47 +02:00
Patrik Nordwall
27828b399e
doc: Watching Actors, #27897 (#27898)
* doc: Watching Actors, #27897

* link in from-classic.md
2019-10-07 16:36:13 +02:00
Patrik Nordwall
40af7903f4
Merge pull request #27892 from akka/wip-doc-lifecycle-intro-patriknw
Add Intro section to actor-lifecycle.md
2019-10-07 16:34:43 +02:00
Christopher Batey
5ba61e24a1 Note sharding persistent mode deprecation in migration guide (#27871) 2019-10-07 16:33:24 +02:00
Patrik Nordwall
01194be3eb doc: format attributes table in migration-guide, #27858
* avoid truncation
2019-10-07 14:36:55 +02:00
Patrik Nordwall
8eb6455311
Merge pull request #27891 from akka/wip-doc-shutdown-patriknw
doc: move Coordinated Shutdown to a separate page
2019-10-07 12:33:20 +02:00
Patrik Nordwall
d8adcec064
Merge pull request #27895 from akka/wip-doc-PreRestart-patriknw
doc: some more docs for PreRestart signal
2019-10-07 11:56:38 +02:00
Patrik Nordwall
d10941e732 doc: move Coordinated Shutdown to a separate page
* avoid hiding it in the Classic Actors page
* update links, and add some more
2019-10-07 11:49:44 +02:00
Arnout Engelen
6eec69755c
Some tweaks to the Cluster Client to gRPC migration notes 2019-10-07 11:17:29 +02:00
Johan Andrén
7102c4744d
Add a sample for Source.unfoldResource #25468 2019-10-05 12:28:07 +02:00
Helena Edelson
023b379e3c
Migrate streams doc under typed to operators (#27901) 2019-10-04 10:37:56 -07:00
Patrik Nordwall
c856960441
Remove deprecated secure cookie (#27809)
Co-Authored-By: Arnout Engelen <arnout@bzzt.net>
2019-10-04 16:38:26 +02:00
Arnout Engelen
315094720c
Add missing '## Reactive Streams semantics' headings (#27847) 2019-10-04 15:46:05 +02:00
Patrik Nordwall
7806582090 doc: separate page for reference.conf listing, #27798 (#27867)
* doc: separate page for reference.conf listing, #27798

* one more, from other merged PR
2019-10-04 13:41:40 +02:00
Robert Stoll
1b69900e6a typo, user guardian instead of guardian (#27894) 2019-10-04 13:33:38 +02:00
Patrik Nordwall
217e1237ba
Merge pull request #27887 from nvollmar/wip-27886-serialization-documentation-nvo
Updates external serialization documentation #27886
2019-10-04 12:16:38 +02:00
Patrik Nordwall
a246f8f395 doc: some more docs for PreRestart signal 2019-10-04 12:08:15 +02:00
Patrik Nordwall
a98d5807da Add Intro section to actor-lifecycle.md 2019-10-04 11:51:59 +02:00
Helena Edelson
11a658deb1 Actor discovery: Don't start a page with referencing and describing h… (#27880) 2019-10-04 11:08:34 +02:00
Patrik Nordwall
b6a1bd2c9b doc: more links to ide tips (#27876) 2019-10-04 10:21:46 +02:00
Christopher Batey
749c5191c9
Document how to run typed sharding with roles (#27869)
* Document how to run typed sharding with roles

* Formatting

* java formatting
2019-10-04 07:50:25 +01:00
Nicolas Vollmar
74969b8960 Updates external serialization documentation #27886 2019-10-04 07:42:33 +02:00
Patrik Nordwall
8a39d62ec8
Merge pull request #27868 from akka/wip-26920-nr-shards-patriknw
doc: describe number-of-shards config, #26920
2019-10-03 20:38:55 +02:00
Helena Edelson
6bfff1deb2 Incorporate some classic actor docs in Actors Typed where applicable (#27866)
* Incorporate some classic actor docs in Actors Typed where applicable #24717

* Moved classic actor exception and message handling in failure section to general supervision, and other suggestions.

* Relocated the actors and exceptions supervision link to a better spot.

* Updated the typed supervision entry in fault tolerance.
2019-10-03 20:36:21 +02:00
Patrik Nordwall
38c578d70f doc: describe number-of-shards config, #26920 2019-10-03 18:02:36 +02:00
Patrik Nordwall
62a98317cb
doc: improve receptionist docs, #25895 (#27870)
* change intro text, not comparing with Classic
* exampel of Receptionist.Find
* link from spawn protocol section as requested in issue
2019-10-03 17:56:37 +02:00
Enno
6c2108c18e Docs: add project info boxes (#27873) 2019-10-03 16:42:41 +02:00
Patrik Nordwall
2566912fca
Merge pull request #27872 from franciscolopezsancho/avoid-migrating-to-typed-wording
changing wording in docs. From 'migrating' to 'upgrade'
2019-10-03 15:52:43 +02:00
Patrik Nordwall
1a8a438144
doc: Source.maybe, #25468 (#27832) 2019-10-03 14:09:45 +02:00
Patrik Nordwall
a217d5566e
Remove auto-downing, #27788 (#27855)
* moved to cluster tests, in new package akka.cluster.testkit
* changed config in tests
* migration guide
* documentation clarificiations for Downing and Leaving
* update warnings in Singleton and Sharding
2019-10-03 14:08:43 +02:00
franciscolopezsancho
fa0e5d1225 changing wording in docs. From 'migrating' to 'upgrade' 2019-10-03 12:29:09 +02:00
Christopher Batey
58f6105003 Add default mailbox back to classic + define default mailbox for typed in reference 2019-10-03 07:54:40 +01:00
Marcos Pereira
92b9db5858 Jackson 2.10.0 (#27814)
* Update Jackson to 2.10.0

* Support configuration for new features introduced in Jackson 2.10

* WRITE_DURATIONS_AS_TIMESTAMPS is the new config used to serialize durations

Previously WRITE_DATES_AS_TIMESTAMPS was used for both date/time and duration, but
in Jackson 2.10 WRITE_DURATIONS_AS_TIMESTAMPS is used for durations, so it needs to
be configured consistently with WRITE_DATES_AS_TIMESTAMPS.
2019-10-02 19:58:11 -07:00
Christopher Batey
dd5a3875ba Make SingleConsumerMultiProducer the default mail box for typed 2019-10-02 11:26:47 +01:00
Patrik Nordwall
619f821e8d
Merge pull request #27844 from akka/wip-doc-minor1-patriknw
doc: minor fix of remoting-artery.md
2019-10-01 19:11:27 +02:00
Patrik Nordwall
330040a614
Merge pull request #27846 from akka/wip-doc-minor2-patriknw
doc: use ref links
2019-10-01 19:11:02 +02:00
Patrik Nordwall
51a3aa98c9
doc: improve docs of Cluster joining (#27821)
* some were lost or became confusing in previous refactoring
* ref links
2019-10-01 19:10:36 +02:00
Patrik Nordwall
5fac46c703 doc: use ref links
* always use ref links for internal links, also within same page
* to benefit from link and anchor checking
2019-10-01 15:29:13 +02:00
Patrik Nordwall
c6ebb3f0f6 doc: minor fix of remoting-artery.md 2019-10-01 15:02:29 +02:00
James Roper
6c05bea261 Clarify ORMap docs on replacing entries 2019-10-01 14:41:32 +02:00
Patrik Nordwall
77ecb2e627
Merge pull request #27810 from akka/wip-more-deprecation-1-patriknw
Deprecate akka.Main
2019-10-01 14:06:37 +02:00