AxonFramework / extension-springcloud

Axon Framework extension for Spring Cloud's Discovery mechanism integration to distribute Command messages.
https://axoniq.io/
Apache License 2.0
26 stars 16 forks source link

Use the `SpanFactory` in the `SpringHttpCommandBusConnector` #302

Closed smcvb closed 1 year ago

smcvb commented 1 year ago

This pull request adds the SpanFactory to the SpringHttpCommandBusConnector. The SpanFactory is used on the SpringHttpCommandBusConnector#receiveCommand operation to set the child span upon receiving a command.

In doing so, this pull request resolves #231.