-
Notifications
You must be signed in to change notification settings - Fork 81
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
aws-ddb-sink-binding doesn't send data to DynamoDB #1038
Comments
What is the camel-k version you're using? |
Please add some information from the logs of the running integration. |
https://camel.apache.org/camel-kamelets/0.8.x/aws-ddb-sink.html I have been using 0.8.x kamelets for both Elasticsearch and DynamoDB |
Please try with the latest version 0.9.0 and Camel-K 1.10.0 |
We tried with the latest version of Camel-K 1.10.0 and there is no difference between the yaml configurations on aws-ddb-sink between 0.8.x and 0.9.x. There is still no data being sent to the kafkaTable. Describing the binding itself we don't see any events:
|
Can you post your logs? |
I can get the logs for the camel-k-operator pod with the |
You need to kamel log the name of your integration and check there. |
|
As far as I see the integration is named aws-ddb-sink-binding |
aws-ddb-sink-binding is also not available. |
It's hard to say in this way. |
Let me explain the whole situation: We have a docker-desktop provisioned kubernetes cluster on a windows host. We have setup a strimizi kafka cluster and produced a few messages. We have already tried the Even though the integration worked with ELK, when we run and
even though the integration is actually working and we can see our data in a kibana view. But the aws-ddb-sink-binding doesn't work with the same source and proper configuration. |
I will try to find the time to test. You should also do something kamel get klb, to see if kameletBinding has been created or not. |
Kamel get klb reveals that no binding has been created, in both elasticsearch-index-sink and aws-ddb-sink but es is working while ddb isn't. |
This should be related: https://issues.apache.org/jira/browse/CAMEL-18603 |
I see that the issue is resolved, i will wait for new Camel release 3.2.0 and the subsequent Camel-K release which will hopefully be using the updated Camel version and then test again. |
This is should be fixed in 1.10.3 and 1.11.0. Re-open in case it's not. |
aws-ddb-sink-binding.yaml
What i have already checked:
1] Strimzi is setup and working.
2] Kafka producer sends data in proper JSON Format
3] My partition key in the table is also present in the JSON sent by the Kafka producer
4] I also have an elasticsearch-index-sink setup with the same Kafka settings as the source and that sink connector is working perfectly.
5] The accessKey and secretKey properties are set to the AWS_ACCESS_KEY_ID and AWS_SECRET_KEY values respectively.
The text was updated successfully, but these errors were encountered: