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/09/23 03:55:05 UTC

[GitHub] [incubator-seatunnel] hailin0 opened a new issue, #2857: [Feature][Connector-V2] Imporve http connector

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

   ### 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
   
   Features:
   
   Sink:
   - [ ] Support extract `HEADERS`、`PARAMS` from SeaTunnelRow fields
   - [ ] Support batch send data row
   - [ ] Support more format
   
   Source:
   - [ ] Support paging read with `offset`
   
   example
   ```curl
   
   First http request get page 1
   ------------------------
   GET /xxx/page
   response headers:
   next_offset: xxx1
   
   
   Second request get next page
   --------------------------------
   GET /xxx/page?start_offset=xxx1
   
   ```
   
   ### 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] github-actions[bot] closed issue #2857: [Feature][Connector-V2] Imporve http connector

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #2857: [Feature][Connector-V2] Imporve http connector
URL: https://github.com/apache/incubator-seatunnel/issues/2857


-- 
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 #2857: [Feature][Connector-V2] Imporve http connector

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

   > > > I can do this work, pls assign to me. Thx.
   > > 
   > > 
   > > Hi, @TyrantLucifer , does this work complete?
   > 
   > Not completed. Please reopen.
   
   Ok, I will add it to `projects: SeaTunnel RoadMap`


-- 
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] jobmission commented on issue #2857: [Feature][Connector-V2] Imporve http connector

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

   @TyrantLucifer does this work complete?


-- 
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 #2857: [Feature][Connector-V2] Imporve http connector

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

   > I can do this work, pls assign to me. Thx.
   
   Hi, @TyrantLucifer , does this work complate?


-- 
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] github-actions[bot] commented on issue #2857: [Feature][Connector-V2] Imporve http connector

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #2857:
URL: https://github.com/apache/incubator-seatunnel/issues/2857#issuecomment-1436147943

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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] hailin0 commented on issue #2857: [Feature][Connector-V2] Imporve http connector

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

   Please help to add `help wanted` label
   
   @TyrantLucifer 


-- 
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 #2857: [Feature][Connector-V2] Imporve http connector

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

   > > I can do this work, pls assign to me. Thx.
   > 
   > Hi, @TyrantLucifer , does this work complete?
   
   Not completed. Please reopen.


-- 
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] hailin0 commented on issue #2857: [Feature][Connector-V2] Imporve http connector

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

   Anyone willing to help?
   
   


-- 
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] github-actions[bot] closed issue #2857: [Feature][Connector-V2] Imporve http connector

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #2857: [Feature][Connector-V2] Imporve http connector
URL: https://github.com/apache/incubator-seatunnel/issues/2857


-- 
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 #2857: [Feature][Connector-V2] Imporve http connector

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

   I can do this work, pls assign to me. Thx.


-- 
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] github-actions[bot] commented on issue #2857: [Feature][Connector-V2] Imporve http connector

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #2857:
URL: https://github.com/apache/incubator-seatunnel/issues/2857#issuecomment-1321292345

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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] github-actions[bot] commented on issue #2857: [Feature][Connector-V2] Imporve http connector

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #2857:
URL: https://github.com/apache/incubator-seatunnel/issues/2857#issuecomment-1306416010

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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] github-actions[bot] commented on issue #2857: [Feature][Connector-V2] Imporve http connector

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #2857:
URL: https://github.com/apache/incubator-seatunnel/issues/2857#issuecomment-1423416162

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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] jobmission commented on issue #2857: [Feature][Connector-V2] Imporve http connector

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

   你好,http connector分页支持了么?
   


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