Merge pull request #21571 from akka/wip-note-multi-lanes-patriknw
multi lanes not supported yet
This commit is contained in:
commit
9faa324eeb
1 changed files with 4 additions and 0 deletions
|
|
@ -202,12 +202,16 @@ akka {
|
|||
# Level 10 strongly prefer low latency over low CPU consumption.
|
||||
idle-cpu-level = 5
|
||||
|
||||
# WARNING: This feature is not supported yet. Don't use other value than 1.
|
||||
# It requires more hardening and performance optimizations.
|
||||
# Number of outbound lanes for each outbound association. A value greater than 1
|
||||
# means that serialization can be performed in parallel for different destination
|
||||
# actors. The selection of lane is based on consistent hashing of the recipient
|
||||
# ActorRef to preserve message ordering per receiver.
|
||||
outbound-lanes = 1
|
||||
|
||||
# WARNING: This feature is not supported yet. Don't use other value than 1.
|
||||
# It requires more hardening and performance optimizations.
|
||||
# Total number of inbound lanes, shared among all inbound associations. A value
|
||||
# greater than 1 means that deserialization can be performed in parallel for
|
||||
# different destination actors. The selection of lane is based on consistent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue