robocanic opened a new issue, #1449: URL: https://github.com/apache/dubbo-admin/issues/1449
<!-- Please only use this template for submitting feature requests --> **What would you like to be added**: Support async event dispatch in EventBus. 1. Use a buffer channel to temporarily store events, and provide the channel size as a configurable option for users. 2. Keep the subscribe/consume logic same as Sync pattern. **Why is this needed**: The EventBus only support to dispatch events synchronously, implies that all events needs to be processed immediately. However, in some scenarios, there are numerous events that do not require synchronous blocking processing. Therefore, we need to support asynchronous distribution of events. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
