We have a distributed application on akka cluster. Actor “A” sends message 
of large size to a remote actor. And we get the following Warning.


2016-08-10 23:08:29,737 [EndpointWriter] ERROR - Transient association 
error (association remains live) akka.remote.OversizedPayloadException: 
Discarding oversized payload sent to 
Actor[akka.tcp://abcd@127.0.0.1:51665/temp/$b]: max allowed size 128000 
bytes, actual size of encoded class 
common.data.model.configuration.UserList was 571444 bytes.


We are aware that we can increase the value in the configuration(
http://doc.akka.io/docs/akka/2.2.3/scala/remoting.html#Remote_Configuration
). 


But we wanted to handel this OversizedPayloadException and send the message 
to the client. 


Regards,

Prakash

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to