hddong commented on PR #2633: URL: https://github.com/apache/incubator-kyuubi/pull/2633#issuecomment-1135574115
@yaooqinn @pan3793 The changes: ```scala kyuubi.ha.type = <zookeeper|custom> // etcd will add when etcd supported kyuubi.ha.namespace kyuubi.ha.addresses kyuubi.ha.custom.class ``` and, removed `create chroot path if necessary`. `ha.type` may simpler than `class` for user to change discovery client. Or if `kyuubi.ha. client.class` is better, will revert 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
