Uh oh!
There was an error while loading. Please reload this page.
feat: Add readTimeout and conenctionTimeout as configurable parameters - #1658
Conversation
zeitlinger
left a comment
There was a problem hiding this comment.
Thanks for the contribution!
| <version>${project.version}</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> |
There was a problem hiding this comment.
why a new dependency? have a look at
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
zeitlinger
commented
Nov 3, 2025
A pushed a change that reads the properties from a file to be in line with the other properties |
zeitlinger
commented
Nov 4, 2025
@hmhuan please fix the build - and let me know if you want to have this PR included in the upcoming release |
hmhuan
commented
Nov 5, 2025
Hi @zeitlinger , Thank you for your support. I will fix the build and update on this weekend. |
Hey @zeitlinger, I have just remove the test dependency and remove redundant test. Please help me to review and include this PR in the upcoming release. Thank you very much |
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: huan.huynh <1612858@student.hcmus.edu.vn>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com> Signed-off-by: huan.huynh <1612858@student.hcmus.edu.vn>
Signed-off-by: huan.huynh <1612858@student.hcmus.edu.vn>
Uh oh!
There was an error while loading. Please reload this page.
I got the issue like below so I would like to contribute to fix it by apply configurable for
connectionTimeoutandreadTimeout.