amr8t opened a new pull request, #3811: URL: https://github.com/apache/iggy/pull/3811
## Which issue does this PR address? <!-- We generally require a GitHub issue for all bug fixes and enhancements. Link it with GitHub syntax, keep the line that applies and delete the other: - `Closes #123` auto-closes the issue when this PR merges (full fix). - `Relates to #123` links without closing (partial or related work). --> Relates to #3747 ## Sumary This change adds the RabbitMQ sink connector via the lapin client. As requested, doing only sink connector in this PR. Source will be a separate one. Adds Configurable exchange and various types (topic, direct, fanout). Adds Configurable Retries with exponential backoff Added Integration tests against RabbitMQ container covering topic, fanout and direct exchange behavior. <!-- Why is this change needed? If the issue explains it well, a one-liner is fine. --> ## Local Execution Completed below based on https://github.com/apache/iggy/blob/master/CONTRIBUTING.md - Quality Checks - Typos Checks - License Header Checks - Pre-commit Hooks <!-- You must run your code locally before submitting. "Relying on CI" is not acceptable - PRs from authors who haven't run the code will be closed. Did you have `prek` installed? It runs automatically on commit and covers all project languages. See [CONTRIBUTING.md](https://github.com/apache/iggy/blob/master/CONTRIBUTING.md). --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
