Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(typo): Update rule-sql-syntax.md #2590

Open
wants to merge 3 commits into
base: release-5.5
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en_US/data-integration/data-bridge-pulsar.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The data integration with Pulsar brings the following features and advantages to
- **MQTT Message Transformation**: Using the rule engine, EMQX can filter and transform MQTT messages. Messages can undergo data extraction, filtering, enrichment, and transformation before being sent to Pulsar.
- **Flexible Topic Mapping**: The Pulsar Sink supports flexible mapping of MQTT topics to Pulsar topics, allowing easy configuration of keys (Key) and values (Value) for data in Pulsar messages.
- **Flexible Partition Selection**: The Pulsar Sink can select Pulsar partitions based on MQTT topics or clients using different strategies, providing flexibility in organizing and identifying data.
- **Processing Capabilities in High-Throughput Scenarios**: The Pulsar Sink supports both synchronous and asynchronous write modes, allowing for a flexible balance between latency and throughput according to different scenarios.
- **Processing Capabilities in High-Throughput Scenarios**: The Pulsar Sink supports synchronous write modes, allowing for a flexible balance between latency and throughput according to different scenarios.

## Before You Start

Expand Down
2 changes: 1 addition & 1 deletion zh_CN/data-integration/data-bridge-pulsar.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ MQTT 消息数据写入到 Apache Pulsar 后,您可以进行灵活的应用开
- **MQTT 消息转换**:EMQX 通过规则引擎可以对 MQTT 消息进行过滤和转换,消息可以在发送到 Pulsar 之前进行数据提取、过滤、丰富和转换。
- **灵活的主题映射**:Pulsar Sink 支持将 MQTT 主题灵活映射到 Pulsar 主题,允许轻松配置数据到 Pulsar 消息的键(Key)和值(Value)。
- **灵活的分区选择能力**:Pulsar Sink 可以根据 MQTT 主题或客户端,按照不同的策略选择 Pulsar 分区,更灵活的地组织和标识数据。
- **高吞吐量场景下的处理能力**:Pulsar Sink 支持同步与异步不同的写入模式,可以根据不同场景实现延迟和吞吐量之间的灵活平衡。
- **高吞吐量场景下的处理能力**:Pulsar Sink 支持同步的写入模式,可以根据不同场景实现延迟和吞吐量之间的灵活平衡。

## 准备工作

Expand Down
2 changes: 1 addition & 1 deletion zh_CN/data-integration/rule-sql-syntax.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SQL 语法与示列
# SQL 语法与示例

## SQL 语法
### FROM、SELECT 和 WHERE 子句
Expand Down