Files
spring-cloud-sleuth/spring-cloud-sleuth-zipkin/src
Jarle Hansen a91a9f8c86 log and return empty mono when WebClient request fails sending zipkin trace data (#2170)
* log and return empty mono when WebClient request fails sending zipkin trace data

* updated tests and RestTemplateSender to handle exceptions

* removed unused imports

* added the option to send in a custom doOnError function

* removed unused loggers

* added the option to send in a custom wrapper function which can customize the reactive flow

* updated javadoc

* updated javadoc
2022-05-27 12:16:18 +02:00
..