chestnut-c opened a new issue, #9572: URL: https://github.com/apache/seatunnel/issues/9572
### Search before asking - [x] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description Added a check on the URL to prevent the task from running successfully even though the writing failed ### Usage Scenario The http request scenario currently does not perform effective verification on the http URL, which causes the exception to be swallowed during writing, and the writing fails but the task still runs successfully. such as: <img width="1442" height="810" alt="Image" src="https://github.com/user-attachments/assets/c5e2a30a-1be2-4b4c-9ec8-f8abcf0d015d" /> <img width="1235" height="722" alt="Image" src="https://github.com/user-attachments/assets/fcb344d9-529a-4981-8b94-d42e9d61eaae" /> ### Related issues _No response_ ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
