chuang-wang-pre commented on PR #55: URL: https://github.com/apache/doris-kafka-connector/pull/55#issuecomment-2556784611
> @chuang-wang-pre Thank you for your contribution. But I would like to ask, in an actual production environment, under what circumstances would there be multiple tables in the same topic? > > If it is known that the data needs to be sinked into another table, why does Kafka Produder not produce the data into another topic? @DongLiang-0 Thank you for your attention and questions. The benefits of doing so are as follows: 1. According to the current code implementation, every time a new Doris table is written, a new topic needs to be added, and the number of topics will increase, which is difficult to maintain. In some specific business or data migration scenarios, multiple topics can be reduced to one 2. When adding a new table to be written in a some scenario, there is no need to modify the `topics` and `doris.topic2table.map` configuration of the connector or add a connector to achieve writing to a new table -- 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