yaooqinn commented on code in PR #4242:
URL: https://github.com/apache/kyuubi/pull/4242#discussion_r1096905038


##########
docs/deployment/settings.md:
##########
@@ -311,6 +311,7 @@ You can configure the Kyuubi properties in 
`$KYUUBI_HOME/conf/kyuubi-defaults.co
 | kyuubi.frontend.thrift.backoff.slot.length             | PT0.1S            | 
Time to back off during login to the thrift frontend service.                   
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                            | duration | 1.4.0 |
 | kyuubi.frontend.thrift.binary.bind.host                | <undefined> | 
Hostname or IP of the machine on which to run the thrift frontend service via 
the binary protocol.                                                            
                                                                                
                                                                                
                                                                                
                                                                                
                              | string   | 1.4.0 |
 | kyuubi.frontend.thrift.binary.bind.port                | 10009             | 
Port of the machine on which to run the thrift frontend service via the binary 
protocol.                                                                       
                                                                                
                                                                                
                                                                                
                                                                                
                             | int      | 1.4.0 |
+| kyuubi.frontend.thrift.binary.ssl.bind.port            | 10011             | 
Port of the machine on which to run the thrift frontend service via the binary 
protocol with SSL enabled.                                                      
                                                                                
                                                                                
                                                                                
                                                                                
                             | int      | 1.7.0 |

Review Comment:
   kyuubi.frontend.thrift.binary.bind.port also can be used for ssl, how do we 
suppose users to understand?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to