Versions Compared

Key

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

...

  • /plugins/<type>/<name>/configdef: This will return the configdef for the specified plugin. Type can be either sink, source, transformation, predicate, converter or header_converter. Name must be the class name, fully qualified class name or not, of the plugin.

For example, accessing http://localhost:8083/plugins/transformation/org.apache.kafka.connect.transforms.Cast$Value/configdef will return:

...