We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bba496 commit 4defcdaCopy full SHA for 4defcda
cluster/src/main/resources/application.conf
@@ -33,6 +33,10 @@ akka {
33
34
metrics.enabled = off
35
36
+ use-dispatcher = cluster-dispatcher
37
+
38
+ auto-down-unreachable-after = off
39
40
}
41
42
extensions = ["de.heikoseeberger.constructr.ConstructrExtension"]
@@ -64,3 +68,12 @@ clustering {
64
68
port = ${?APP_PORT}
65
69
66
70
71
+cluster-dispatcher {
72
+ type = "Dispatcher"
73
+ executor = "fork-join-executor"
74
+ fork-join-executor {
75
+ parallelism-min = 2
76
+ parallelism-max = 4
77
+ }
78
+}
79
0 commit comments