yingh0ng commented on issue #17156: URL: https://github.com/apache/dolphinscheduler/issues/17156#issuecomment-2965001529
@ruanwenjun Hey! I have make a basic design in the multiple-eventbus-instance way. But i found that the lifecycle of metadata's event are very short, the events are haven't state change and they are haven't a `instance` to keep the eventbus instance like the `WorkflowInstance` and `TaskInstance`. If i use the multiple-eventbus-instance to save the event, i have to create an eventbus instance for every events, and every eventbus instance will only accept one event and closed like the `project-delete-event`. Should i use this design mode? Can you give some suggestion for me, thanks! -- 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]
