apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.
https://horaedb.apache.org
Apache License 2.0
27 stars 15 forks source link

Implement persistent storage for procedures in the storage #277

Open chunshao90 opened 1 year ago

chunshao90 commented 1 year ago

Description Merge the implementation of the procedure storage with the storage storage implementation to prevent cases where the etcd key is not prefixed with the root path.

Proposal Support persisting procedure in server/storage/storage_impl.go.

Additional context