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

:fix: service events remove durable subscriptions #4023

Merged
merged 1 commit into from
May 21, 2024

Conversation

riccardomodanese
Copy link
Contributor

Brief description of the PR.
switch from durable to "normal" subscriptions for events.
In this way, if a container is removed, we prevent message leak and event broker crash

Related Issue
none

Description of the solution adopted
See Brief description

Screenshots
none

Any side note on the changes made
none

@riccardomodanese riccardomodanese added the Bug This is a bug or an unexpected behaviour. Fix it! label Apr 17, 2024
@riccardomodanese riccardomodanese force-pushed the fix-service_events_remove_durable_subs branch from 144bc00 to 9936a0f Compare May 7, 2024 07:20
@codecov-commenter
Copy link

codecov-commenter commented May 7, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 16.67%. Comparing base (9506c48) to head (6d7c6d3).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             develop    #4023   +/-   ##
==========================================
  Coverage      16.67%   16.67%           
  Complexity        22       22           
==========================================
  Files           2009     2009           
  Lines          52223    52223           
  Branches        4437     4437           
==========================================
  Hits            8706     8706           
  Misses         43113    43113           
  Partials         404      404           
Files Coverage Δ
...se/kapua/commons/event/jms/JMSServiceEventBus.java 19.21% <0.00%> (ø)

@riccardomodanese riccardomodanese force-pushed the fix-service_events_remove_durable_subs branch 2 times, most recently from 9639600 to 7f52653 Compare May 15, 2024 14:59
Signed-off-by: riccardomodanese <riccardo.modanese@eurotech.com>
@riccardomodanese riccardomodanese force-pushed the fix-service_events_remove_durable_subs branch from 7f52653 to 6d7c6d3 Compare May 20, 2024 15:14
@riccardomodanese riccardomodanese merged commit 618ab0f into develop May 21, 2024
65 of 67 checks passed
@riccardomodanese riccardomodanese deleted the fix-service_events_remove_durable_subs branch May 21, 2024 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This is a bug or an unexpected behaviour. Fix it!
Projects
Development

Successfully merging this pull request may close these issues.

2 participants