-
Notifications
You must be signed in to change notification settings - Fork 14
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
Loader mock server #2
base: master
Are you sure you want to change the base?
Conversation
Added README file to show how to launch instance with custom parameters
headers.put(headerName,request.getHeader(headerName)); | ||
} | ||
|
||
ObjectMapper mapper = new ObjectMapper(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Object mapper can be a static final at the top as class variable. Infact static does not matter since class is singleton.. Lets keep it just final...
Hi Himanshu, |
Had a discussion with Balaji. There are some issues with wiremock wrt Plus this service can be tweaked later to suit our needs specifically. Adding Balaji for clarification. Thanks, On Fri, Sep 5, 2014 at 3:06 PM, Nitin Kumar Agarwal <
|
Standalone wiremock is not scaling. So we are working on scalable mock server and to support more use cases Thanks |
Balaji, Regards |
15f99f2
to
bcf778a
Compare
No description provided.