You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/07/01 09:50:48 UTC

[GitHub] [incubator-seatunnel] EricJoy2048 opened a new issue, #2110: [Feature][Connector-V2] WebHook Sink Connector

EricJoy2048 opened a new issue, #2110:
URL: https://github.com/apache/incubator-seatunnel/issues/2110

   ### Search before asking
   
   - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.
   
   
   ### Description
   
   Implement a WebHook Sink Connector use the SeaTunnel Sink API.
   
   ### 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


[GitHub] [incubator-seatunnel] Hisoka-X closed issue #2110: [Feature][Connector-V2] WebHook Sink Connector

Posted by GitBox <gi...@apache.org>.
Hisoka-X closed issue #2110: [Feature][Connector-V2] WebHook Sink Connector
URL: https://github.com/apache/incubator-seatunnel/issues/2110


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


[GitHub] [incubator-seatunnel] TyrantLucifer commented on issue #2110: [Feature][Connector-V2] WebHook Sink Connector

Posted by GitBox <gi...@apache.org>.
TyrantLucifer commented on issue #2110:
URL: https://github.com/apache/incubator-seatunnel/issues/2110#issuecomment-1187898008

   Hi all guys, I think this work I should implement http sink using new connector api, right? If not, do you have some help imformation about it? @EricJoy2048 @Hisoka-X 


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


[GitHub] [incubator-seatunnel] TyrantLucifer commented on issue #2110: [Feature][Connector-V2] WebHook Sink Connector

Posted by GitBox <gi...@apache.org>.
TyrantLucifer commented on issue #2110:
URL: https://github.com/apache/incubator-seatunnel/issues/2110#issuecomment-1182912983

   I want to try it.


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


[GitHub] [incubator-seatunnel] TyrantLucifer commented on issue #2110: [Feature][Connector-V2] WebHook Sink Connector

Posted by GitBox <gi...@apache.org>.
TyrantLucifer commented on issue #2110:
URL: https://github.com/apache/incubator-seatunnel/issues/2110#issuecomment-1203434356

   pr #2348, please review. @CalvinKirs @EricJoy2048 @Hisoka-X 


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


[GitHub] [incubator-seatunnel] EricJoy2048 commented on issue #2110: [Feature][Connector-V2] WebHook Sink Connector

Posted by GitBox <gi...@apache.org>.
EricJoy2048 commented on issue #2110:
URL: https://github.com/apache/incubator-seatunnel/issues/2110#issuecomment-1184140517

   > I want to try it.
   
   Ok


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


[GitHub] [incubator-seatunnel] TyrantLucifer commented on issue #2110: [Feature][Connector-V2] WebHook Sink Connector

Posted by GitBox <gi...@apache.org>.
TyrantLucifer commented on issue #2110:
URL: https://github.com/apache/incubator-seatunnel/issues/2110#issuecomment-1184518201

   @CalvinKirs Can you assign it to me? Thank you!


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


[GitHub] [incubator-seatunnel] EricJoy2048 commented on issue #2110: [Feature][Connector-V2] WebHook Sink Connector

Posted by GitBox <gi...@apache.org>.
EricJoy2048 commented on issue #2110:
URL: https://github.com/apache/incubator-seatunnel/issues/2110#issuecomment-1185354552

   cc @Hisoka-X 


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


[GitHub] [incubator-seatunnel] Hisoka-X commented on issue #2110: [Feature][Connector-V2] WebHook Sink Connector

Posted by GitBox <gi...@apache.org>.
Hisoka-X commented on issue #2110:
URL: https://github.com/apache/incubator-seatunnel/issues/2110#issuecomment-1188512338

   > Hi all guys, I think this work I should implement http sink using new connector api, right? If not, do you have some help imformation about it? @EricJoy2048 @Hisoka-X
   
   Yep, use new connector api to implement it.


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