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.
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