Fixed the kafka sender condition. fixes gh-985

This commit is contained in:
Marcin Grzejszczak
2018-05-23 10:23:19 +02:00
parent 70759b5ddd
commit 714802ca1d
4 changed files with 2 additions and 13 deletions

View File

@@ -887,9 +887,6 @@ The following example shows setting the sender type for `web`:
spring.zipkin.sender.type: web
----
IMPORTANT: If you have Kafka on the classpath, you need to set
`spring.zipkin.kafka.enabled` to `true` apart from setting the sender type.
To customize the `RestTemplate` that sends spans to Zipkin via HTTP, you can register
the `ZipkinRestTemplateCustomizer` bean.