LJX2017 commented on issue #4045: URL: https://github.com/apache/texera/issues/4045#issuecomment-3514353935
> I like the idea to improve the experience in IDE. however I am a bit concerned about the dependency on the third-party plugin. Can we have a solution with native IDE? we may only need to support Intellij, to limit the scope. Thanks for the feedback! I understand the concern about third-party dependencies. However, intelliJ's built-in Compound configurations execute in parallel (all services start simultaneously), which breaks our service dependencies. We can still 1. Commit individual .run configuration files for all 8 services (no plugin needed). This gives developers pre-configured runners without manually locating classes. 2. Mention Multirun as an optional plugin for automated one-click sequential startup. Would this work? -- 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]
