Hello,
I started using Axon tracing extension as written in reference guide: https://docs.axoniq.io/reference-guide/extensions/tracing
But as I found, default command and query gateway is always used, because AxonAutoConfiguration goes first, and defaultCommandGateway is created there. So tracingCommandGateway in TracingAutoConfiguration is ignored.
Is something more needed to configure? Or where could I make a mistake?
Thanks