ashwanthkumar / suuchi

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

Handle or forward #11

Closed ashwanthkumar closed 7 years ago

ashwanthkumar commented 7 years ago

Fixes #2

Early version of HandleOrForward based on a ForwardStrategy. Will integrate with Partitioner once #10 is merged.

cc: @brewkode

brewkode commented 7 years ago

Making some changes towards better naming. Calling ForwardStrategy as RoutingStrategy. handleOrForward could be simply called route.

codecov-io commented 7 years ago

Current coverage is 58.90% (diff: 55.31%)

Merging #11 into master will increase coverage by 6.64%

@@             master        #11   diff @@
==========================================
  Files            11         14     +3   
  Lines           155        219    +64   
  Methods           0          0          
  Messages          0          0          
  Branches         26         34     +8   
==========================================
+ Hits             81        129    +48   
- Misses           68         81    +13   
- Partials          6          9     +3   

Powered by Codecov. Last update 0a50967...e2bba12

ashwanthkumar commented 7 years ago

I think we should merge this branch soon. I've experimented too much stuff in here. I'm very very happy with how things have progressed so far 👍