apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.

Home Page:https://horaedb.apache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dispatch database creation event to all servers

jiacai2050 opened this issue · comments

Description

This is a sub-task of apache/horaedb#597

Proposal

Two points

  • When a ceresdb server first register with meta, it should return all databases back to it.
  • When receive database create request, it should notify other servers about this new database.

Additional context