You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Enhancement Request
Currently in Eventmesh there is no configuration constraints to limit how large a message can be send to EventMesh. And for batch send, there is no limit of how many messages can be send in one batch.
For security and system reliability, I suggest to add these two limits to constraint the Message Body Size and Message BatchSend Size
Describe the solution you'd like
In Eventmesh configuration file, add these two property
eventmesh.server.message.bodySize
eventmesh.server.message.batchSize
In HTTP and TCP MessageSend processors, check these limits before processing the actual message.