Ryan Baxter
Ryan Baxter
When using a Git repo as a backend and that Git repo contains a submodule you can clone the submodules but they are never refreshed. See https://github.com/spring-cloud/spring-cloud-config/issues/1917#issuecomment-873216819 I think we...
The cookie, header, and query route predicate factories don't match `.*` patterns and instead return a `404`. At the very least it should return a 500, but I believe these...
See https://github.com/spring-cloud/spring-cloud-config/issues/2009 We need to at least provide a Bean for `ConfigServerInstanceProvider.Function`. We would need to do this similar to what is done in Spring Cloud Netflix https://github.com/spring-cloud/spring-cloud-netflix/blob/main/spring-cloud-netflix-eureka-client/src/main/java/org/springframework/cloud/netflix/eureka/config/EurekaConfigServerBootstrapper.java
This would fail the build before the integration tests run
To eliminate the need for the application to be able to access the K8S API server we should provide a `ServiceDiscovery` implementation that does not rely on the use of...
The module would help with the developer experience in building and debugging Kubernetes based apps. To start with I would like to add some support for using Telepresence, it could...
I tried using metaparticle to containerize a simple Spring Boot application but it is not running. I am not sure if maybe I am not doing something correctly or if...
Bulkhead support was added in the non-reactive case in https://github.com/spring-cloud/spring-cloud-circuitbreaker/issues/93 We should also support it in the reactive case
https://github.com/ap4k/ap4k/pull/234