Steven van Beelen
Steven van Beelen
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`...
First and foremost, I am not 100% confident this is the right place to report this in. So, if not, feel free to move my request or me somewhere else....
Next to the existing upcaster samples, a version showing how the `ContextAwareSingleEventUpcaster` works would be beneficial as well.
An often occurring use case of the `HandlerEnhancerDefintion` interface is an implementation which dedicates itself towards security annotations. This suggestion is also shared during the training, for example. There however...
Although the `MessageMonitors` are described [here](https://docs.axoniq.io/reference-guide/axon-framework/monitoring/metrics), we do not explain the captured metrics separately. Having a table similar to what we did for [distributed tracing](https://docs.axoniq.io/reference-guide/axon-framework/monitoring/tracing) would be helpful to our...
It would be beneficial if the Reference Guide explained how Axon Framework locks an Aggregate and a Saga. Although these specifics can be retrieved from the JavaDoc, a short section...
Currently the Reference Guide does not describe how to dispatch commands and/or queries from one context to another, or how to handle events from other contexts. This would require a...
Now and then users may reach issues with their Axon application that, for example, the database connection pool gets exhausted. The thing that's not immediately evident is the number of...
The [Correlation Data Providers](https://docs.axoniq.io/reference-guide/axon-framework/monitoring-and-metrics#correlation-data) would benefit from some additional information. Things like: - Listing the provided implementations - Describe the intent of these implementations - Specify how to configure several...
The current [Event Snapshots](https://docs.axoniq.io/reference-guide/axon-framework/tuning/event-snapshots) page contains some inconsistencies in the explanation. For one, it assumes the `AggregateSnapshot` to be the alternative of custom snapshot events, while that's no longer the...