GitHub user haze518 added a comment to the discussion: Support sending messages in the background
We could calculate the total size of the messages in the Vec passed to the `send` method before sending them (whether via background or immediately). If the total size exceeds a predefined threshold, we could return an error. This would also cover the case where a single message(via `send_one`) is sent synchronously, but it has a large payload — for example, a blob GitHub link: https://github.com/apache/iggy/discussions/1593#discussioncomment-13125418 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
