Versions Compared

Key

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

...

This is purely an addition, so the change is almost entirely described by the Public Interfaces section. Responses will be a JSON array of fully qualified class names, e.g.

Code Block
{[ "org.apache.kafka.connect.file.FileStreamSourceConnector", "org.apache.kafka.connect.file.FileStreamSinkConnector" }]

A few connectors that are included with Kafka but are intended for testing will be specifically excluded:

...