connectctl_connectors_pause.md
August 23, 2019 ยท View on GitHub
connectctl connectors pause
Pause connectors
Synopsis
Pauses connectors in a specified Kafka Connect cluster. It can pause one or more connectors in a single execution.
connectctl connectors pause [flags]
Options
-h, --help help for add
-c, --clusterURL the url of the kafka connect cluster to pause connectors in
-n, --connectors the names of the connectors to pause. Multiple connector names
can be specified either by comma separating conn1,conn2
or by repeating the flag --n conn1 --n conn2. If no name is
supplied then ALL connectors will be paused.
Options inherited from parent commands
-l, --loglevel loglevel Specify the loglevel for the program (default info)
--logfile Specify a file to output logs to
SEE ALSO
- connectctl connectors - Manage connectors