HI Team,
We have issue from Consumer side where TEP is implemented.
Application Yml:
axon:
eventhandling:
processors:
“[kafkaProcessor]”:
source: kafkaMessageSource
mode: TRACKING
threadCount: 1
initialSegmentCount: 1
batchSize: 500
When we try to process the huge load kafka then i see that some the database connection opened and hanging there in sleep state, because this tracking table is locked and other Database threads can’t access the token entry table ( tracking token) .