fresh-borzoni commented on code in PR #399:
URL: https://github.com/apache/fluss-rust/pull/399#discussion_r2880777567


##########
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:
   no specific reason, I think it was just accidental.
   I think it's better to reference the configuraton with link in 
api-reference, I'll add the ticket for 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to