jiugem opened a new issue, #30110: URL: https://github.com/apache/doris/issues/30110
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Routine Load 导入Kafka中的数据功能,现在是只支持1个topic。 对于分库分表场景,dts订阅会有许多topic,创建许多个Routine Load可能导致写入频次过高影响效率,配置也比较麻烦。 参考 ClickHouse 的Kafka表引擎,它是支持配置多个topic的,并行导入速度是非常快的。 ### Use case Kafka引擎表配置 kafka_topic_list = 'APP_LOG', kafka_group_name = 'toClickhouse', kafka_format = 'JSONAsString', kafka_num_consumers = 16, kafka_thread_per_consumer = 1; ### Related issues _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org