hydro-project / hydroflow

Hydro's low-level dataflow runtime
https://hydro.run/docs/hydroflow/
Apache License 2.0
480 stars 35 forks source link

Move Hydro Deploy to `async-ssh2-tokio` crate #1463

Open shadaj opened 1 month ago

shadaj commented 1 month ago

Currently, we use async-ssh2-lite, which under the hood uses openssl which requires building native dependencies. Instead, we should migrate to https://github.com/Miyoshi-Ryota/async-ssh2-tokio which uses russh under the hood and as of recently supports features like port forwarding which we need.

MingweiSamuel commented 1 month ago

Yes please

jhellerstein commented 3 weeks ago

Are we deprecating Hydro Deploy? If so lower priority.