humq1992 commented on issue #10929:
URL: https://github.com/apache/seatunnel/issues/10929#issuecomment-4530833782
you are right ! make progress task detect the page end need a additional
param;
conf:
` pageing = {
page_type = "Cursor"
cursor_field = "scrollId"
cursor_response_field = "$.scrollId"
batch_size = 100
}`
body:
`{
"startTime": "2022-01-01",
"stopTime": "2026-05-22",
"scrollId": "WzE3NzkyNzQwMDQwMDAsNjg0NDQ0NzYxNjE2NjE4OTMyNF0",
"enableTranslate": true,
"capacity": 100
}`
response:
`{
"scrollId": "WzE3NzkyNzQwMDQwMDAsNjg0NDQ0NzYxNjE2NjE4OTMyNF0",
"isLastData": true,
"total": 192,
"data": [],
"code": "200",
"message": null
}`
--
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]