chen0623-bak opened a new issue, #5429: URL: https://github.com/apache/seatunnel/issues/5429
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened Written on the official website as poll_interval_ms  The source code says poll_interval_millis  ### SeaTunnel Version 2.3.3 ### SeaTunnel Config ```conf env { job.mode = "STREAMING" execution.parallelism = 1 } source { Http { poll_interval_ms = 5000 url = "http://192.168.195.248:3000" method = "GET" format = "json" json_field = { finish_main_code = "$.data[*].finishMainCode" finish_code = "$.data[*].finishCode" texture = "$.data[*].texture" green_level = "$.data[*].greenLevel" create_date = "$.data[*].createDate" last_update_date = "$.data[*].lastUpdateDate" sale_state = "$.data[*].saleState" permission_name = "$.data[*].finishPermissions[*].permissionName" permission_code = "$.data[*].finishPermissions[*].permissionCode" } schema = { fields { finish_main_code = string finish_code = string texture = string green_level = string create_date = string last_update_date = string sale_state = string permission_name = string permission_code = string } } } } sink { Console{} } transform{} ``` ### Running Command ```shell ./bin/seatunnel.sh -c jobs/http-test.conf -e local ``` ### Error Exception ```log no exception ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots _No response_ ### Are you willing to submit 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]
