Thomas

Results 113 comments of Thomas

I am terribly sorry, indeed my bootstrap.yml was incomplete (due to experiments to triage the issue) This is the correct bootstrap.yaml: ``` spring: cloud: kubernetes: config: sources: - name: commons...

Even if there is some problem with the config map volume update, it should not prevent updating the API based configuration imho.

Is there an associated JIRA issue to join the discussion? I observed that `reset()` does not seem to work in all situations, usual case is a user using `ctrl-tab` or...

You are right that gRPC is for inter-service communication, but I don't want to manually expose a different protocol (http/json). That is what gRPC-Web solves, but there needs to be...

I had the same problem when having ``` activate :asset_hash ``` outside of the :build block. When moving the asset_hash to the build configuration the livereload code was injected correctly...

Thanks for the quick reply! I checked the referenced module version, it says 2.7.1 - in the changelog of districution OCI support for 2.7.0 is explicitly mentioned: https://github.com/distribution/distribution/releases/tag/v2.7.0 This should...

Thanks for the update - I am not a go developer, unfortunately. Besides: I have no idea what the problem is, since you already reference the current _distribution_ version which...

If you have a test-build I am happy to try it out!

Thanks for looking into it. Even when supporting is too much effort, you should look into using YAML when developing SB apps. (I was at first reluctant to do so...

I experienced this with some combination of load balancer/reverse proxy. Another possibility would be thread starvation. More details or a minimal test application might help, can you provide that @18513132549