>
> * "use-dispatcher" : "cluster-dispatcher"*
>
That should be "akka.cluster.cluster-dispatcher", you have to reference
dispatchers by their full path. By the way, you also seem to have this
strange nesting of cluster.akka.cluster.etc, which looks wrong.
-Endre
> }
> },
> # reference.conf: 33
> # deprecated in 2.3, use 'auto-down-unreachable-after' instead
> "auto-down" : "off",
> # Reader: 85
> # Should the 'leader' in the cluster be allowed to
> automatically mark
> # unreachable nodes as DOWN after a configured time of
> unreachability?.
> # Using auto-down implies that two separate clusters will
> automatically be
> # formed in case of network partition.
> # Disable with "off" or specify a duration to enable auto-down.
> # default value is "off"
> "auto-down-unreachable-after" : "off",
> # Reader: 99
> # settings definition of cluster-dispatcher
> "cluster-dispatcher" : {
> # Reader: 101
> "executor" : "fork-join-executor",
> # Reader: 102
> "fork-join-executor" : {
> # Reader: 104
> "parallelism-max" : 8,
> # Reader: 103
> "parallelism-min" : 2
> },
> # Reader: 100
> "type" : "Dispatcher"
> },
> ...
> ...
> # reference.conf: 79
> # how often should the node move nodes, marked as unreachable
> by the failure
> # detector, out of the membership ring?
> "unreachable-nodes-reaper-interval" : "1s",
> # reference.conf: 89
> # The id of the dispatcher to use for cluster actors. If not
> specified
> # default dispatcher is used.
> # If specified you need to define the settings of the actual
> dispatcher.
> * "use-dispatcher" : ""*
>
> --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ:
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.