-
Notifications
You must be signed in to change notification settings - Fork 55
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
Allow multiple RabbitMQ clusters per CF #9
Comments
We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/98229744. |
Hi Rick, To confirm the scenario in which you are experiencing the issue. Is that correct? |
Thanks for the response, Ben. Yes, that is exactly the scenario the client would like to achieve. |
Does #10 resolve this? or only partially address? |
This is something we are very interested in as well (as PCF users). |
Let me clarify our interest here as we don't necessarily need this specific solution but have a need that this could address. What we are really looking for is to be able to provide some form of dedicated service instances that can be used by apps that need to have a guarantee that won't be affected by a noisy neighbor. This is one way that could be done. Having a dedicated plan option would be another. |
Thanks for the context David, I am the product manager for the PCF RabbitMQ tile at Pivotal. The BOSH release now supports multiple cf-rabbitmq deployments running in the same CF / BOSH environment. This is not recommended or supported but has helped out some of the OSS users. This is not supported in PCF. We are currently investigating how best to support 'dedicated' cluster instances provisioned via the same broker in a PCF environment. |
We exposed the following properties:
That allows deploying multiple RabbitMQ clusters. I am closing this issue. |
It appears that we currently allow only one RabbitMQ cluster per CF foundation because the service-uuid is set as a constant. Please see
cf-rabbitmq-release/src/rabbitmq-broker/src/clojure/io/pivotal/pcf/rabbitmq/config.clj
Line 15 in 48ac8b7
The client is using this release for both PCF and CF (OSS) foundations (vSphere and AWS, respectively) and view this as a potential capacity constraint since this will limit them to one rabbit cluster per CF.
I apologize if this is already in the Tracker, but I do not currently have access to it. Please add me, if possible, so I can review our User Stories prior to submitting and to track stories as needed.
Thanks!
The text was updated successfully, but these errors were encountered: