holixon / axon-gateway-extension

Extension to Axon Framework providing additional gateways.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't replace AxonBusServerConfiguration

zambrovski opened this issue · comments

Make configuration easier, and just provide the DispatchAwareAxonServerBus instead of replacing the AxonServerBusConfiguration.

Expected behaviour

Only a different CommandBus should be provided, instead of replacing the whole AxonServerBusConfiguration.

Actual behaviour

AxonServerBusConfiguration is replaced, which may lead to side effects.