JNSimba commented on PR #68: URL: https://github.com/apache/doris-kafka-connector/pull/68#issuecomment-2824409149
Thank you for your contribution. -> Because in `org.apache.kafka.connect.sink.SinkTask#preCommit`, the topic corresponds to the original topic before any transformations are applied. If the connector is restarted, the data will be consumed repeatedly. Does it mean that the topic in `SinkTask#preCommit` is the original topic name? If so, it seems that **"transforms": "AddPrefix"** will never take effect, because the new topic can never be obtained? What are the common application scenarios of this? Could you please introduce them? -- 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: dev-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org