Changed the name from decorateHooks to decorateQueues

This commit is contained in:
Marcin Grzejszczak
2021-02-25 15:22:00 +01:00
parent de33b91739
commit 36bc95976d
5 changed files with 25 additions and 24 deletions

View File

@@ -34,7 +34,7 @@ public class Pair {
}
public static Pair noHook() {
return new Pair("spring.sleuth.reactor.decorate-hooks", "false");
return new Pair("spring.sleuth.reactor.decorate-queues", "false");
}
public static Pair noSleuth() {