Data Flow server offers specific set of features that can be enabled/disabled when launching. These features include all the lifecycle operations, REST endpoints (server, client implementations including Shell and the UI) for:
One can enable, disable these features by setting the following boolean properties when launching the Data Flow server:
spring.cloud.dataflow.features.streams-enabled
spring.cloud.dataflow.features.tasks-enabled
spring.cloud.dataflow.features.analytics-enabled
By default, all these features are enabled for local
dataflow server.
The REST endpoint /features
provides information on the features enabled/disabled.