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

Add error callback per vhost connection #56

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

ThisIsNSH
Copy link
Contributor

Problem statement

  • right now error callback is for entire rabbit context, for a multi vhost setup there is no possibility to provide separate error callback

Proposed changes

  • add the possibility to add error callback per vhost when creating the connection. this error callback will take precedence over the one provided by in rabbit context. all now there is a possibility to stop getting error callback for a specific vhost by putting an empty callback during creation of connection

Remaining work

  • Unit Tests
  • Integration Tests
  • Documentation

Signed-off-by: Nishant <[email protected]>
Signed-off-by: Nishant <[email protected]>
Signed-off-by: Nishant <[email protected]>
Signed-off-by: Nishant <[email protected]>
@ThisIsNSH ThisIsNSH marked this pull request as draft January 21, 2025 04:01
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.

1 participant