AxonFramework icon indicating copy to clipboard operation
AxonFramework copied to clipboard

Wire the `AxonServerConnector` instead of the `AxonServerCommandBus`

Open smcvb opened this issue 1 year ago • 0 comments

Enhancement Description

With the replacement of the AxonServerCommandBus with the AxonServerConnector in #3003, we greatly simplified the command dispatching logic in Axon Framework with Axon Server. However, that pull request did not cover for the configuration logic yet. To make the new solution usable throughout, we should ensure it is wired.

Current Behaviour

There is no AxonServerCommandBus and no AxonServerConnector configured in Axon Framework.

Wanted Behaviour

An easily configurable Axon Server version of the CommandBus.

smcvb avatar Aug 05 '24 14:08 smcvb