Managing Kafka Connect Services

Lists the commands you use to start, stop, or restart Kafka Connect Services

Use the maprcli node services command with the -action parameter as follows:
maprcli node services -name kafka-connect -action start -nodes <node_list>
maprcli node services -name kafka-connect -action stop -nodes <node_list>
maprcli node services -name kafka-connect -action restart -nodes <node_list> 

For more information see node services