Uploaded image for project: 'AMQ Streams'
  1. AMQ Streams
  2. ENTMQST-1621

Add list of connector plugins to Kafka Connect status

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 1.4.0.GA
    • None
    • None
    • None
    • 2020.1

      One of the things user needs to know to manage connectors using the Connector operator is which connectors are available in the Connect deployment.

      The status with this change looks something like this:

      status:
        buildConfigName: my-connect-cluster-connect
        conditions:
        - lastTransitionTime: "2020-01-18T17:43:26.736Z"
          status: "True"
          type: Ready
        connectorPlugins:
        - class: cz.scholz.kafka.connect.echosink.EchoSinkConnector
          type: sink
          version: 1.0.0
        - class: org.apache.kafka.connect.file.FileStreamSinkConnector
          type: sink
          version: 2.4.0
        - class: org.apache.kafka.connect.file.FileStreamSourceConnector
          type: source
          version: 2.4.0
        - class: org.apache.kafka.connect.mirror.MirrorCheckpointConnector
          type: source
          version: "1"
        - class: org.apache.kafka.connect.mirror.MirrorHeartbeatConnector
          type: source
          version: "1"
        - class: org.apache.kafka.connect.mirror.MirrorSourceConnector
          type: source
          version: "1"
        observedGeneration: 1
        url: http://my-connect-cluster-connect-api.myproject.svc:8083
      

            Unassigned Unassigned
            scholzj JAkub Scholz
            Jakub Stejskal Jakub Stejskal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: