90poe / connectctl

A kafka connect util

Home Page:https://connectctl.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create connector status command

richardcase opened this issue · comments

Create a new connectclt connectors status <name> command that will do the following:

  • without a name it will work for all connectors in a cluster, with a name for a specific connector
  • get the connector(s) status
  • count the number of failed tasks
  • set the exit code to the number of failed tasks
  • support --quiet so nothing is output

Also keep in mind #6 and #7