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

Replace tower with a more active alternative #1239

Open
ethan-readyset opened this issue Apr 24, 2024 · 0 comments
Open

Replace tower with a more active alternative #1239

ethan-readyset opened this issue Apr 24, 2024 · 0 comments

Comments

@ethan-readyset
Copy link
Contributor

Description

We have a pretty important dependency on tower for RPCs within Readyset. Unfortunately, the dependency seems to be unmaintained — the last commit was 5 months ago, and the last version was released almost 2 years ago. This is preventing us from upgrading our Rust toolchain because tower currently relies on ahash 0.7.7, which uses the stdsimd feature, which was removed from Rust in early February. Upgrading our toolchain past this point leads to a compile error that cannot be resolved.

We should look into replacing tower with something that is actively maintained. One option might be tarpc, which I particularly like because it allows us to easily define RPCs that are transport agnostic (e.g. they can run over TCP or over memory channels). This would enable us to easily tackle REA-3505.

Change in user-visible behavior

No

Requires documentation change

No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant