ruanwenjun commented on issue #17156: URL: https://github.com/apache/dolphinscheduler/issues/17156#issuecomment-2947671730
Each Job/Workflow has its own event bus is common design at these kind of system, it make event management easy, at yarn each RMApp also has its own event queue. If all workflow share one EventBus, we still need to do extra thing to dispatch the event to different consumer. -- 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]
