-
Notifications
You must be signed in to change notification settings - Fork 4
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
Conversation
…troy and added tests to assert graceful shutdown
There was a problem hiding this 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.
pubsub-plus-connector/src/test/java/io/quarkiverse/solace/SolaceConsumerTest.java
Outdated
Show resolved
Hide resolved
pubsub-plus-connector/src/test/java/io/quarkiverse/solace/SolaceConsumerTest.java
Outdated
Show resolved
Hide resolved
pubsub-plus-connector/src/test/java/io/quarkiverse/solace/SolacePublisherTest.java
Outdated
Show resolved
Hide resolved
pubsub-plus-connector/src/test/java/io/quarkiverse/solace/SolaceConsumerTest.java
Outdated
Show resolved
Hide resolved
pubsub-plus-connector/src/test/java/io/quarkiverse/solace/SolacePublisherTest.java
Outdated
Show resolved
Hide resolved
added option to configure graceful shutdown |
There was a problem hiding this 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
There was a problem hiding this 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.
pubsub-plus-connector/src/main/java/io/quarkiverse/solace/outgoing/SolaceOutgoingChannel.java
Outdated
Show resolved
Hide resolved
pubsub-plus-connector/src/main/java/io/quarkiverse/solace/outgoing/SolaceOutgoingChannel.java
Outdated
Show resolved
Hide resolved
pubsub-plus-connector/src/main/java/io/quarkiverse/solace/outgoing/SolaceOutgoingChannel.java
Outdated
Show resolved
Hide resolved
pubsub-plus-connector/src/main/java/io/quarkiverse/solace/incoming/SolaceIncomingChannel.java
Outdated
Show resolved
Hide resolved
pubsub-plus-connector/src/main/java/io/quarkiverse/solace/incoming/SolaceIncomingChannel.java
Outdated
Show resolved
Hide resolved
pubsub-plus-connector/src/test/java/io/quarkiverse/solace/SolaceConsumerTest.java
Outdated
Show resolved
Hide resolved
pubsub-plus-connector/src/test/java/io/quarkiverse/solace/SolaceConsumerTest.java
Show resolved
Hide resolved
@ozangunalp All requested changes are available in below commits |
Changes to handle graceful shutdown of consumer, publisher before destroy and added tests to assert graceful shutdown