You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This issue is paramount to move the Kafka Extension from Axon 4 to Axon 4.5, due to the graceful startup and shutdown process.
Being able to configure everything in one spot greatly simplifies that, hence why this issue's priority is increased.
After some further investigation, a more trivial solution was spotted to make this work.
Furthermore, since Kafka's Producer and Consumer require an abundance of properties, it's not straightforward to derive a concise ModuleConfiguration for the Kafka Module that doesn't use Spring.
This adjusts the priority and usefulness quite some.
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 aConfigurerModule
implementation, which for example could be tied in through the Service Loader mechanism, to configure Kafka outside of the scope of Spring (Boot) too.The text was updated successfully, but these errors were encountered: