In an application there can be many SpanHandlers, from which one is the Zipkin span handler. The way the auto-configuration ZipkinConfigurations.BraveConfiguration#zipkinSpanHandler is built, it backs off on any SpanHandler. It should only back off on a ZipkinSpanHandler, not on any user-defined SpanHandler.