You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "thuyhoang-gp (via GitHub)" <gi...@apache.org> on 2023/07/25 10:44:33 UTC

[GitHub] [camel-kafka-connector] thuyhoang-gp commented on issue #1545: Problems with CamelDDBStreamSourceConnector 3.20.3

thuyhoang-gp commented on issue #1545:
URL: https://github.com/apache/camel-kafka-connector/issues/1545#issuecomment-1649596032

   Here is my source connector configuration:
   
   ```
   {
           "connector.class": "org.apache.camel.kafkaconnector.awsddbstreamssource.CamelAwsddbstreamssourceSourceConnector",
           "camel.kamelet.aws-ddb-streams-source.accessKey": "XXX",
           "camel.kamelet.aws-ddb-streams-source.secretKey": "XXX",
           "tasks.max": "1",
           "camel.kamelet.aws-ddb-streams-source.uriEndpointOverride": "",
           "camel.kamelet.aws-ddb-streams-source.useDefaultCredentialsProvider": "false",
           "value.converter": "org.apache.kafka.connect.storage.StringConverter",
           "session.timeout.ms": "60000",
           "key.converter": "org.apache.kafka.connect.storage.StringConverter",
           "camel.kamelet.aws-ddb-streams-source.region": "XXX",
           "camel.kamelet.aws-ddb-streams-source.delay": "5000",
           "topics": "ddb-test",
           "database.history.kafka.bootstrap.servers": "kafka-headless.kafka-banzai:29092",
           "camel.kamelet.aws-ddb-streams-source.streamIteratorType": "FROM_START",
           "camel.kamelet.aws-ddb-streams-source.table": "ecgps_paymenttags",
           "name": "ddb-consumer",
           "camel.kamelet.aws-ddb-streams-source.overrideEndpoint": "false",
           "snapshot.mode": "initial"
       }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org