This repository was archived by the owner on Sep 16, 2024. It is now read-only.
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Build list of commands for deploying to a replica cluster #438
Closed
Description
This will be in support of an ml-gradle "mlDeployToReplica" task that is effectively mlDeploy minus any command that can write to a database.
Implementation detail - can have a marker interface for any Command that writes to a database, making it easy to take the full list of commands returned by CommandMapBuilder and filter those commands out.