Versions Compared

Key

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

...

The current `/connectors` endpoint will gain a new multi query param `?expand=(truestatus|config|falseinfo)` which will return a map {stringconnectorName->expansion->(ConnectorStateInfo|ConnectorInfo|Map<String, String>)}.

the following expansions are allowed

expandclass returned

status

ConnectorStateInfo
infoConnectorInfo


Code Block
w:kafka norwood$ curl -s http://localhost:8083/connectors | jq
[
  "blah"
]

...