Services Management
The Kafka REST Proxy for HPE Data Fabric Streams service can be started, restarted, and stopped via the maprcli nodes services command or using the REST API equivalent.
The following maprcli nodes services commands summarize the commands.
For more information, see node services.
CLI commands
maprcli node services -name kafka-rest -action start -nodes <node_list>
maprcli node services -name kafka-rest -action stop -nodes <node_list>
maprcli node services -name kafka-rest -action restart -nodes <node_list>
REST
https://<host>:8443/rest/node/services?name=kafka-rest&action=stop&nodes=<node_names>
where node_names is the node on which to perform the action; either a list of nodes, or a filter that matches a set of nodes .