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

recreated PerfTestApp as springboot application #834

Merged
merged 6 commits into from
Mar 11, 2019

Conversation

littleaj
Copy link
Contributor

@littleaj littleaj commented Mar 7, 2019

I use this application for testing. I need a springboot version.

@littleaj littleaj self-assigned this Mar 7, 2019
@littleaj littleaj requested a review from dhaval24 March 7, 2019 00:50
Copy link
Contributor

@dhaval24 dhaval24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me in general. Please resolve some nit comments before merging.

@@ -38,11 +38,9 @@ public void run() {
? pUrl
: "http://"+pUrl);

CloseableHttpClient client = HttpClients.createDefault();
try {
try (CloseableHttpClient client = HttpClientBuilder.create().disableAutomaticRetries().build()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is much clearer :) We should make this refactoring in core sdk code base also.

@littleaj littleaj merged commit e78f5e5 into master Mar 11, 2019
@littleaj littleaj deleted the perfTestAppSpringBoot branch March 11, 2019 20:38
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

Successfully merging this pull request may close these issues.

2 participants