charlesdong1991 commented on code in PR #622:
URL: https://github.com/apache/fluss-rust/pull/622#discussion_r3427612937


##########
website/docs/user-guide/rust/api-reference.md:
##########
@@ -99,9 +99,12 @@ Complete API reference for the Fluss Rust client.
 | `fn id(&self) -> i32`            | Server node ID                            
           |
 | `fn host(&self) -> &str`         | Hostname of the server                    
           |
 | `fn port(&self) -> u32`          | Port number                               
           |
-| `fn server_type(&self) -> &ServerType` | Server type (`CoordinatorServer` or 
`TabletServer`) |
+| `fn server_type(&self) -> &ServerType` | Server type (`CoordinatorServer`, 
`TabletServer`, or `Unknown`) |
 | `fn uid(&self) -> &str`          | Unique identifier (e.g. `"cs-0"`, 
`"ts-1"`)         |
 
+`ServerType::Unknown` is used when the client has not yet determined the 
endpoint

Review Comment:
   i think other bindings' api reference also have it, but maybe i am wrong



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