Duc Nguyen
Duc Nguyen
Actually I increased the `idle_timeout` to 1200 (20 minutes) but the issue can still be reproduced. It usually happens if I have a compilation error in my VSCode IDE when...
Sure, this is the trace log [internal_proxy.log](https://github.com/metalbear-co/mirrord/files/14922633/internal_proxy.log) And the configuration is ```json "internal_proxy": { "log_destination": "/tmp/internal_proxy.log", "log_level": "mirrord=trace", "idle_timeout": 1200 } ```
I tried with the above configuration, Quarkus process did not get killed this time but the performance of VSCode is much slower or freeze for code completion, suggestion, compare to...
@xorrvin It works as expected. Thank you for the suggestion. I use a `traefik` ingress controller and did the similar thing (like nginx) ``` apiVersion: traefik.io/v1alpha1 kind: Middleware metadata: name:...
@yangfeng20 There is a way to work around with the current `spring-ai-vertex-ai-gemini` dependency by replacing the low-level Request Formatter in `HttpJsonPredictionServiceStub` with the one pointing to the api endpoint of...
@marcosamm Sorry for making not clear. The new version of Spring AI `1.0.0-SNAPSHOT` does not require the `Transport.REST` to be set. To implement this work-around you will need to create...
@marcosamm You are welcome, I'm glad that it works for you. The issue you have seems related to SSL handshake timeout, does it frequently happen ?
@hdva2502 this issue is fixed from master branch
@KotlinFactory theoratically the vertex.ai module can be re-used and modify to alternate the REST call to the Gemini endpoint instead of going through GCP. However, the issue is that Google...