Hi guys,
I’m working on an application which uses Axon Framework and I would like to increase number of thread for TrackingEventProcessor.
I did it by using registerTrackingEventProcessorConfiguration method of EventProcessingConfigurer and I set thread count to 15.
I have 5 processors and for every of them only 10 TrackingSegmentWorkers were created.
Is there some maximum number of threads in Axon for TrackingEventProcessor?
Is it possible to change this maximum?
Is it better approach to split event handlers to more processors? (currently I have 3 of them for sagas and 2 processors for all event handlers in classes in same packages)
Thanks in advance for your help.
Kind regards,
Matus