-
Notifications
You must be signed in to change notification settings - Fork 38
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
Not working with AWS MSK Connect #195
Comments
@rsharma1980 That error is very generic and you will need to investigate further. A variety of things could be wrong: networking, permissions, outages, etc. I am not aware of any incompatibilities that would prevent the connector from working and that the connector needs to fix, but if you do find any, please submit a more detailed bug report. |
@rsharma1980 - We use Terraform to create connectors and don't have any issues connecting MSK with Open Search
|
Thank You @HaroonSaid . This is helpful |
@HaroonSaid how did you created your custom plugin? Im facing the following error:
|
This sounds like you haven't uploaded the plug-in into S3 and created the custom plugin via AWS Console |
@HaroonSaid I actually did, but i just downloaded the latest zip and uploaded to s3... probably there's something wrong with it. |
Unzip locally and compare with older file zip |
Try older, not much changes |
@leopoloc0 keep a close eye on your cost of running the MSK connector |
@HaroonSaid thanks for the tip man! Also, you were right, the .zip was the issue. It is now working as an MSK connector. |
@leopoloc0 - we liked the TF integration, but found the cost at scale became prohibitive We run around several hundred connectors per production environment regions |
I am trying to create the connector in AWS MSK. I took the latest zip file and created a custom plugin. It gives me error "There is an issue with the connector, Code: UnknownError.Unknown
Message: The last operation failed. Retry the operation" . I passed there variables connection
connector.class=io.aiven.kafka.connect.opensearch.OpensearchSinkConnector
connection.url=<> port used was 9200
tasks.max=1.
I am not sure what is causing it. Is expected to work with AWS?
The text was updated successfully, but these errors were encountered: