feat: ofrep provider#1429
Conversation
liran2000
left a comment
There was a problem hiding this comment.
thanks for this 😃 added some comments
bae4f4f to
5ea2826
Compare
Signed-off-by: Rahul Baradol <rahul.baradol.14@gmail.com>
5ea2826 to
c18d670
Compare
Signed-off-by: Rahul Baradol <rahul.baradol.14@gmail.com>
Signed-off-by: Rahul Baradol <rahul.baradol.14@gmail.com>
Signed-off-by: Rahul Baradol <rahul.baradol.14@gmail.com>
Signed-off-by: Rahul Baradol <rahul.baradol.14@gmail.com>
liran2000
left a comment
There was a problem hiding this comment.
I see the review comments were addressed, thanks.
Added some more review comments on last commits, approving, can wait for others to review as well.
aepfli
left a comment
There was a problem hiding this comment.
Thank you this looks good to me. I am just questioning if we should maybe more often use the @Value lombok annotation to generate record like objects. I think this could reduce some of the boilderplate even more here. Thank you
Signed-off-by: Rahul Baradol <rahul.baradol.14@gmail.com>
Signed-off-by: Rahul Baradol <rahul.baradol.14@gmail.com>
Signed-off-by: Rahul Baradol <rahul.baradol.14@gmail.com>
|
How can we proceed here? |
|
from my perspective this is good to go, but I would love to have somebody from the OFREP sig also as part of the reviewers @thomaspoignant @lukas-reining (or maybe somebody else) |
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
| */ | ||
| public OfrepApi(Duration requestTimeout, Duration connectTimeout, ProxySelector proxySelector, Executor executor) { | ||
| httpClient = HttpClient.newBuilder() | ||
| .connectTimeout(connectTimeout) |
There was a problem hiding this comment.
We could possibly add keepAlive settings, but by default I think there's a 30s pooled connection so I think that's good for now.
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
toddbaert
left a comment
There was a problem hiding this comment.
@Rahul-Baradol I made a few very small changes:
- used a
ParseErrorinstead of aGeneralErrorwhere I thought it made sense - updated the parent pom dependency requiring latest SDK version
- added myself to the owners
If that's all OK with you, don't do anything! I will merge tomorrow. If not, please say so!
|
Ohh no issues! |
This PR
Related Issues
Fixes #1413
Follow-up Tasks