Skip to content

teijo/showstopper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Showstopper

Proof-of-concept library for active feedback circuit-breakers.

The problem

You do a remote service call for which the results are not immediately available, that is, the side-effect happens after you get a response from the server. In HTTP responses this would be analogous to getting 'asynchronous' 202 ACCEPTED instead of 'synchronous' 200 OK.

What happens if the side-effect leads to an error when the action is finally evaluated? How should it be reflected for the client that created the call?

Developing

  • npm test to automatically run tests on chenges

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors