-
Notifications
You must be signed in to change notification settings - Fork 0
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
GRAD2-2929: task is completed. #527
Conversation
GRAD2-2929: initial commit
GRAD2-2929: task is complete.
Fixed the conflict file.
GRAD2-2929: initial commit
GRAD2-2929: task is complete.
Fixed the conflict file.
Fixed the broken unit tests.
…AD-BATCH-GRADUATION-API into feature/GRAD2-2929
More coverage to provide more test cases & also remove unused codes.
Clean up unused imports.
Clean up unused codes.
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.
Please answer to the comments
return WebClient.builder().exchangeStrategies(ExchangeStrategies.builder() | ||
.codecs(configurer -> configurer | ||
.defaultCodecs() | ||
.maxInMemorySize(100 * 1024 * 1024)) // 100 MB |
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.
Is 100M enough? We have 300M in other apis
return WebClient.builder().exchangeStrategies(ExchangeStrategies.builder() | ||
.codecs(configurer -> configurer | ||
.defaultCodecs() | ||
.maxInMemorySize(100 * 1024 * 1024)) // 100 MB |
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.
Same here
Clean up more comments.
Quality Gate passedIssues Measures |
GRAD2-2929: task is completed.