Tomasz Juchniewicz

Results 14 comments of Tomasz Juchniewicz

I agree with @fdw. Configuration is difficult and error-prone. In Hystrix era we used `SetterFactory` to customize command names. We could simply use Feign class name only or class and...

Fixed by https://github.com/spring-cloud/spring-cloud-openfeign/pull/575. Now we can use `CircuitBreakerNameResolver ` to customize circuit name.

I discovered this issue in my Spring Boot library we share between many services. Some of them use statds registry (uses dots), others moved to prometheus registry (uses underscores). We...

When we can expect latest AGIC add-on in AKS? Latest version is 1.7.2 but AKS still uses 1.5.3. We also need to use ssl profile annotation in our AKS.

It was upgraded to 1.7.1 in AKS 1.27. See https://github.com/Azure/AKS/issues/3628 We can close this issue IMO

Mechanism to customize `JedisClientConfig` is also required to provide custom `credentialsProvider` required for implementing cloud identity based authentication.

@dmikusa It's probably about building image that includes [Tracing Agent ](https://www.graalvm.org/latest/reference-manual/native-image/metadata/AutomaticMetadataCollection/#tracing-agent). Currently to build such image we use custom `Dockerfile` but maybe there is a way to do it using...

I've just followed into the same issue... But this is probably Spring Cloud issue, not Eureka.