Quantcast
Channel: Akka Libraries - Discussion Forum for Akka technologies
Viewing all articles
Browse latest Browse all 1367

Over Sized Message Channel

$
0
0

Hi,

I have oversized message channel configured for certain actors as below.

  remote {
    artery {
      enabled = on
      transport = tcp
      large-message-destinations = [
        "/system/sharding/*",
        "/system/sharding/POI*",
        "/system/sharding/PoaManagerActor",
        "/system/sharding/OnboardAccountActor",
        "/temp/*"
      ]
    }
  }

However, I still get an error on messages over certain sizes.

Discarding oversized payload sent to Some(Actor[akka://CadmiumCluster@127.0.0.1:2552/system/sharding/POI#776997452])

Kind regards
Meeraj

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 1367