-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
What is the reason of using IO dispatcher for launching message fetchers and consumers?
https://github.com/SeekerWing/aws-sqs-consumer/blob/master/src/main/kotlin/org/seekerwing/aws/sqsconsumer/SqsQueueConsumer.kt#L19
As you are using aws sdk v2 and message processor has suspend
modifier I don't see the reason for not using Dispatchers.Default
.
Metadata
Metadata
Assignees
Labels
No labels