Steven van Beelen
Steven van Beelen
Take overall look on current existing documentation and add code sample where ever things are explained. Start example giving both `Configuration` API and Spring (Boot) configuration (if applicable). Per default...
There currently isn't a very clear example on how to set up AMQP or Kafka as the message source for a given `EventProcessor`. To that end we should expand the...
Add AxonDB documentation in the Advanced Tuning section, together with set up examples.
Add AxonHub documentation in the Advanced Tuning section, together with set up examples.
We should introduce an Appendix section where we note other worthy Axon plugins, like the one described in framework issue [#640](https://github.com/AxonFramework/AxonFramework/issues/640).
Certain database implementations impose caveats when trying to do advanced tuning on your Axon application. We should thus introduce more examples in this space to further help out users. Known...
As we've got an English and a Korean translation of the Reference Guide, and potentionally more under way, it would be highly beneficial if a user would be able to...
### Feature Description As a follow-up of issue #3, which we resolved in pull request [#2001](https://github.com/AxonFramework/AxonFramework/pull/2001) on Axon Framework, we will introduce interceptors that uses the reactive API. Thus, a...
A lot of methods are already provided through the `ReactorQueryGateway`, expanding on the regular `QueryGateway`. The only thing which is currently really missing, is the option to _only_ provide the...
### Feature Description Introduce a dedicated module that provides examples on how to use this extension. ### Current Behaviour There is no sample module. ### Wanted Behaviour Have a sample...