Artyom Gabeev

Results 30 comments of Artyom Gabeev

@michaelaplante, not sure about ribbon, but should work with blocking load balancer provided by spring cloud load balancer.

Having a service: ```yaml apiVersion: v1 kind: Service metadata: name: my-service namespace: prod spec: type: ExternalName externalName: my.service.example.com ``` We should be able to resolve service call http://my-service/doCall into http://my.service.example.com/doCall...

KubernetesServicesServerList is used by Ribbon, which is in maintenance mode. Proposed changes should work both for spring cloud load balancer as well.

@jvmlet regarding spring boot way of doing native things: They implements NativeConfiguration and add NativeHint's for AoT. After that they use service locator to find all classes implemented this interface,...

@ryanjbaxter done. But I did not find any documentation about OAuth2Interecptor in feign, so I'm not sure where should I need to document new retyer. Thanks.

I'm trying to sing contribution agreement, but do no receive any confirmation email.

> You seem to have 2 email addresses, one is signed up but the one associated with this PR isn't. I've tried to add the latter email address, did you...

I completed some testing with enabled SnapStart and want to provide some information, which should help with implementation. Setup: - use official configuration instructions and add two layers to enable...