Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicate code, make serving a built-in source
Browse files Browse the repository at this point in the history
Signed-off-by: Sreekanth <prsreekanth920@gmail.com>
BulkBeing committed Dec 24, 2024
1 parent e20b022 commit f548609
Showing 26 changed files with 84 additions and 3,227 deletions.
61 changes: 1 addition & 60 deletions rust/Cargo.lock

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

2 changes: 0 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ members = [
"numaflow-pb",
"extns/numaflow-pulsar",
"numaflow",
"extns/numaflow-serving",
]

[workspace.lints.rust]
@@ -60,7 +59,6 @@ numaflow-models = { path = "numaflow-models" }
backoff = { path = "backoff" }
numaflow-pb = { path = "numaflow-pb" }
numaflow-pulsar = {path = "extns/numaflow-pulsar"}
numaflow-serving = {path = "extns/numaflow-serving"}
tokio = "1.41.1"
bytes = "1.7.1"
tracing = "0.1.40"
27 changes: 0 additions & 27 deletions rust/extns/numaflow-serving/Cargo.toml

This file was deleted.

Loading

0 comments on commit f548609

Please sign in to comment.