jbertram commented on code in PR #4728:
URL: https://github.com/apache/activemq-artemis/pull/4728#discussion_r1440927957
##########
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java:
##########
@@ -170,9 +170,13 @@ public class Create extends InstallAbstract {
@Option(names = "--shared-store", description = "Enable broker shared
store.")
private boolean sharedStore = false;
- @Option(names = "--slave", description = "Be a slave broker. Valid for
shared store or replication.")
+ @Deprecated(forRemoval = true)
+ @Option(names = "--slave", description = "Deprecated for removal. Use
'backup' instead.")
Review Comment:
Fixed!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]