Skip to content

Commit

Permalink
Merge pull request #139 from 4t145/remove-cluster-api
Browse files Browse the repository at this point in the history
remove cluster api
  • Loading branch information
4t145 authored Aug 23, 2024
2 parents 17fed58 + ed01b2f commit 763b987
Show file tree
Hide file tree
Showing 27 changed files with 54 additions and 3,421 deletions.
10 changes: 0 additions & 10 deletions examples/websocket/Cargo.toml

This file was deleted.

101 changes: 0 additions & 101 deletions examples/websocket/config/conf-default.toml

This file was deleted.

27 changes: 0 additions & 27 deletions examples/websocket/src/main.rs

This file was deleted.

156 changes: 0 additions & 156 deletions examples/websocket/src/processor.rs

This file was deleted.

18 changes: 5 additions & 13 deletions tardis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-appender = { version = "0.2", optional = true }
console-subscriber = { version = "0.2", optional = true }
# Tracing
tracing-opentelemetry = { version = "0.23", optional = true }
opentelemetry = { version = "0.22", default-features = false, features = [
tracing-opentelemetry = { version = "0.25", optional = true }
opentelemetry = { version = "0.24", default-features = false, features = [
"trace",
], optional = true }
opentelemetry_sdk = { version = "0.22", default-features = false, features = [
opentelemetry_sdk = { version = "0.24", default-features = false, features = [
"rt-tokio",
"trace",
], optional = true }
opentelemetry-otlp = { version = "0.15", features = [
opentelemetry-otlp = { version = "0.17", features = [
"reqwest-client",
"reqwest-rustls",
"http-proto",
Expand Down Expand Up @@ -258,7 +258,7 @@ tokio = { version = "1", features = [
] }
criterion = { version = "0.5" }
poem-grpc-build = "0.4"
prost = "0.12"
prost = "0.13.1"
strip-ansi-escapes = "0.2.0"
portpicker = "0.1.1"
# macros
Expand Down Expand Up @@ -305,10 +305,6 @@ required-features = [
name = "test_web_client"
required-features = ["test", "web-client"]

[[test]]
name = "test_websocket"
required-features = ["test", "web-server", "ws-client"]

[[test]]
name = "test_cache_client"
required-features = ["test", "cache"]
Expand All @@ -333,10 +329,6 @@ required-features = ["test", "os"]
name = "test_basic_tracing"
required-features = ["test", "tracing"]

[[test]]
name = "test_cluster"
required-features = ["test", "cluster", "k8s"]

[[bench]]
name = "json_benchmark"
harness = false
Expand Down
Loading

0 comments on commit 763b987

Please sign in to comment.