Endre Stølsvik

Results 51 issues of Endre Stølsvik

Scenario on client: 1. Employing RedeliveryPolicy with exponential backoff (keeping maximum redeliveries at default 6) 2. Enabled non-blocking redelivery 3. Receiving e.g. 100 consecutive poison messages (which eventually should DLQ...

Just leaving this here for anyone else: Referring to issue #29 where the actual compile fails instead of it segfaulting, due to this bug: https://stackoverflow.com/a/52513771/39334 Here's a diff to get...

Referring to issue #26141, #26142 and most specifically #26143, these are all stemming from attempts by me to create a type of `@EnableAcmeLibraryTest` annotation (with optional parameters) that you could...

in: test
type: enhancement

I use Glogg as a file viewer on windows, due to its extremely good handling of very large files. From a Java project, we create some huge "report files" which...

1. Include some text "Statistics are from MatsFactory startup, which was yyyy-mm-dd, xyz hours ago" 2. Include stages with DLQs and Olds at top, in a table, over Factory Summary,...

* Tally incoming problems (e.g. send a String to an endpoint expecting DataTO) * Tally exception types * Keep last 10 exceptions (or "groups") for introspection * Explore way to...

improvement

After refactoring the MatsSerializer to be binary (byte[]), it has occurred to me that it would probably be both denser and faster to use hand-crafted serialization and deserialization. This would...

enhancement
idea

Ability for an initiation, and during the stages, to add more key-value pairs that will follow the flow. Very much like TraceProperties, but is specifically meant like the logger MDC:...

thoughts

Provide a way for the developer to tell Mats whether this initiation/stage is idempotent or non-idempotent. This could be the clue for Mats to enable inbox/outbox if available. It would...

thoughts

Related to #49, where the stage lambda can _runtime_ mark the processing as idempotent etc, it might give room for more optimizations if the entire stage was marked. 1. If...

thoughts