zxhjames opened a new issue, #216: URL: https://github.com/apache/rocketmq-connect/issues/216
hi, I found that the source-record-converter field in the rocketmq-connect-jdbc documentation should be consistent with the latest implementation class name in rocketmq-connect-runtime For example, the source-record-converter class in the document cannot be parsed by the following method in the rocketmq-connect-runtime project, because this class is not a subclass of io.openmessaging.connector.api.data.RecordConverter in the method, and cannot be parsed convert,otherwise there will be a java.lang.ClassCastException problem <img width="1209" alt="image" src="https://user-images.githubusercontent.com/41276134/181396262-ec442280-b027-4127-aa4f-a915e97564eb.png"> The source-record-converter field in the documentation should be updated to the latest **org.apache.rocketmq.connect.runtime.converter.record.json.JsonConverter** class -- 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]
