Skip to content

Message listener stops pulling more messages - Ktor #376

@SalyczeQ

Description

@SalyczeQ

Hi,
I discover some issues with pulling messages. It seems that after some time of application running, the message listener stops pulling more messages from SQS. (Other parts of the app runs normally)

I am using prefetchingMessageListener in version 4.4.0 with this conf in Ktor 1.6.7.

concurrencyLevel = { 2 }
messageVisibility = { Duration.ofSeconds(60) }
desiredPrefetchedMessages = 5
maxPrefetchedMessages = 10

I understand that this is not easy to figure out what is exactly happening and what can be wrong.
Would you have even advice on how to possibly trace this issue? Or debug it?

thanks,
Saly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions