!clt #15110 Use buffer instead of stash in cluster client

* drop first in ClusterClient
This commit is contained in:
Patrik Nordwall 2015-06-10 19:58:45 +02:00
parent e2608e7cc2
commit a0e0c394fe
4 changed files with 78 additions and 28 deletions

View file

@ -272,6 +272,10 @@ The parameters of the ``Props`` factory methods in the ``ClusterClient`` compani
has been moved to settings object ``ClusterClientSettings``. This can be created from
system configuration properties and also amended with API as needed.
The buffer size of the ``ClusterClient`` can be defined in the ``ClusterClientSettings``
instead of defining ``stash-capacity`` of the mailbox. Buffering can be disabled by using a
buffer size of 0.
Normally, the ``ClusterReceptionist`` actor is started by the ``ClusterReceptionistExtension``.
This extension has been renamed to ``ClusterClientReceptionist``. It is also possible to start
it as an ordinary actor if you need multiple instances of it with different settings.