gong commented on code in PR #412: URL: https://github.com/apache/incubator-inlong-website/pull/412#discussion_r897970403
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/pulsar.md: ########## @@ -1,4 +1,125 @@ --- title: Pulsar sidebar_position: 10 ---- \ No newline at end of file +--- + +## 概述 + +[Apache Pulsar](https://pulsar.apache.org/)是一个分布式、开源的 pub-sub 消息传递和流平台,用于实时工作负载,每天管理数千亿个事件。 + +## 版本 + +| 抽取节点 | 版本 | +| --------------------- | --------------------------------------------------------- | +| [Pulsar](./pulsar.md) | [Pulsar](https://pulsar.apache.org/docs/next/):> = 2.8.x | + +## 依赖项 + +``` +<dependency> + <groupId>org.apache.inlong</groupId> + <artifactId>sort-connector-pulsar</artifactId> + <!-- Choose the version that suits your application --> Review Comment: translate it -- 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]
