-
Notifications
You must be signed in to change notification settings - Fork 130
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
Incorrect detection of connector type #68
Comments
Thanks for the report @jglambed can u please look into that ? Given that Debezium connectors will also be part of the |
Hey, Debezium lead here :) Out of curiousity, what's "fast-data-dev"? |
Hey @gunnarmorling nice to meet up - Co-Founder of landoop.com here Fast-data-dev is https://github.com/Landoop/fast-data-dev It comes with (stream-reactor) - that is a collection of 27 Kafka Connectors and additional high-value / popular Kafka Connector, thus we are in the process of delivering the debezium collection of Kafka Connectors - so that people can have an out-of-the-box experience and be enabled to test-out Kafka Connect and build streaming apps on i.e. their laptops, or easily tear-up and down environments |
@gunnarmorling @jpechane care to join our public Slack channel so we can have a quick discussion and discuss more. Been using debezium for quite a while, and will be keen to connect-up |
Hi @gunnarmorling, great work on Debezium! https://github.com/Landoop/fast-data-dev |
@andmarios Just curieus while using debezium mysql and having the described issue with a deployed kaffa (not landoop-dev), is it possible to use individual parts of fast-data-dev. I mean only use the connector-ui and topics-ui for example? thx |
The individual parts of fast-data-dev have their own GitHub projects: https://github.com/landoop/kafka-topics-ui |
Debezium project delivers a set of source connectors for change data capture. Unfortunately the connectors are presented as sink because of this line
https://github.com/Landoop/kafka-connect-ui/blob/e838f5b716e05d2b0ecb8ce03075eb5acfd97d9d/src/kafka-connect/configuration/extraction/configuration-type.filter.js#L25
The connector type should not be identified as such based on presence of
source
string in its nameThe text was updated successfully, but these errors were encountered: