Hi all, I'm writing to share a PR that further extends our modularization efforts by refactoring the REST service.
Following the same pattern as the recent MQTT migration, we are now splitting the REST functionality out of the main iotdb-server module and moving it to the external-service-impl/rest directory using the ExternalService framework. This change continues our progress toward a cleaner, more maintainable architecture, allowing the core server to remain lightweight while each external service can be developed and scaled independently. The updates include the code migration, along with adjustments to packaging and CI workflows to accommodate the new structure. You can review the full changes here: https://github.com/apache/iotdb/pull/17099 Best regards, Xuan Wang
