spring-cloud-sleuth in a reactive environment -
i should i'm impressed simplicity , usefulness of spring-cloud-sleuth , zipkin.
however, i'm working on poc i'm considering reactive toolkits. vertx 3 first item in list try (with spring cloud ecosystem). i'm wondering if sleuth log tracing work in reactive context guess relies on threadlocals pass around context? keen understand sleuth stand in reactive environment.
thanks kind words! in sleuth edgware support reactor - https://github.com/spring-cloud/spring-cloud-sleuth/tree/master/spring-cloud-sleuth-reactor , in sleuth finchley support reactor , webflux https://github.com/spring-cloud/spring-cloud-sleuth/blob/2.0.x/spring-cloud-sleuth-core/src/main/java/org/springframework/cloud/sleuth/instrument/web/tracewebfluxautoconfiguration.java. in other words it's possible use sleuth in reactive context.
Comments
Post a Comment