Wrapping LoadBalancerFeignClient in tracing representation

without this change when using SC-Netflix 1.2.0 Feign can't call an external URL

fixes #393
This commit is contained in:
Marcin Grzejszczak
2016-09-08 10:53:27 +02:00
parent bc532c4f02
commit 3ebcd1e693
7 changed files with 230 additions and 8 deletions

View File

@@ -141,6 +141,11 @@
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-eureka</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>