Skip to content

Commit

Permalink
Revert "Initial implementation of the callback handler"
Browse files Browse the repository at this point in the history
This reverts commit b9c6977.
  • Loading branch information
BulkBeing committed Jan 2, 2025
1 parent b9c6977 commit ceb30fb
Show file tree
Hide file tree
Showing 21 changed files with 11 additions and 319 deletions.
155 changes: 9 additions & 146 deletions rust/Cargo.lock

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

4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ verbose_file_reads = "warn"
# This profile optimizes for runtime performance and small binary size at the expense of longer build times.
# Compared to default release profile, this profile reduced binary size from 29MB to 21MB
# and increased build time (with only one line change in code) from 12 seconds to 133 seconds (tested on Mac M2 Max).
[profile.release]
lto = "fat"
# [profile.release]
# lto = "fat"

# This profile optimizes for short build times at the expense of larger binary size and slower runtime performance.
# If you have to rebuild image often, in Dockerfile you may replace `--release` passed to cargo command with `--profile quick-release`
Expand Down
1 change: 0 additions & 1 deletion rust/numaflow-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ futures = "0.3.30"
pin-project = "1.1.5"
rand = "0.8.5"
async-nats = "0.38.0"
reqwest = { version = "0.12.12", features = ["json"] }

[dev-dependencies]
tempfile = "3.11.0"
Expand Down
Loading

0 comments on commit ceb30fb

Please sign in to comment.