zhongjiajie commented on issue #138:
URL: 
https://github.com/apache/dolphinscheduler-sdk-python/issues/138#issuecomment-1951608491

   > As I create more workflows and aim for easier management of data sources 
and environments, I may consider redeveloping a python SDK, which will 
transition the backend from Py4J to an HTTP API to incorporate functionalities 
that Py4J cannot provide.
   
   The init reason we use py4j instead of http are
   * http protocol only support single round CURD, but we want to create some 
of the resource in batch
   * when we start python sdk, we also plan to refactor the http entry point
   so we use py4j to do that
   
   > I hope to get your opinion on this. Do you think resource management and 
other functions that HTTP Api have can be achieved through Py4J backend? Do you 
think this is a good way?
   
   of cause we can add more entry point for python gateway and support all the 
resources, or we can reuse the exists http protocol


-- 
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]

Reply via email to