Ppei-Wang commented on issue #9165: URL: https://github.com/apache/gravitino/issues/9165#issuecomment-3580087495
> Let me think on the necessity of HTTP process builder, my feeling is that this can be done by wrapping a shell using shell process builder. Okay, I get it. Excellent point. I've thought about it, and my thoughts are: 1. HTTP assignments are very common, and refining them into a template improves code comprehension and usability. 2. Directly using the shell command `curl` for HTTP requests is significantly less performant in high-concurrency scenarios compared to using the Java API. (I need to modify this to use `com.squareup.okhttp3`.) -- 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]
