lensesio / kafka-connect-ui

Web tool for Kafka Connect |
http://lenses.io/product/features
Other
506 stars 129 forks source link

Dashboard Error - Source connector appears as sink connector #94

Open cashol opened 5 years ago

cashol commented 5 years ago

image

The picture above displays the ActiveMQSourceConnector as a sink connector. (Maybe, this is an ActiveMQSourceConnector issue?!)

Antwnis commented 5 years ago

@cashol Can you add a PR to include the full class name & the relevant definitions into https://github.com/Landoop/kafka-connect-ui/blob/master/src/supported-connectors.js

cashol commented 5 years ago

I am using a 'Kafka Connect ActiveMQ Source Connector' from Confluent, see https://docs.confluent.io/current/connect/kafka-connect-activemq/index.html#activemq-source-connector. Full class name: io.confluent.connect.jms.ActiveMQSourceConnector.

Incomplete entry for supported-connectors.js: { name: "ActiveMQSourceConnector", icon: "????", description: "The ActiveMQ Source Connector is used to read messages from an ActiveMQ cluster and write them to a Apache Kafka® topic.", type: "Source", uiEnabled: true, color: "#??????", class: "io.confluent.connect.jms.ActiveMQSourceConnector", docs: "https://docs.confluent.io/current/connect/kafka-connect-activemq/index.html#activemq-source-connector", author: 'Confluent - Connectors to Kafka' }

Btw, the sink connector (see picture above) is also provided by Confluent, see https://docs.confluent.io/current/connect/kafka-connect-activemq/sink/index.html. Full class name: io.confluent.connect.jms.ActiveMqSinkConnector.

Incomplete entry for supported-connectors.js: { name: "ActiveMQSinkConnector", icon: "????", description: "The ActiveMQ Sink Connector is used to move messages from Kafka to an ActiveMQ cluster.", type: "Sink", uiEnabled: true, color: "#??????", class: "io.confluent.connect.jms.ActiveMqSinkConnector", docs: "https://docs.confluent.io/current/connect/kafka-connect-activemq/sink/index.html", author: 'Confluent - Connectors to Kafka' }