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

Please update README and document connector.class #175

Open
jacojoubert12 opened this issue Feb 5, 2023 · 3 comments
Open

Please update README and document connector.class #175

jacojoubert12 opened this issue Feb 5, 2023 · 3 comments

Comments

@jacojoubert12
Copy link

Please make the README more elaborate. It has been hours trying to get it going and the README doesn't help. It is not clear how to install, and how to run. Kafka-Connect keeps saying it can't find the connector.class. connector.class is not discussed in the document provided.

@Hardik-Parikh
Copy link

Hello @jacojoubert12 any updates on the same, as I am facing the same issue?

@Claudenw Claudenw changed the title Please update README Please update README and document connector.class Mar 7, 2023
@ngc4579
Copy link

ngc4579 commented Mar 13, 2024

@jacojoubert12 I guess the 'connector class' refers to the actual connector class which in case of Aiven is io.aiven.kafka.connect.opensearch.OpensearchSinkConnector. At least we got this working in conjuction with the Strimzi Kafka Operator and its KafkaConnector CR.

@gharris1727
Copy link

Hi all,

A detailed description of what you tried, and what the result was will go a long way towards getting assistance for issues like this. I can't tell from the description of this issue whether the plugin is installed correctly in your environment, or whether your connector configuration is correct, so it is hard to write documentation which would have prevented the issue.

The "connector.class" configuration is part of the Connect framework, not this connector. See the upstream documentation here: https://kafka.apache.org/documentation/#connect_configuring . If you're having trouble installing the connector, check the documentation for plugin.path: https://kafka.apache.org/documentation/#connectconfigs_plugin.path . You can also search for examples on how to install and configure connectors, or find alternative documentation for Connect, beyond anything that this repository's README could provide.

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

4 participants