liuml07 commented on code in PR #26736: URL: https://github.com/apache/flink/pull/26736#discussion_r2184503801
########## docs/content.zh/docs/deployment/resource-providers/standalone/docker.md: ########## @@ -431,16 +431,26 @@ services: ``` You can then start creating tables and queries those. -* Note, that all required dependencies (e.g. for connectors) need to be available in the cluster as well as the client. - For example, if you would like to use the Kafka Connector create a custom image with the following Dockerfile +* 请注意,集群和客户端中都需要安装各种运行库包括各种Source和Sink连接器。 + 例如,如果你想使用卡夫卡(SQL Kafka) 连接器,那么你需要构建一个自定义Docker镜像。 + + 创建一个名为 `kafka.Dockerfile` 的 Dockerfile,内容如下: Review Comment: Sounds good. I have updated the code and used `vimdiff` to make sure the change is the same in both files. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org