thuyhoang-gp opened a new issue, #1545: URL: https://github.com/apache/camel-kafka-connector/issues/1545
Hi, I am struggling to use CamelDDBStreamSourceConnector for DynamoDB change capture. Could you please advice me how to get over them? 1. I have tried several common converters for Kafka Connect, but only one of them is 'usable' - `io.confluent.connect.avro.AvroConverter` ❌ - `org.apache.kafka.connect.json.JsonConverter` ❌ - `org.apache.kafka.connect.converters.ByteArrayConverter` ❌ - `org.apache.kafka.connect.storage.StringConverter` ✅ The value of message in case of `StringConverter`, however, is address of `InputStreamCache`: <img width="1174" alt="image" src="https://github.com/apache/camel-kafka-connector/assets/122586888/14b11ac0-91c9-436c-895f-0d2753695193"> Could you provide me **a name of converter** I can use with this `value.converter`? 2. The topic.key is currently blank. Could you clone it from payload of DDB Stream, for example: `ID`. <img width="1194" alt="image" src="https://github.com/apache/camel-kafka-connector/assets/122586888/fee52f63-25e5-4761-b879-81b8ebf1d2ea"> Again, thanks for the work! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
