Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Asynchronous Map Implementation for Pipeline #2295

Merged
merged 17 commits into from
Dec 24, 2024
Prev Previous commit
Next Next commit
add unit tests for map streamer
Signed-off-by: Yashash H L <[email protected]>
yhl25 committed Dec 19, 2024

Verified

This commit was signed with the committer’s verified signature.
lemunozm Luis Enrique Muñoz Martín
commit ac84e5ccdc5b52e2ef9f97e434a1564dc3c9d670
24 changes: 23 additions & 1 deletion rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion rust/numaflow-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ async-nats = "0.38.0"

[dev-dependencies]
tempfile = "3.11.0"
numaflow = { git = "https://github.com/numaproj/numaflow-rs.git", rev = "ddd879588e11455921f1ca958ea2b3c076689293" }
numaflow = { git = "https://github.com/numaproj/numaflow-rs.git", rev = "9ca9362ad511084501520e5a37d40cdcd0cdc9d9" }
pulsar = { version = "6.3.0", default-features = false, features = ["tokio-rustls-runtime"] }

[build-dependencies]
Loading