gohanbg opened a new issue #322: URL: https://github.com/apache/camel-kafka-connector-examples/issues/322
Hello, I think you are doing a great job with all the kafka connectors that you are building! Some time ago I played with the `org.apache.camel.kafkaconnector.awss3.CamelAwss3SinkConnector` connector and successfully managed to export records from my topic to S3. I now want to be able to import the records from S3 back to kafka. That is fairly straight forward, but there is one tricky part - I want to keep the keys. For example if I had a record with ``` key="key_UUID" value="value_JSON" ``` I want to export both the key and the value, and then be able to create the same record with the same key and same value. Is this possible, and if so can you give me an example configuration for the S3 Sink/Source. Thanks Mihail -- 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]
