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

Add support for autoStartup #827

Merged
merged 3 commits into from
Jun 26, 2023

Conversation

marcinmilewski93
Copy link
Contributor

@marcinmilewski93 marcinmilewski93 commented May 31, 2023

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

I added a new SqsContainerOption autoStartup boolean which is used to override the method isAutoStartup() from the SmartLifeCycle interface.

💡 Motivation and Context

#818
It is needed in my service where Listener may not have to be active on the startup.

💚 How did you test it?

  • Junit
  • Integration Tests

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • I updated reference documentation to reflect the change
  • All tests passing
  • No breaking changes

🔮 Next steps

@github-actions github-actions bot added component: sqs SQS integration related issue type: documentation Documentation or Samples related issue labels May 31, 2023
Copy link
Contributor

@tomazfernandes tomazfernandes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay, PR looks perfect @marcinmilewski93, thanks!

I'll just give @maciejwalkowiak a chance to take a look before merging.

@tomazfernandes tomazfernandes added type: feature Integration with a new AWS service or bigger change in existing integration and removed type: documentation Documentation or Samples related issue labels Jun 26, 2023
@tomazfernandes tomazfernandes merged commit 0bd7be9 into awspring:main Jun 26, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: sqs SQS integration related issue type: feature Integration with a new AWS service or bigger change in existing integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants