-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DSIP-][SDK] Java SDK #16735
Comments
I don't see how this is related to JAVA SDK. Please describe clearly what you want firstly. Then the design scheme. |
I also can't find out the relationship between jdk and pojo |
@SbloodyS Sb @davidzollo da Of course, we can create some DTO classes, but we also need to plan for creating DTOs for future classes. |
I think what you want to say is: |
Search before asking
Motivation
I think we need to create a new module, perhaps called dolphinscheduler-spec, and move all the POJO objects from the task-api, registry-api, datasource-api, and dolphinscheduler-api modules into this new module. This way, we can easily create a Java SDK for external use.
Design Detail
dolphinsheduler-spec
+- dolphinsheduler-task-api
+- dolphinsheduler-registry-api
+- dolphinsheduler-datasource-api
+- dolphinsheduler-scheduler-api
Compatibility, Deprecation, and Migration Plan
No response
Test Plan
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: