You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "IKaneryI (via GitHub)" <gi...@apache.org> on 2024/02/21 02:15:17 UTC

[I] [Feature][HttpSink] add verification [seatunnel]

IKaneryI opened a new issue, #6365:
URL: https://github.com/apache/seatunnel/issues/6365

   ### 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
   
   When I use HTTP sink, its running result always shows successful writing even if I configure the wrong interface address. It should verify whether the response returned by HTTP call is correct. If it is not correct, the write result should be recorded as a failure
   
   ### Usage Scenario
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] 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: commits-unsubscribe@seatunnel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Feature][HttpSink] add verification [seatunnel]

Posted by "PINK97 (via GitHub)" <gi...@apache.org>.
PINK97 commented on issue #6365:
URL: https://github.com/apache/seatunnel/issues/6365#issuecomment-1968317723

   You can modify the source code of HttpConnector and output the error message when calling the interface to a certain place. This is what I did.


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Feature][HttpSink] add verification [seatunnel]

Posted by "IKaneryI (via GitHub)" <gi...@apache.org>.
IKaneryI commented on issue #6365:
URL: https://github.com/apache/seatunnel/issues/6365#issuecomment-1972609337

   > You can modify the source code of HttpConnector and output the error message when calling the interface to a certain place. This is what I did.
   
   Actually,I can't compile the source code.There are some errors in Java files,such as missing some classes.


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org