seanparsons / glue

Building Better Services And Clients
BSD 3-Clause "New" or "Revised" License
39 stars 3 forks source link

Some Suggestions #4

Open CMCDragonkai opened 8 years ago

CMCDragonkai commented 8 years ago

Cool project, do you know of Netflix's Hystrix and Facebook's Haxl?

Some patterns that are useful (some that I've used before):

Also I'm thinking about how this would integrate with RPC frameworks like Cap'n Proto and promise pipelining feature.

seanparsons commented 8 years ago

@CMCDragonkai Thanks for the feedback!

I wrote this in part originally because I found Haxl to be complicated to even get started with and wanted something more akin to the way Finagle from Twitter works.

seanparsons commented 8 years ago

@CMCDragonkai To your points though: