dockerzhang commented on code in PR #652: URL: https://github.com/apache/inlong-website/pull/652#discussion_r1051935942
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/design_and_concept/how_to_write_plugin_dataproxy.md: ########## @@ -0,0 +1,85 @@ +--- +title: DataProxy 插件 +sidebar_position: 6 +--- + +## 总览 + +DataProxy 实现了统一抽象 MQ (Message Queue) Sink 模型,支持在标准 MessageQueueZoneSink 下方便灵活添加不同类型的 MQ 流向,默认支持 Apache Pulsar、Apache Kafka 和 TubeMQ。本文将指导开发者如何扩展支持新的 MQ 类型。 Review Comment: ```suggestion DataProxy 实现了统一抽象 MQ (Message Queue) Sink 模型,支持在标准 MessageQueueZoneSink 下方便灵活添加不同类型的 MQ 流向,默认支持 Apache Pulsar、Apache Kafka 和 InLong TubeMQ。本文将指导开发者如何扩展支持新的 MQ 类型。 ``` ########## docs/design_and_concept/how_to_write_plugin_dataproxy.md: ########## @@ -0,0 +1,84 @@ +--- +title: DataProxy Plugin +sidebar_position: 6 +--- + +## Overview + +DataProxy implements an abstract unified MQ (Message Queue) sink model, so that developers and easily extend mq sink types under standard MessageQueueZoneSink. By default, Apache Pulsar, Apache Kafka and TubeMQ are already integrated. This article guides developers to extend new mq types accordingly. Review Comment: ```suggestion DataProxy implements an abstract unified MQ (Message Queue) sink model, so that developers and easily extend mq sink types under standard MessageQueueZoneSink. By default, Apache Pulsar, Apache Kafka and InLong TubeMQ are already integrated. This article guides developers to extend new MQ types accordingly. ``` -- 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...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org