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

Graceful shutdown #18

Merged
merged 4 commits into from
Jan 9, 2024
Merged

Graceful shutdown #18

merged 4 commits into from
Jan 9, 2024

Conversation

SravanThotakura05
Copy link
Collaborator

Changes to handle graceful shutdown of consumer, publisher before destroy and added tests to assert graceful shutdown

…troy and added tests to assert graceful shutdown
Copy link
Collaborator

@ozangunalp ozangunalp left a comment

Choose a reason for hiding this comment

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

It would be nice to add a flag (graceful-shutdown to follow other connectors) to disable the waiting on channel close.

@SravanThotakura05
Copy link
Collaborator Author

It would be nice to add a flag (graceful-shutdown to follow other connectors) to disable the waiting on channel close.

It would be nice to add a flag (graceful-shutdown to follow other connectors) to disable the waiting on channel close.

added option to configure graceful shutdown

Copy link
Collaborator Author

@SravanThotakura05 SravanThotakura05 left a comment

Choose a reason for hiding this comment

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

@ozangunalp All requested changes are available in this commit - a4b0a11

Copy link
Collaborator

@ozangunalp ozangunalp left a comment

Choose a reason for hiding this comment

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

LGTM, just a couple of minor things.

@SravanThotakura05
Copy link
Collaborator Author

SravanThotakura05 commented Jan 9, 2024

@ozangunalp All requested changes are available in below commits

b383e34

33a4acf

@ozangunalp ozangunalp merged commit 2366810 into main Jan 9, 2024
3 checks passed
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.

Graceful termination is implemented on Quarkus ShutdownEvent
2 participants