Is there any way to copy queues from one event broker to other
I am planning to create event broker service for PRODUCTION environment. Existing event broker instance I used for DEV and QA purpose. I know cloning whole event broker service but not sure about if we do have any way to copy the queue from one event broker to another.
Answers
-
Hi Swapnil,
you can clone an event broker service using Cluster Manager. Cloning an event broker service allows you to create copies of existing event broker services, including their configurations. The copy includes most of the event broker service configurations, including clients, queues, connectors, access control, and caches. For a list of items that aren't cloned, see the Considerations for Cloning an Event Broker Service.
If you want to re-use the config to a different Broker (i.e. different Service class/size, different version), we recommend to use the generate feature of the terraform provider and apply that to a new Broker with different size/version etc. Just note that the terraform provider is still in Beta and ClientProfiles are not yet created (need to create them manually):
0