I have to use pubsub yaml file conditionally based on environment. In local I have to use rabbitmq and in other environmenta i have to use other pubsub broker. I have different pubsub yaml files in components folder for different messaging brokers.
For now I am keeping only one and for other one I am commenting. Is there any alternative solution?