Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concurrent consumers support #232

Merged
merged 14 commits into from
Dec 13, 2024
Merged

Concurrent consumers support #232

merged 14 commits into from
Dec 13, 2024

Conversation

kjamrog
Copy link
Collaborator

@kjamrog kjamrog commented Dec 11, 2024

Changes:

  • instead of operating on consumer field in AbstractSqsConsumer, we use consumers array now
  • number of consumers can be specified with concurrentConsumersAmount option
  • added messageProcessingTime and messageType to the log for better observability

@kjamrog kjamrog requested a review from CarlosGamero December 11, 2024 13:50
README.md Outdated Show resolved Hide resolved
@kjamrog kjamrog merged commit 2c9bedf into main Dec 13, 2024
6 checks passed
@kjamrog kjamrog deleted the concurrent_consumers_support branch December 13, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants