hddong commented on code in PR #2601:
URL: https://github.com/apache/incubator-kyuubi/pull/2601#discussion_r870893555
##########
kyuubi-ha/src/main/scala/org/apache/kyuubi/ha/HighAvailabilityConf.scala:
##########
@@ -158,4 +158,12 @@ object HighAvailabilityConf {
.version("1.5.0")
.stringConf
.createOptional
+
+ val DISCOVERY_CLIENT_CLASS: ConfigEntry[String] =
+ buildConf("kyuubi.service.discovery.client.class")
Review Comment:
Shall we change to `kyuubi.ha.discovery.client.class`, the key should put
under
[`HA`](https://github.com/apache/incubator-kyuubi/blob/master/docs/deployment/settings.md#ha)
in settings.md .
--
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]