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

[Host] Consumer Circuit breaker #353

Merged
merged 2 commits into from
Jan 9, 2025
Merged

Conversation

zarusz
Copy link
Owner

@zarusz zarusz commented Dec 25, 2024

Based on #251 and #282 with refinements to shift breaker logic to the plugin and away from the Host layer.

@zarusz zarusz marked this pull request as draft December 25, 2024 14:55
@zarusz zarusz added this to the 3.0.0 milestone Dec 25, 2024
@zarusz zarusz force-pushed the feature/v3_circuit_breaker branch from d63b275 to 841bdc9 Compare January 1, 2025 12:01
@zarusz zarusz changed the title Consumer Circuit breaker [Host] Consumer Circuit breaker Jan 1, 2025
@zarusz zarusz self-assigned this Jan 1, 2025
@zarusz zarusz force-pushed the feature/v3_circuit_breaker branch 2 times, most recently from dfdda2f to c58fab3 Compare January 1, 2025 19:49
@zarusz
Copy link
Owner Author

zarusz commented Jan 2, 2025

@EtherZa fyi I've added a refactor commit to shift the circuit breaking logging away from the Host to the plugin.
This is still work in progress, but wanted to let you know I am actively working on this and want to ship in v3.

Will ping you once the PR is ready for review.

@zarusz zarusz force-pushed the feature/v3_circuit_breaker branch 3 times, most recently from ea21d9c to fdb7cd0 Compare January 2, 2025 22:33
@zarusz zarusz marked this pull request as ready for review January 3, 2025 16:58
Signed-off-by: Richard Pringle <[email protected]>
@zarusz zarusz force-pushed the feature/v3_circuit_breaker branch from fdb7cd0 to 69a3823 Compare January 3, 2025 16:59
@zarusz
Copy link
Owner Author

zarusz commented Jan 3, 2025

@EtherZa when you have a moment please review.

@EtherZa
Copy link
Contributor

EtherZa commented Jan 4, 2025

@zarusz I'm making my way through the PR but the night is stretching on for me. I will probably only finish getting through it tomorrow.

Copy link
Contributor

@EtherZa EtherZa left a comment

Choose a reason for hiding this comment

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

@zarusz Sorry for the delay in getting back to you. It's exciting to see this change get some traction!

It looks good but I have added some minor suggestions.

@zarusz zarusz force-pushed the feature/v3_circuit_breaker branch 2 times, most recently from dcaff9e to 1f5fc36 Compare January 8, 2025 22:26
@zarusz
Copy link
Owner Author

zarusz commented Jan 8, 2025

@EtherZa thanks for the feedback. Please have a look once more and if looking good then I will merge.

Copy link
Contributor

@EtherZa EtherZa left a comment

Choose a reason for hiding this comment

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

@zarusz I've added some minor comments, but otherwise it looks great

src/SlimMessageBus.Host/Consumer/AbstractConsumer.cs Outdated Show resolved Hide resolved
src/SlimMessageBus.Host/Consumer/AbstractConsumer.cs Outdated Show resolved Hide resolved
src/SlimMessageBus.Host/Consumer/AbstractConsumer.cs Outdated Show resolved Hide resolved
Signed-off-by: Tomasz Maruszak <[email protected]>
@zarusz zarusz force-pushed the feature/v3_circuit_breaker branch from 1f5fc36 to a1fce9d Compare January 9, 2025 17:04
Copy link

sonarqubecloud bot commented Jan 9, 2025

@zarusz zarusz merged commit 0abaafa into release/v3 Jan 9, 2025
6 checks passed
@zarusz zarusz deleted the feature/v3_circuit_breaker branch January 9, 2025 18:28
@zarusz zarusz mentioned this pull request Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants