Steven van Beelen

Results 144 issues of Steven van Beelen

This pull request disables batch optimization for token-based event reading in the `BatchingEventStorageEngine`. The batch optimization is intended to *not* retrieve a second batch of events to cover for potential...

Type: Bug
Priority 1: Must
Status: In Progress

### Feature Description Introduce a form of parameter support within message handling functions to differentiate between regular message handling or dead letter handling. For example, we could add a form...

Type: Feature
Priority 2: Should

### Feature Description Introduce a JDBC variant of the `SequencedDeadLetterQueue`. Doing so is inline with the level of support Axon Framework provides around storage solution. The `TokenStore`, `EventStorageEngine`, and `SagaStore`,...

Type: Feature
Priority 1: Must

### Enhancement Description The new Unit of Work, as introduced in #2953, still requires a bunch of JavaDoc to be put in place. This work is done separately to unblock...

Type: Enhancement
Priority 1: Must

### Enhancement Description The scenarios are plenty wherein a Message Handling Component (MHC) combines `@EventHandler` and `@QueryHandler` annotated methods. The event handlers update the projection and the query handlers answers...

Type: Enhancement
Priority 3: Could

### Feature Description Currently, accessing the aggregate through command dispatching has roughly two approaches: 1. Have an external Command Handler that invokes the Aggregate's `Repository` to load an instance and...

Type: Feature
Priority 2: Should

### Feature Description It would be beneficial if the `AxonServerContainer` contained a create and delete context operation. Having these would simplify multi-node Axon Server test cases where a custom context...

Type: Feature
Priority 3: Could
Status: In Progress

### Feature Description The current default for Sagas backed by a `StreamingEventProcessor` (SEP) is to set the initial `TrackingToken` to the head of the stream in the absence of configuration...

Priority 4: Would
Type: Feature

### Feature Description Axon Framework 4.6.0 has seen the introduction of integrated tracing through issue #2294. This issue did not cover the `DisruptorCommandBus`, though. ### Current Behaviour The integrated tracing...

Type: Feature
Priority 3: Could

### Feature Description Although "full" support for `@ExceptionHandler` annotated methods isn't feasible, perhaps there is some other benefit we can provide here. At the very least, we could cover for...

Type: Feature
Priority 4: Would