90poe / connectctl

A kafka connect util

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement connectors status sub-command

richardcase opened this issue · comments

Implement connectctl connectors status that given a list of connector names it will return the status of those connectors. It should allow outputing the results to JSON and table.

This relates to the following API call: https://docs.confluent.io/current/connect/references/restapi.html#get--connectors-(string-name)-status

Closing as duplicate of #12