Apache Kafka · JSON Structure

Kafka Connect Connector Plugin Structure

ConnectorPlugin schema from Apache kafka

Type: object Properties: 3
Distributed SystemsEvent StreamingMessagingOpen SourcePub-Sub

ConnectorPlugin is a JSON Structure definition published by Apache Kafka, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

class type version

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-kafka/refs/heads/main/json-structure/kafka-connect-connector-plugin-structure.json",
  "name": "ConnectorPlugin",
  "description": "ConnectorPlugin schema from Apache kafka",
  "properties": {
    "class": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  }
}