ashwanthkumar / suuchi

सूचि - Toolkit to build Distributed Data Systems
https://ashwanthkumar.github.io/suuchi/
53 stars 12 forks source link

Feature - Channel Pools - fixes #39 #41

Closed ashwanthkumar closed 8 years ago

ashwanthkumar commented 8 years ago

With this change, we've removed grpc-netty dependency from suuchi-core. This means developers can plug in any custom transport in thier project as needed. As part of that, we had to move SuuchiClient to suuchi-examples instead of it being in suuchi-core.

This should also enable us to write tests for forward and forwardAsync in our HoFRouter and ReplicationRouters.

Fixes #39

codecov-io commented 8 years ago

Current coverage is 60.34% (diff: 62.96%)

Sunburst

No coverage report found for master at 110d7eb.

Powered by Codecov. Last update 110d7eb...4a5f97f

brewkode commented 8 years ago

Looks good. Merging this.