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

Exchange abstraction #880

Merged
merged 3 commits into from
Dec 20, 2024
Merged

Exchange abstraction #880

merged 3 commits into from
Dec 20, 2024

Conversation

spuun
Copy link
Member

@spuun spuun commented Dec 13, 2024

WHAT is this pull request doing?

Move existing exchanges to AMQP namespace and introduce a clean base class for all exchanges, similar to what's been done with queues. This enables better separation of amqp and mqtt code.

HOW can this pull request be tested?

Run specs to see that nothing breaks.

NOTE:
rebase+merge, not squash, to not screw up git history

@spuun spuun marked this pull request as ready for review December 17, 2024 11:36
@spuun spuun requested a review from a team as a code owner December 17, 2024 11:36
Copy link
Member

@viktorerlingsson viktorerlingsson left a comment

Choose a reason for hiding this comment

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

Haven't looked through every line of code in the moved files, but I'm assuming there's no big changes to logic, just adding the AMQP module?

I think this makes sense 👍

@spuun spuun merged commit 2b8cbb1 into main Dec 20, 2024
23 of 25 checks passed
@spuun spuun deleted the exchange-abstraction branch December 20, 2024 07:20
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.

2 participants