Dataflow 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 dataflow server:
spring.cloud.dataflow.features.streams-enabledspring.cloud.dataflow.features.tasks-enabledspring.cloud.dataflow.features.analytics-enabledBy default, all these features are enabled for local dataflow server.
The REST endpoint /features provides information on the features enabled/disabled.