hubcio opened a new pull request, #2897: URL: https://github.com/apache/iggy/pull/2897
MessageBus only had send_to_client/send_to_replica but no batched retrieval for actual delivery. Add drain(&self, buf) following the drain_loopback_into pattern. IggyMessageBus buffers in a RefCell<VecDeque> outbox; MemBus drains from its pending_messages queue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
