You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
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.