[
https://issues.apache.org/jira/browse/KYLIN-6071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17930262#comment-17930262
]
Guoliang Sun commented on KYLIN-6071:
-------------------------------------
h3. Dev Design
- Implement decentralized service discovery and registration: Each server
registers its own information in the `system` table, relying on the audit log
mechanism to synchronize the service registry.
- Adjust the default `kylin.server.store-type` for Query nodes to use JDBC,
enabling them to perform service registration.
> Support JDBC Service Discovery
> ------------------------------
>
> Key: KYLIN-6071
> URL: https://issues.apache.org/jira/browse/KYLIN-6071
> Project: Kylin
> Issue Type: Improvement
> Affects Versions: 5.0.0
> Reporter: Guoliang Sun
> Assignee: Guoliang Sun
> Priority: Major
> Fix For: 5.0.2
>
>
> Currently, Zookeeper (ZK) provides two capabilities:
> 1. Distributed locks (KE already has a JDBC implementation that can replace
> this).
> 2. Service discovery (currently no replacement exists).
> A replacement for ZK that supports service discovery is required.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)