Skip to content
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.

tokio-service vs. tower? #29

Closed
flosse opened this issue Feb 26, 2018 · 4 comments
Closed

tokio-service vs. tower? #29

flosse opened this issue Feb 26, 2018 · 4 comments

Comments

@flosse
Copy link

flosse commented Feb 26, 2018

At the moment I can't see a clear direction of tokio-service and tokio-proto. Some people talk about tower to be the replacement of tokio-service (I'd disagree) and there are statements like these:

Tower is going to be the replacement for tokio-service.

I'm a bit confused now.
I really don't care about naming but if all the crates do the same we should synergize the power into one crate. If they are different we should precisely define the differences.
So would you mind to help out to clear up the situation?

@carllerche
Copy link
Member

carllerche commented Feb 26, 2018

tokio-service is going to be deprecated once tower is released. Tokio will focus on the async I/O runtime aspects (reactor, executor, timer, etc...) and Tower will focus on the request / response abstraction.

It's mostly about having each project focus on one thing.

@flosse
Copy link
Author

flosse commented Feb 26, 2018

tower-service is going to be deprecated once tower is released.

I see, that's good to know :)
So the future of tokio-proto is still unclear but that's not part of this issue ;-)

@flosse flosse closed this as completed Feb 26, 2018
@flosse
Copy link
Author

flosse commented Feb 26, 2018

tower-service is going to be [..]

You're talking about tokio-service, don't you?

@carllerche
Copy link
Member

@flosse yes! thanks (i updated the comment).

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

No branches or pull requests

2 participants