spring-cloud-cli
spring-cloud-cli copied to clipboard
Run apps with rabbit when user asks for the "rabbit" profile
The "thin" profile works (--thin.profile=thin makes the deployer switch to the thin deployer), but the "rabbit" profiles doesn't (only the deployer runs with Rabbit, and the apps that are deployed still run with kafka).
Fixed in ca120e6. User can set --deployer=thin on command line and/or --profile=rabbit.
Unfortunately, there's a bug in the thin wrapper that makes this break in 1.3.1 (two binders on the classpath because the "excludes" feature is broken). has We can fix it for 1.3.2 by upgrading the wrapper to 1.0.1.