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

deps: use Tower 0.4 from git instead of 0.3.1. #1085

Merged
merged 1 commit into from
Sep 21, 2020
Merged

deps: use Tower 0.4 from git instead of 0.3.1. #1085

merged 1 commit into from
Sep 21, 2020

Conversation

hdevalence
Copy link
Contributor

This addresses at least three pain points:

  • we were affected by bugs that were already fixed in git, but not in
    the released crate;
  • we can use service combinators to transform requests and responses;
  • we can use the hedge middleware.

The version in git is still marked as 0.3.1 but these changes will be
part of tower 0.4: tower-rs/tower#431

This addresses at least three pain points:

- we were affected by bugs that were already fixed in git, but not in
  the released crate;
- we can use service combinators to transform requests and responses;
- we can use the hedge middleware.

The version in git is still marked as 0.3.1 but these changes will be
part of tower 0.4: tower-rs/tower#431
yaahc
yaahc previously approved these changes Sep 21, 2020
@hdevalence hdevalence merged commit 6dd7318 into main Sep 21, 2020
@hdevalence hdevalence deleted the tower-git branch September 21, 2020 21:16
),
// Discover interprets an error as stream termination,
// so discard any errored connections...
peerset_rx.filter(|result| future::ready(result.is_ok())),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@dconnolly dconnolly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

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

Successfully merging this pull request may close these issues.

3 participants