charlesdong1991 commented on code in PR #399:
URL: https://github.com/apache/fluss-rust/pull/399#discussion_r2882129082
##########
website/docs/user-guide/python/example/configuration.md:
##########
@@ -35,6 +35,7 @@ with await fluss.FlussConnection.create(config) as conn:
| `scanner.remote-log.read-concurrency` | Streaming read concurrency within a
remote log file | `4` |
| `scanner.log.max-poll-records` | Max records returned in a single
poll() | `500` |
| `connect-timeout` | TCP connect timeout in milliseconds
| `120000` |
+| `request-timeout` | Per-request RPC timeout in
milliseconds (also accepts `request-timeout-ms`) | `30000`
|
Review Comment:
Agree, should consolidate if no specific reason.
Thanks for creating the issue!
--
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]