Hello everyone,
I had a simple two layer akka (test)deployment with akka 2.2.1 and was
working well.
It was quite simple: a machine is responsible for router creation and
forwarding requests it receives from play servers to the worker.
Some days ago I tried to switch to 2.3.2 and I found some problems in the
process. The two nodes seems cannot connect anymore (i found no network
activity at all on the specified tcp ports)
and I don't get any very explicit message. just for paranoia I tried to add
a err.print message in constructor of the actor that the router
(/ResolveService) should spawn (ResolveServiceActor.class) and track the
execution flow with intellij debugger , and according to the network
inspection it seems it's not called at all.
>From the previous environment, I changed only the akka/scala version and
the conf files. The application is written in java.
I attached the conf of router/worker nodes.
Here the router actorsystem stdout log:
[DEBUG] [07/09/2014 10:13:23.861] [main] [EventStream] StandardOutLogger
started
[DEBUG] [07/09/2014 10:13:24.038] [main]
[EventStream(akka://BrainRoutingSystem)] logger log1-Logging$DefaultLogger
started
[DEBUG] [07/09/2014 10:13:24.038] [main]
[EventStream(akka://BrainRoutingSystem)] logger log1-Logging$DefaultLogger
started
[DEBUG] [07/09/2014 10:13:24.039] [main]
[EventStream(akka://BrainRoutingSystem)] Default Loggers started
[DEBUG] [07/09/2014 10:13:24.039] [main]
[EventStream(akka://BrainRoutingSystem)] Default Loggers started
[INFO] [07/09/2014 10:13:24.056] [main] [Remoting] Starting remoting
[INFO] [07/09/2014 10:13:24.204] [main] [Remoting] Remoting started;
listening on addresses :[akka.tcp://BrainRoutingSystem@Vortex:2553]
[INFO] [07/09/2014 10:13:24.206] [main] [Remoting] Remoting now listens on
addresses: [akka.tcp://BrainRoutingSystem@Vortex:2553]
[DEBUG] [07/09/2014 10:13:24.224]
[BrainRoutingSystem-akka.actor.default-dispatcher-3]
[RemoteActorRefProvider] [akka://BrainRoutingSystem/] Instantiating Remote
Actor
[akka.tcp://DisBrainBackend@Vortex:2552/remote/akka.tcp/BrainRoutingSystem@Vortex:2553/user/ResolveService/c1]
[DEBUG] [07/09/2014 10:13:24.227]
[BrainRoutingSystem-akka.actor.default-dispatcher-3]
[RemoteActorRefProvider] [akka://BrainRoutingSystem/] Instantiating Remote
Actor
[akka.tcp://DisBrainBackend@Vortex:2552/remote/akka.tcp/BrainRoutingSystem@Vortex:2553/user/ResolveService/c2]
[DEBUG] [07/09/2014 10:13:24.229]
[BrainRoutingSystem-akka.actor.default-dispatcher-24]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Watching:
[akka://BrainRoutingSystem/system/remote-deployment-watcher ->
akka.tcp://DisBrainBackend@Vortex:2552/remote/akka.tcp/BrainRoutingSystem@Vortex:2553/user/ResolveService/c1]
[DEBUG] [07/09/2014 10:13:24.229]
[BrainRoutingSystem-akka.actor.default-dispatcher-24]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Watching:
[akka://BrainRoutingSystem/user/ResolveService ->
akka.tcp://DisBrainBackend@Vortex:2552/remote/akka.tcp/BrainRoutingSystem@Vortex:2553/user/ResolveService/c1]
[DEBUG] [07/09/2014 10:13:24.230]
[BrainRoutingSystem-akka.actor.default-dispatcher-24]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Watching:
[akka://BrainRoutingSystem/system/remote-deployment-watcher ->
akka.tcp://DisBrainBackend@Vortex:2552/remote/akka.tcp/BrainRoutingSystem@Vortex:2553/user/ResolveService/c2]
[DEBUG] [07/09/2014 10:13:24.230]
[BrainRoutingSystem-akka.actor.default-dispatcher-24]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Watching:
[akka://BrainRoutingSystem/user/ResolveService ->
akka.tcp://DisBrainBackend@Vortex:2552/remote/akka.tcp/BrainRoutingSystem@Vortex:2553/user/ResolveService/c2]
[DEBUG] [07/09/2014 10:13:24.230]
[BrainRoutingSystem-akka.actor.default-dispatcher-4]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher]
Unwatching: [akka://BrainRoutingSystem/user/ResolveService ->
akka.tcp://DisBrainBackend@Vortex:2552/remote/akka.tcp/BrainRoutingSystem@Vortex:2553/user/ResolveService/c2]
[WARN] [07/09/2014 10:13:24.242]
[BrainRoutingSystem-akka.actor.default-dispatcher-3]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FDisBrainBackend%40Vortex%3A2552-0]
Association with remote system [akka.tcp://DisBrainBackend@Vortex:2552] has
failed, address is now gated for [10000] ms. Reason is: [exception during
creation].
[INFO] [07/09/2014 10:13:24.247]
[BrainRoutingSystem-akka.actor.default-dispatcher-3]
[akka://BrainRoutingSystem/deadLetters] Message
[akka.remote.DaemonMsgCreate] from
Actor[akka://BrainRoutingSystem/deadLetters] to
Actor[akka://BrainRoutingSystem/deadLetters] was not delivered. [1] dead
letters encountered. This logging can be turned off or adjusted with
configuration settings 'akka.log-dead-letters' and
'akka.log-dead-letters-during-shutdown'.
[INFO] [07/09/2014 10:13:24.248]
[BrainRoutingSystem-akka.actor.default-dispatcher-3]
[akka://BrainRoutingSystem/deadLetters] Message
[akka.remote.DaemonMsgCreate] from
Actor[akka://BrainRoutingSystem/deadLetters] to
Actor[akka://BrainRoutingSystem/deadLetters] was not delivered. [2] dead
letters encountered. This logging can be turned off or adjusted with
configuration settings 'akka.log-dead-letters' and
'akka.log-dead-letters-during-shutdown'.
[INFO] [07/09/2014 10:13:24.348]
[BrainRoutingSystem-akka.actor.default-dispatcher-4]
[akka://BrainRoutingSystem/deadLetters] Message [akka.actor.PoisonPill$]
from Actor[akka://BrainRoutingSystem/deadLetters] to
Actor[akka://BrainRoutingSystem/deadLetters] was not delivered. [3] dead
letters encountered. This logging can be turned off or adjusted with
configuration settings 'akka.log-dead-letters' and
'akka.log-dead-letters-during-shutdown'.
[DEBUG] [07/09/2014 10:13:25.228]
[BrainRoutingSystem-akka.actor.default-dispatcher-2]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Sending
first Heartbeat to [akka.tcp://DisBrainBackend@Vortex:2552]
[INFO] [07/09/2014 10:13:25.230]
[BrainRoutingSystem-akka.actor.default-dispatcher-24]
[akka://BrainRoutingSystem/deadLetters] Message
[akka.remote.RemoteWatcher$Heartbeat$] from
Actor[akka://BrainRoutingSystem/system/remote-watcher#-1659998873] to
Actor[akka://BrainRoutingSystem/deadLetters] was not delivered. [4] dead
letters encountered. This logging can be turned off or adjusted with
configuration settings 'akka.log-dead-letters' and
'akka.log-dead-letters-during-shutdown'.
[DEBUG] [07/09/2014 10:13:26.228]
[BrainRoutingSystem-akka.actor.default-dispatcher-4]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Sending
first Heartbeat to [akka.tcp://DisBrainBackend@Vortex:2552]
[INFO] [07/09/2014 10:13:26.229]
[BrainRoutingSystem-akka.actor.default-dispatcher-2]
[akka://BrainRoutingSystem/deadLetters] Message
[akka.remote.RemoteWatcher$Heartbeat$] from
Actor[akka://BrainRoutingSystem/system/remote-watcher#-1659998873] to
Actor[akka://BrainRoutingSystem/deadLetters] was not delivered. [5] dead
letters encountered. This logging can be turned off or adjusted with
configuration settings 'akka.log-dead-letters' and
'akka.log-dead-letters-during-shutdown'.
[DEBUG] [07/09/2014 10:13:27.228]
[BrainRoutingSystem-akka.actor.default-dispatcher-24]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Sending
first Heartbeat to [akka.tcp://DisBrainBackend@Vortex:2552]
[INFO] [07/09/2014 10:13:27.229]
[BrainRoutingSystem-akka.actor.default-dispatcher-24]
[akka://BrainRoutingSystem/deadLetters] Message
[akka.remote.RemoteWatcher$Heartbeat$] from
Actor[akka://BrainRoutingSystem/system/remote-watcher#-1659998873] to
Actor[akka://BrainRoutingSystem/deadLetters] was not delivered. [6] dead
letters encountered. This logging can be turned off or adjusted with
configuration settings 'akka.log-dead-letters' and
'akka.log-dead-letters-during-shutdown'.
[DEBUG] [07/09/2014 10:13:28.228]
[BrainRoutingSystem-akka.actor.default-dispatcher-4]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Sending
first Heartbeat to [akka.tcp://DisBrainBackend@Vortex:2552]
[INFO] [07/09/2014 10:13:28.229]
[BrainRoutingSystem-akka.actor.default-dispatcher-24]
[akka://BrainRoutingSystem/deadLetters] Message
[akka.remote.RemoteWatcher$Heartbeat$] from
Actor[akka://BrainRoutingSystem/system/remote-watcher#-1659998873] to
Actor[akka://BrainRoutingSystem/deadLetters] was not delivered. [7] dead
letters encountered. This logging can be turned off or adjusted with
configuration settings 'akka.log-dead-letters' and
'akka.log-dead-letters-during-shutdown'.
[DEBUG] [07/09/2014 10:13:28.248]
[BrainRoutingSystem-akka.actor.default-dispatcher-24]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Trigger
extra expected heartbeat from [akka.tcp://DisBrainBackend@Vortex:2552]
[DEBUG] [07/09/2014 10:13:29.228]
[BrainRoutingSystem-akka.actor.default-dispatcher-2]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Sending
Heartbeat to [akka.tcp://DisBrainBackend@Vortex:2552]
[INFO] [07/09/2014 10:13:29.229]
[BrainRoutingSystem-akka.actor.default-dispatcher-2]
[akka://BrainRoutingSystem/deadLetters] Message
[akka.remote.RemoteWatcher$Heartbeat$] from
Actor[akka://BrainRoutingSystem/system/remote-watcher#-1659998873] to
Actor[akka://BrainRoutingSystem/deadLetters] was not delivered. [8] dead
letters encountered. This logging can be turned off or adjusted with
configuration settings 'akka.log-dead-letters' and
'akka.log-dead-letters-during-shutdown'.
[DEBUG] [07/09/2014 10:13:30.228]
[BrainRoutingSystem-akka.actor.default-dispatcher-3]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Sending
Heartbeat to [akka.tcp://DisBrainBackend@Vortex:2552]
[INFO] [07/09/2014 10:13:30.229]
[BrainRoutingSystem-akka.actor.default-dispatcher-2]
[akka://BrainRoutingSystem/deadLetters] Message
[akka.remote.RemoteWatcher$Heartbeat$] from
Actor[akka://BrainRoutingSystem/system/remote-watcher#-1659998873] to
Actor[akka://BrainRoutingSystem/deadLetters] was not delivered. [9] dead
letters encountered. This logging can be turned off or adjusted with
configuration settings 'akka.log-dead-letters' and
'akka.log-dead-letters-during-shutdown'.
[DEBUG] [07/09/2014 10:13:31.228]
[BrainRoutingSystem-akka.actor.default-dispatcher-3]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Sending
Heartbeat to [akka.tcp://DisBrainBackend@Vortex:2552]
[INFO] [07/09/2014 10:13:31.229]
[BrainRoutingSystem-akka.actor.default-dispatcher-4]
[akka://BrainRoutingSystem/deadLetters] Message
[akka.remote.RemoteWatcher$Heartbeat$] from
Actor[akka://BrainRoutingSystem/system/remote-watcher#-1659998873] to
Actor[akka://BrainRoutingSystem/deadLetters] was not delivered. [10] dead
letters encountered, no more dead letters will be logged. This logging can
be turned off or adjusted with configuration settings
'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
[DEBUG] [07/09/2014 10:13:32.228]
[BrainRoutingSystem-akka.actor.default-dispatcher-3]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Sending
Heartbeat to [akka.tcp://DisBrainBackend@Vortex:2552]
[DEBUG] [07/09/2014 10:13:33.228]
[BrainRoutingSystem-akka.actor.default-dispatcher-4]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Sending
Heartbeat to [akka.tcp://DisBrainBackend@Vortex:2552]
[DEBUG] [07/09/2014 10:13:34.228]
[BrainRoutingSystem-akka.actor.default-dispatcher-4]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Sending
Heartbeat to [akka.tcp://DisBrainBackend@Vortex:2552]
[WARN] [07/09/2014 10:13:34.270]
[BrainRoutingSystem-akka.actor.default-dispatcher-2]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FDisBrainBackend%40Vortex%3A2552-0]
Association with remote system [akka.tcp://DisBrainBackend@Vortex:2552] has
failed, address is now gated for [10000] ms. Reason is: [exception during
creation].
[DEBUG] [07/09/2014 10:13:35.228]
[BrainRoutingSystem-akka.actor.default-dispatcher-2]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Sending
Heartbeat to [akka.tcp://DisBrainBackend@Vortex:2552]
[DEBUG] [07/09/2014 10:13:36.228]
[BrainRoutingSystem-akka.actor.default-dispatcher-2]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Sending
Heartbeat to [akka.tcp://DisBrainBackend@Vortex:2552]
[DEBUG] [07/09/2014 10:13:37.228]
[BrainRoutingSystem-akka.actor.default-dispatcher-2]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Sending
Heartbeat to [akka.tcp://DisBrainBackend@Vortex:2552]
[DEBUG] [07/09/2014 10:13:38.227]
[BrainRoutingSystem-akka.actor.default-dispatcher-4]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Sending
Heartbeat to [akka.tcp://DisBrainBackend@Vortex:2552]
[DEBUG] [07/09/2014 10:13:39.228]
[BrainRoutingSystem-akka.actor.default-dispatcher-24]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Sending
Heartbeat to [akka.tcp://DisBrainBackend@Vortex:2552]
[DEBUG] [07/09/2014 10:13:40.228]
[BrainRoutingSystem-akka.actor.default-dispatcher-3]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Sending
Heartbeat to [akka.tcp://DisBrainBackend@Vortex:2552]
[DEBUG] [07/09/2014 10:13:41.228]
[BrainRoutingSystem-akka.actor.default-dispatcher-24]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Sending
Heartbeat to [akka.tcp://DisBrainBackend@Vortex:2552]
[WARN] [07/09/2014 10:13:41.229]
[BrainRoutingSystem-akka.actor.default-dispatcher-24]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Detected
unreachable: [akka.tcp://DisBrainBackend@Vortex:2552]
[WARN] [07/09/2014 10:13:41.229]
[BrainRoutingSystem-akka.actor.default-dispatcher-2] [Remoting] Association
to [akka.tcp://DisBrainBackend@Vortex:2552] with unknown UID is reported as
quarantined, but address cannot be quarantined without knowing the UID,
gating instead for 10000 ms.
[DEBUG] [07/09/2014 10:13:41.237]
[BrainRoutingSystem-akka.actor.default-dispatcher-24]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Watchee
terminated:
[akka.tcp://DisBrainBackend@Vortex:2552/remote/akka.tcp/BrainRoutingSystem@Vortex:2553/user/ResolveService/c1]
[DEBUG] [07/09/2014 10:13:41.238]
[BrainRoutingSystem-akka.actor.default-dispatcher-24]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Watchee
terminated:
[akka.tcp://DisBrainBackend@Vortex:2552/remote/akka.tcp/BrainRoutingSystem@Vortex:2553/user/ResolveService/c2]
[DEBUG] [07/09/2014 10:13:41.238]
[BrainRoutingSystem-akka.actor.default-dispatcher-24]
[akka.tcp://BrainRoutingSystem@Vortex:2553/system/remote-watcher] Unwatched
last watchee of node: [akka.tcp://DisBrainBackend@Vortex:2552]
Do you have any idea on how to resolve/identify this problem?
Thanks in advance
Pierre Falda
--
>>>>>>>>>> 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.
akka {
loglevel = "DEBUG"
stdout-loglevel = "DEBUG"
log-config-on-start = off
actor {
provider = "akka.remote.RemoteActorRefProvider"
serializers {
proto = "akka.remote.serialization.ProtobufSerializer"
}
serialization-bindings {
"com.google.protobuf.Message" = proto
}
default-dispatcher {
type = "Dispatcher"
executor = "fork-join-executor"
throughput = 100
fork-join-executor {
parallelism-min = 8
parallelism-factor = 16.0
parallelism-max = 32
}
}
deployment {
default {
remote = ""
}
/ResolveService {
target {
nodes = [ "akka.tcp://DisBrainBackend@Vortex:2552" ]
}
router = smallest-mailbox
nr-of-instances = 2
resizer {
lower-bound = 1
upper-bound = 2
}
}
}
}
remote {
untrusted-mode = off
trusted-selection-paths = []
use-dispatcher = ""
startup-timeout = 30 s
shutdown-timeout = 30 s
use-passive-connections = on
backoff-interval = 0.01 s
flush-wait-on-shutdown = 10 s
system-message-buffer-size = 10000
prune-quarantine-marker-after = 5 d
initial-system-message-delivery-timeout = 3 m
system-message-ack-piggyback-timeout = 0.3 s
command-ack-timeout = 30 s
resend-interval = 2 s
log-remote-lifecycle-events = on
retry-gate-closed-for = 10 s
retry-windows = 1 minutes
maximum-retries-in-window = 6
log-sent-messages = on
log-received-messages = on
enabled-transports = ["akka.remote.netty.tcp"]
require-cookie = off
watch-failure-detector {
implementation-class = "akka.remote.PhiAccrualFailureDetector"
heartbeat-interval = 1 s
threshold = 10.0
max-sample-size = 200
min-std-deviation = 100 ms
acceptable-heartbeat-pause = 10 s
unreachable-nodes-reaper-interval = 1s
expected-response-after = 3 s
}
adapters {
}
transport-failure-detector {
implementation-class = "akka.remote.PhiAccrualFailureDetector"
heartbeat-interval = 4 s
threshold = 7.0
max-sample-size = 100
min-std-deviation = 100 ms
acceptable-heartbeat-pause = 10 s
}
netty.tcp {
transport-class = "akka.remote.transport.netty.NettyTransport"
applied-adapters = []
transport-protocol = tcp
hostname = "Vortex"
port = 2553
enable-ssl = false
use-dispatcher-for-io = ""
connection-timeout = 15 s
write-buffer-high-water-mark = 0b
write-buffer-low-water-mark = 0b
send-buffer-size = 256000b
receive-buffer-size = 256000b
maximum-frame-size = 128000b
backlog = 8192
tcp-nodelay = on
tcp-keepalive = on
tcp-reuse-addr = off-for-windows
server-socket-worker-pool {
pool-size-min = 4
pool-size-factor = 1.0
pool-size-max = 8
}
client-socket-worker-pool {
pool-size-min = 4
pool-size-factor = 1.0
pool-size-max = 8
}
}
}
}
DisBrainBackend {
akka {
loglevel = "DEBUG"
stdout-loglevel = "DEBUG"
log-config-on-start = false
loggers = ["akka.event.Logging$DefaultLogger"]
remote {
untrusted-mode = off
trusted-selection-paths = []
use-dispatcher = ""
startup-timeout = 30 s
shutdown-timeout = 30 s
use-passive-connections = on
backoff-interval = 0.01 s
flush-wait-on-shutdown = 10 s
system-message-buffer-size = 10000
prune-quarantine-marker-after = 5 d
initial-system-message-delivery-timeout = 3 m
system-message-ack-piggyback-timeout = 0.3 s
command-ack-timeout = 30 s
resend-interval = 2 s
log-remote-lifecycle-events = on
retry-gate-closed-for = 10 s
retry-windows = 1 minutes
maximum-retries-in-window = 6
log-sent-messages = on
log-received-messages = on
require-cookie = off
enabled-transports = ["akka.remote.netty.tcp"]
log-received-messages = on
log-sent-messages = on
watch-failure-detector {
implementation-class = "akka.remote.PhiAccrualFailureDetector"
heartbeat-interval = 1 s
threshold = 10.0
max-sample-size = 200
min-std-deviation = 100 ms
acceptable-heartbeat-pause = 10 s
unreachable-nodes-reaper-interval = 1s
expected-response-after = 3 s
}
adapters {
}
transport-failure-detector {
implementation-class = "akka.remote.PhiAccrualFailureDetector"
heartbeat-interval = 4 s
threshold = 7.0
max-sample-size = 100
min-std-deviation = 100 ms
acceptable-heartbeat-pause = 10 s
}
netty.tcp {
transport-class = "akka.remote.transport.netty.NettyTransport"
applied-adapters = []
transport-protocol = tcp
hostname = "Vortex"
port = 2552
enable-ssl = false
use-dispatcher-for-io = ""
connection-timeout = 25 s
write-buffer-high-water-mark = 0b
write-buffer-low-water-mark = 0b
send-buffer-size = 256000b
receive-buffer-size = 256000b
maximum-frame-size = 128000b
backlog = 4096
tcp-nodelay = on
tcp-keepalive = on
tcp-reuse-addr = off-for-windows
server-socket-worker-pool {
pool-size-min = 4
pool-size-factor = 1.0
pool-size-max = 8
}
client-socket-worker-pool {
pool-size-min = 4
pool-size-factor = 1.0
pool-size-max = 8
}
}
}
actor {
provider = "akka.remote.RemoteActorRefProvider"
event-broker-dispatcher {
type = "Dispatcher"
executor = "fork-join-executor"
throughput = 1
fork-join-executor {
parallelism-min = 4
parallelism-factor = 2.0
parallelism-max = 8
}
}
high-priority-dispatcher {
type = "Dispatcher"
executor = "fork-join-executor"
throughput = 1
fork-join-executor {
parallelism-min = 4
parallelism-factor = 2.0
parallelism-max = 8
}
}
deployment {
default {
remote = ""
}
/EventDispatcherBrokerRouter {
target {
nodes = []
}
router = balancing-pool
nr-of-instances = 4
resizer {
lower_bound = 1
upper_bound = 8
}
}
}
}
}
}