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
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
Patrik Nordwall
f8c68a9534
remove docs about pluggable transports from old docs, #21209
2016-09-30 12:13:08 +02:00
Patrik Nordwall
8ab02738b7
Merge branch 'master' into wip-sync-artery-dev-2.4.9-patriknw
2016-08-23 20:14:15 +02:00
Nafer Sanabria
2078396197
=doc Akka & GitHub appearances in docs ( #20968 )
...
* =doc capitalize akka word
* Capitalize GitHub appearances in docs
2016-07-18 10:33:44 +02:00
Johan Andrén
d6c048f59a
A simpler ActorRefProvider config #20649 ( #20767 )
...
* Provide shorter aliases for the ActorRefProviders #20649
* Use the new actorefprovider aliases throughout code and docs
* Cleaner alias replacement logic
2016-06-10 15:04:13 +02:00
David Piggott
dfc7943e94
=doc Remoting documentation addition ( #20463 ) ( #20584 )
...
* Add missing fullstop
* Document that sends to local actors via remote paths aren't remoted (#20463 )
2016-05-24 11:21:03 +02:00
Johan Andrén
62e30b3c08
Update copyrights and links to the new company name #19851
2016-02-23 12:58:39 +01:00
Johan Andrén
4f14200578
=doc #18989 Make docs more googlable with regards to docker containers
2016-01-21 12:13:56 +01:00
Roland Kuhn
377748bb0e
Merge pull request #19107 from jdevelop/jdevelop-quarantined-event-propagation-18758
...
#18758 Send appropriate events on remote actor system shutdown and quarantine
2015-12-20 20:31:04 +01:00
Eugene Dzhurinsky
fb763040f2
Add named exception to detect when a cluster node has been quarantined by others #18758
...
Publish appropriate events to the current ActorSystem event stream upon remote ActorSystem shutdown or when current ActorSystem is quarantined by the remote ActorSystem.
2015-12-20 13:02:19 -05:00
Konrad Malawski
ea4616c281
=rem #19228 make the default TLS version 1.2
...
TLS 1.2 should be preferred and we always have it available by virtue of requiring JDK8 for Akka 2.4.x.
See also https://blogs.oracle.com/java-platform-group/entry/java_8_will_use_tls
2015-12-18 13:11:12 +01:00
Martynas Mickevičius
fb664c54a5
=doc fix URL to "The ϕ Accrual Failure Detector" paper
2015-11-04 16:26:45 +02:00
Johan Andrén
ca22ae9090
=doc #18163 More visible docs about NAT support
2015-09-09 10:27:40 +02:00
kukido
ab0c60eca7
=doc Fixed and normalized spellings
2015-05-23 19:16:41 -07:00
Patrik Nordwall
85a5cc61aa
!act #13919 Make actorFor internal
...
* until we can replace all internal usages of it, which
is only in akka-camel
2015-05-19 12:07:18 +02:00
Sergey Krauchenia
f08f1727fb
=act, ker, rem, doc #16330 deprecate akka.util.Crypt
...
* deprecate akka.util.Crypt
* fix documentation after deprecating
2014-12-20 13:30:37 +03:00
kerr
7ddaac3961
=doc #16300 correct remote doc to right package
2014-11-14 01:21:31 +08:00
Martynas Mickevicius
47556a0ebf
=rem #15007 add ability to bind to a different address than the remoting waits messages from
...
This can be used to traverse NATs with the following configuration:
akka.remote.netty.tcp {
...
hostname = my-external-address.lt
bind-hostname = 192.168.1.100
}
Use Akka BoundAddressesExtension to get bound addresses
2014-09-15 18:30:12 +03:00
Stanislav Savulchik
f807d312f6
=doc Fix typo in scala remoting.rst
2014-08-06 15:38:52 +07:00
Stevo Slavić
8736fb16f9
Fixed a typo
2014-04-16 16:15:15 +02:00
Roland Kuhn
d6b33d15a8
add links to reference.conf to docs
2014-03-24 12:02:47 +01:00
Roland Kuhn
98c282f115
=doc clean up what-is-akka.rst and switch to www.typesafe.com
...
the latter is necessary because of broken DNS requirements which make
apex domains brittle (since they must resolve to an A record with a
single IP)
2014-03-13 12:42:47 +01:00
Roland Kuhn
9ed3c633c5
=doc #3905 describe symmetric remoting requirement
2014-03-04 17:38:27 +01:00
Patrik Nordwall
57d831716a
Merge pull request #2004 from akka/wip-3868-doc-remote-router-group-patriknw
...
=doc #3868 Clarify remote router group
2014-02-13 12:46:17 +01:00
Patrik Nordwall
cafa6585ce
=doc #3868 Clarify remote router group
2014-02-13 12:45:42 +01:00
Patrik Nordwall
b70e2ab0f3
=doc #3734 Clarify that remoting cannot be used for client-server
...
* Most of the text was written by Endre earlier
2014-02-13 11:57:30 +01:00
Patrik Nordwall
a22d115a2f
=doc cleanup formatting error in docs
2014-01-20 15:27:58 +01:00
Endre Sándor Varga
cf58402dd9
!rem #3765 : Change the defaults for remoting
...
- removed retry-window and related settings
- removed gate-invalid-addresses-for
- gate is now mandatory
- remoting has a dedicated dispatcher by default
- updated tests to work with changed timings
- added doc section for association lifecycle
2014-01-17 11:29:22 +01:00
Patrik Nordwall
b82698a354
=doc #3689 Make activator templates for remote samples
2013-12-12 16:03:03 +01:00
Patrik Nordwall
67393c0fb6
+rem #3665 Allow trusted selections in untrusted-mode
2013-11-14 14:08:46 +01:00
Patrik Nordwall
ebadd567b2
!act,rem,clu #3549 Simplify and enhance routers
...
* Separate routing logic, to be usable stand alone, e.g. in actors
* Simplify RouterConfig, only a factory
* Move reading of config from Deployer to the RouterConfig
* Distiction between Pool and Group router types
* Remove usage of actorFor, use ActorSelection
* Management messages to add and remove routees
* Simplify the internals of RoutedActorCell & co
* Move resize specific code to separate RoutedActorCell subclass
* Change resizer api to only return capacity change
* Resizer only allowed together with Pool
* Re-implement all routers, and keep old api during deprecation phase
* Replace ClusterRouterConfig, deprecation
* Rewrite documentation
* Migration guide
* Also includes related ticket:
+act #3087 Create nicer Props factories for RouterConfig
2013-10-16 09:27:13 +02:00
Patrik Nordwall
37c4053b29
+act #3529 Add convenience helper for looking up an actor by identity
...
* ActorSelection.resolveOne
2013-08-27 11:13:33 +02:00
Roland
92db59183e
make LocalScope mean “purely local” and avoid Props serialization check, see #3210
2013-05-29 23:36:39 +02:00
Björn Antonsson
9c5cc24ba7
Some more test cleanup to not create so many threads. See #3320
2013-05-08 12:42:15 +02:00
Ricky Elrod
13719e9428
[docs] fix there -> their in two places.
2013-05-02 22:33:11 -04:00
Roland
63c6bc7d88
restructure ToC of reST docs
...
- completely decouple Java/Scala and remove heading suffixes
- move all images into images/
- move cluster docs into “official” place
2013-04-19 13:40:37 +02:00
Patrik Nordwall
4606612bd1
Reliable remote supervision and death watch, see #2993
...
* RemoteWatcher that monitors node failures, with heartbeats
and failure detector
* Move RemoteDeploymentWatcher from CARP to RARP
* ClusterRemoteWatcher that handles cluster nodes
* Update documentation
* UID in Heartbeat msg to be able to quarantine,
actual implementation of quarantining will be implemented
in ticket 2594
2013-04-17 19:42:51 +02:00
Viktor Klang
ad2e3c5e37
#3204 - Adding keypass to SSL configuration
2013-04-11 16:23:51 +02:00
Patrik Nordwall
887af975ae
Deprecate actorFor in favor of ActorSelection, see #3074
...
* Deprecate all actorFor methods
* resolveActorRef in provider
* Identify auto receive message
* Support ActorPath in actorSelection
* Support remote actor selections
* Additional tests of actor selection
* Update tests (keep most actorFor tests)
* Update samples to use actorSelection
* Updates to documentation
* Migration guide, including motivation
2013-04-08 18:11:52 +02:00
Patrik Nordwall
6da6223e15
Merge pull request #1124 from akka/wip-3022-ssl-settings-patriknw
...
Restore ssl settings in reference.conf, see #3022
2013-02-13 07:59:15 -08:00
Rich Dougherty
44808c17ed
Merge pull request #1095 from akka/wip-2874-router-doc-rich
...
Document router handling of PoisonPill messages. Fixes #2874
2013-02-12 16:31:04 -08:00
Rich Dougherty
3b98ba249b
Improved router documentation. Fixes #2874
...
* Edit of basic usage and design.
* Rearranged order of sections.
* Added more information on special message types.
* Added receiveN to JavaTestKit.
2013-02-12 12:25:41 +13:00
Patrik Nordwall
9ed701a75c
Restore ssl settings in reference.conf, see #3022
...
* Cleanup and addition of configuration tests for remote settings
2013-02-11 14:45:00 +01:00
Roland
c3b363c9b3
move multi-node-testkit into its own module, see #2981
2013-02-11 14:37:37 +01:00
Endre Sándor Varga
c4abbd95bd
Updated documentation to reflect changes in remoting
2013-02-10 13:00:30 +01:00
Viktor Klang
3a3dad5c53
#2709 - Adding documentation for wildcards in deployments.
2012-11-29 00:27:11 +01:00
Viktor Klang
e6d54b59ac
#2623 - Adding a @github@ substitution for links to github, as well as adding a pointer as to where to find the example code for the docs.
2012-10-22 11:14:22 +02:00
Roland
2bf9b32b48
add small hint for programmatic remoting config, see #2604
2012-10-05 19:08:55 -07:00