Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard Error - Source connector appears as sink connector #94

Open
cashol opened this issue Jun 25, 2019 · 2 comments
Open

Dashboard Error - Source connector appears as sink connector #94

cashol opened this issue Jun 25, 2019 · 2 comments

Comments

@cashol
Copy link

cashol commented Jun 25, 2019

image

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

@Antwnis
Copy link
Contributor

Antwnis commented Jun 27, 2019

@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
Copy link
Author

cashol commented Jun 28, 2019

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'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants