LJX2017 opened a new issue, #4045: URL: https://github.com/apache/texera/issues/4045
### Task Summary ## Problem Currently, running the backend micro services for Texera during development is tedious. Developers must manually start 8 backend micro service one by one in IntelliJ, which is error-prone and slows down development. ## Proposal 1. **Add pre-configured run configurations** under the `.run` directory ([Multirun](https://plugins.jetbrains.com/plugin/7535-multirun) config and micro service configs), which allows developers to launch all required microservices with a single click from the IntelliJ run menu. See https://stackoverflow.com/questions/16146696/is-it-possible-to-run-multiple-applications-in-intellij-with-just-one-press-of-a 3. **Update the Wiki/Developer documentation** to recommend the Multirun plugin and explain how to use it for launching all relevant backend microservices efficiently. This will significantly improve the developer experience by - Reducing onboarding time - Minimizing errors from misordered manual service startup - Making it easier to debug or restart only relevant services while keeping all running services visible in IntelliJ's Services view. ### Priority P3 – Low ### Task Type - [ ] Code Implementation - [ ] Documentation - [ ] Refactor / Cleanup - [ ] Testing / QA - [x] DevOps / Deployment -- 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]
