Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide live call option #38

Open
cs31415 opened this issue Nov 16, 2017 · 0 comments
Open

Provide live call option #38

cs31415 opened this issue Nov 16, 2017 · 0 comments

Comments

@cs31415
Copy link

cs31415 commented Nov 16, 2017

Consider providing a value in the options to always make a live call and not use existing tapes. I have a situation where certain API's may need to be called live whereas others may be replayed. A case could be made that the caller ought to not route to the yakbak server those calls that need to be live. However, for my scenario, the caller is running against dev (with the ability to route to the yakbak server as a toggle option via qs param) and yakbak is setup to record/replay against prod so that the dev client code can be tested against prod data. In this case, the dev client wouldn't be configured to call prod API's, so any calls not routed to yakbak would go to dev instead of prod.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant