George Harley

Results 5 comments of George Harley

The cause of the problem described in the original post is the `mvn package` step carried out in the `Containerize()`. That repackaging overwrites the Spring Boot Jar file that is...

@brendanburns For your consideration I've submitted a PR for this issue that consists of the changes to the library I made locally to containerize a Spring Boot application. Works for...

@faiz0019 I've just tried running a Boot application using the information in [package samples](https://github.com/metaparticle-io/package/blob/master/tutorials/java/tutorial.md#spring-boot-apps) and it all works OK. I'm using the latest level of package source and Spring Boot...

After making a change to the destination policy so that the `httpDetectionInterval` is 10 seconds rather than 1 second I believe there is evidence that circuit breaking is going on....

@cjremshaw I wonder if what we have separately seen relates to Envoy's [panic threshold](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/load_balancing.html#panic-threshold)?