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

Use NetworkClient in ambry-replication #433

Open
vgkholla opened this issue Aug 24, 2016 · 0 comments
Open

Use NetworkClient in ambry-replication #433

vgkholla opened this issue Aug 24, 2016 · 0 comments

Comments

@vgkholla
Copy link
Contributor

Replication in ambry still uses blocking channels and BlockingChannelConnectionPool. This is the last user of blocking channels. ambry-replication needs to start using the NetworkClient so that

  1. To stop using blocking channels and blocking paradigm
  2. To abstract away network details from replication.
@vgkholla vgkholla changed the title Move ambry-replication to use NetworkClient Use NetworkClient in ambry-replication Aug 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant