GehaFearless commented on code in PR #1864:
URL:
https://github.com/apache/incubator-pegasus/pull/1864#discussion_r1462649917
##########
src/zookeeper/zookeeper_session.cpp:
##########
@@ -43,6 +44,10 @@ DSN_DEFINE_string(security,
zookeeper_kerberos_service_name,
"zookeeper",
"zookeeper kerberos service name");
+DSN_DEFINE_string(security,
+ zookeeper_sasl_service_fqdn,
+ "",
+ "The fqdn of sasl server name which one connect to zookeeper
service");
Review Comment:
`The FQDN of a Zookeeper server, used in Kerberos Principal.
`
is better. Not the first host in [zookeeper] hosts_lis
--
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]