JNSimba commented on issue #78: URL: https://github.com/apache/doris-kafka-connector/issues/78#issuecomment-3043748737
I use the following configuration to consume your message, and the data is deleted normally. connector25.0.0, doris2.1.9 ``` tasks.max=1 name=test-doris-sx12 connector.class=org.apache.doris.kafka.connector.DorisSinkConnector topics=test doris.topic2table.map=test:app_user buffer.count.records=20 buffer.flush.time=1 doris.urls=127.0.0.1 doris.http.port=8030 doris.query.port=9030 doris.user=root doris.password= doris.database=test key.converter=org.apache.kafka.connect.storage.StringConverter value.converter=org.apache.kafka.connect.json.JsonConverter key.converter.schemas.enable=false value.converter.schemas.enable=true enable.delete=true converter.mode=debezium_ingestion ``` Can you provide the connect log? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
