-
Notifications
You must be signed in to change notification settings - Fork 77
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
SQS notifications not triggering #85
Comments
You're setting the Let me know if that worked |
Thanks @mmolimar The updated connector config now is:
I rechecked to see if the queue url is correct, and it matches what is in the SQS console as wel as what has been applied to the SQS Source Connector. Is there some other setting that needs to be included? Thank you. |
I think |
Thanks. That change let the connector run. Unfortunately, it doesn't respond to queue events. Does the fs.uris property do anything in this case? It does complain if I change it to s3 instead of s3a, but, looking at the code, it seems to take everything from the message, and it seems to auto add the prefix s3a:// Would it be that AWS S3 has issues connecting to it via s3a instead of s3? |
You should use |
A file is uploaded to a folder in the S3 bucket
s3://bucket-name/folder1/folder2/
The SQS queue gets a notification, but, the connector doesn't do anything.
The Kafka connect is in an EC2 instance, and its role has been given permission to the SQS queue.
The setup works, as the SQS Source connector (https://www.confluent.io/hub/confluentinc/kafka-connect-sqs) works, and brings the notifications into a topic in Kafka.
Could you please let me know if there is anything off with the settings as defined above.
Thank you.
The text was updated successfully, but these errors were encountered: