Skip to content

Commit 71a141a

Browse files
TraceReactorAutoConfiguration.HooksRefresher improper queue decoration
fixes gh-2318
1 parent f8d88bb commit 71a141a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-cloud-sleuth-autoconfigure/src/main/java/org/springframework/cloud/sleuth/autoconfig/instrument/reactor/TraceReactorAutoConfiguration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ public void onApplicationEvent(RefreshScopeRefreshedEvent event) {
149149
Schedulers.onScheduleHook(TraceReactorAutoConfiguration.SLEUTH_REACTOR_EXECUTOR_SERVICE_KEY,
150150
ReactorSleuth.scopePassingOnScheduleHook(this.context));
151151
}
152+
break;
152153
case DECORATE_ON_EACH:
153154
if (log.isTraceEnabled()) {
154155
log.trace("Decorating onEach operator instrumentation");

0 commit comments

Comments
 (0)