Skip to content

Commit

Permalink
Add replicated-loglet feature to restate-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Oct 14, 2024
1 parent 12920f5 commit 0d6b2bf
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 75 deletions.
118 changes: 54 additions & 64 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion crates/admin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ license.workspace = true
publish = false

[features]
default = []
default = ["replicated-loglet"]
clients = []
servers = []
options_schema = ["restate-service-client/options_schema"]
memory-loglet = ["restate-bifrost/memory-loglet"]
replicated-loglet = ["restate-bifrost/replicated-loglet"]

[dependencies]
restate-admin-rest-model = { workspace = true, features = ["schema"] }
Expand Down
Loading

0 comments on commit 0d6b2bf

Please sign in to comment.