Hi,
is there any detailed example on how to configure an event processor to use persistent streams?
Right now I am using PooledStreamingEventProcessors for all processing groups and I want to switch to persistent streams. But the docs under Subscribing Event Processor do tell much about the details on how to configure using the Java API.
Hi again,
after some searching in the Axon code I found out how to configure a persistent streams processor. Maybe interesting for others (beware, it’s Kotlin:-):