Alan Chen

Results 36 comments of Alan Chen

For linux, probably need to `std:fs::remove_file` to cause an unlink first on binaries in the `.flvuio/bin` directory, then copy new versions in. see https://stackoverflow.com/questions/16764946/what-generates-the-text-file-busy-message-in-unix

Fix tested and worked on Linux and within a linux docker env.

Probably good to tackle this a crate at a time

A new release https://github.com/rustls/rustls/releases/tag/v/0.22.0 (mentioned by Seyho here https://infinyon.slack.com/archives/CQ8UX6SBH/p1701539652032509) Making rustls the default build config would reduce maintenance for cross platform builds, as well as surface area for security updates...

Closed - completed for first phase

An additional related item to decouple the connector dep references is that fluvio-connector-common also referenced, is not a released crate, so it can't be referenced via crates.io

We definitely have a set of options with different tradeoffs to consider. Export as a feature adds adds bulk to the fluvio crate, but is nice that it keeps everything...

This is a solid assessment. Our package servers already have an index of all the packages already on the server side, so a hybrid of 1 and 2 would be...

We'll have him review if there is a candidate submission unless this is blocking work?

Hi @PanGan21, thanks for the contribution! We'll definitely take a look at it