hanmin998 opened a new issue, #82: URL: https://github.com/apache/doris-kafka-connector/issues/82
文档介绍配置项doris.topic2table.map为非必填,目前不生效,不传会报错 doris-kafka-connector版本:25 部分错误如下: java.lang.NullPointerException\n\tat org.apache.doris.kafka.connector.utils.ConfigCheckUtils.parseTopicToTableMap(ConfigCheckUtils.java:294)\n\tat org.apache.doris.kafka.connector.cfg.DorisOptions.<init>(DorisOptions.java:100)\n\tat org.apache.doris.kafka.connector.DorisSinkTask.start(DorisSinkTask.java:56)\n\tat org.apache.kafka.connect.runtime.WorkerSinkTask.initializeAndStart(WorkerSinkTask.java:329)\n\tat org.apache.kafka.connect.runtime.WorkerTask.doRun(WorkerTask.java:202)\n\tat org.apache.kafka.connect.runtime.WorkerTask.run(WorkerTask.java:259)\n\tat org.apache.kafka.connect.runtime.isolation.Plugins.lambda$withClassLoader$1(Plugins.java:237)\n\tat java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)\n\tat java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolEx ecutor.java:628)\n\tat java.base/java.lang.Thread.run(Thread.java:829)\n -- 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]
