-
Notifications
You must be signed in to change notification settings - Fork 241
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
Enabled Rabbit Streams by adding ability to expose additional ports #2234
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for contribution
embedded-rabbitmq/src/test/resources/bootstrap-stream.properties
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2234 +/- ##
=============================================
+ Coverage 79.89% 79.96% +0.06%
- Complexity 660 663 +3
=============================================
Files 199 199
Lines 3159 3169 +10
Branches 130 132 +2
=============================================
+ Hits 2524 2534 +10
Misses 565 565
Partials 70 70 ☔ View full report in Codecov by Sentry. |
Hi @ijusti , thanks for approving. It seems like one of the builds failed, and I don't have permission to re-run it. Can you give it a go? Thanks. |
Tests were failed |
They passed this time. I wonder if it was just an issue with the build system. Tests pass locally. |
This PR Adds the property
embedded.rabbitmq.additionalPorts
, which allows us to expose arbitrary port. If you enable the RabbitMQ Streams plugin, you can also expose the port 5552 to use for streams tests.This is my first PR with this project. I hope I've followed the conventions.
Closes #2157