Open
Description
At the moment, the only easy approach to configure the Kafka Extension in an Axon project, is to use the kafka-spring-boot-starter
dependency provided.
It would be beneficial if the kafka
module would contain a ConfigurerModule
implementation, which for example could be tied in through the Service Loader mechanism, to configure Kafka outside of the scope of Spring (Boot) too.