Skip to content

Commit

Permalink
Remove etcd-based cluster mode and replace it with sharding (#504)
Browse files Browse the repository at this point in the history
This commit removes the previously used etcd-based cluster mode and
replaces it with a sharding-based cluster for improved performance and
scalability. As we plan to build a cluster based on sharding, this
change is necessary.
  • Loading branch information
hackerwins authored Mar 30, 2023
1 parent fdd62a9 commit 6f9c5ad
Show file tree
Hide file tree
Showing 47 changed files with 127 additions and 2,326 deletions.
1 change: 0 additions & 1 deletion api/types/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package types
import "time"

// Project is a project that consists of multiple documents and clients.
// It allows developers to work on the same cluster.
type Project struct {
// ID is the unique ID of the project.
ID ID `json:"id"`
Expand Down
Loading

0 comments on commit 6f9c5ad

Please sign in to comment.