Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Connect's API provides a list method which returns all running connector names (/connectors) as well as state info methods parameterized by name (/connectors/{connectorName}/status). This leads to a situation where users of this API need to make N api calls to get information about all their running connectors.

...