incubator-horaedb-meta
incubator-horaedb-meta copied to clipboard
Dispatch database creation event to all servers
Description
This is a sub-task of https://github.com/CeresDB/ceresdb/issues/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