Skip to content

Commit

Permalink
fix: fix kafka doc (#2484)
Browse files Browse the repository at this point in the history
Signed-off-by: yisaer <[email protected]>
  • Loading branch information
Yisaer authored Dec 13, 2023
1 parent df360cb commit 81826f2
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/directory.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@
{
"title": "随机数据产生器源",
"path": "guide/sources/plugin/random"
},
{
"title": "Kafka 数据源",
"path": "guide/sources/plugin/kafka"
}
]
}
Expand Down Expand Up @@ -954,6 +958,10 @@
{
"title": "Random Source",
"path": "guide/sources/plugin/random"
},
{
"title": "Kafka Source",
"path": "guide/sources/plugin/kafka"
}
]
}
Expand Down
1 change: 1 addition & 0 deletions docs/en_US/guide/connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ For scenarios where custom data sources or specific third-party integrations are
- [Video Source](./sources/plugin/video.md): A source to query video streams.
- [Random source](./sources/plugin/random.md): A source to generate random data for testing.
- [Zero MQ source](./sources/plugin/zmq.md): A source to read data from Zero MQ.
- [Kafka source](./sources/plugin/kafka.md): A source to read data from Kafka

## Sink Connectors

Expand Down
1 change: 1 addition & 0 deletions docs/en_US/guide/sources/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The list of predefined source plugins:
- [Video Source](./plugin/video.md): a source to query video streams.
- [Random source](./plugin/random.md): a source to generate random data for testing.
- [Zero MQ source](./plugin/zmq.md): read data from zero mq.
- [Kafka source](./plugin/kafka.md): read data from Kafka.

## Use of Sources

Expand Down
2 changes: 2 additions & 0 deletions docs/en_US/guide/sources/plugin/kafka.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Kafka Source

<span style="background:green;color:white;padding:1px;margin:2px">stream source</span>

The source will query the Kafka periodically to get data stream.

## Default build command
Expand Down
1 change: 1 addition & 0 deletions docs/zh_CN/guide/connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ eKuiper 内置以下数据源连接器:
- [视频源](./sources/plugin/video.md):用于查询视频流。
- [Random 源](./sources/plugin/random.md):用于生成随机数据的源,用于测试。
- [Zero MQ 源](./sources/plugin/zmq.md):从 Zero MQ 读取数据。
- [Kafka 源](./sources/plugin/kafka.md): 从 Kafka 读取数据

## 数据 Sink 连接器

Expand Down
1 change: 1 addition & 0 deletions docs/zh_CN/guide/sources/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
- [SQL source](./plugin/sql.md): 定期从关系数据库中拉取数据。
- [Random source](./plugin/random.md): 一个生成随机数据的源,用于测试。
- [Zero MQ source](./plugin/zmq.md):从 Zero MQ 读取数据。
- [Kafka source](./plugin/kafka.md): 从 Kafka 中读取数据

## 源的使用

Expand Down
2 changes: 2 additions & 0 deletions docs/zh_CN/guide/sources/plugin/kafka.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Kafka 源

<span style="background:green;color:white;padding:1px;margin:2px">stream source</span>

源将订阅 Kafka 消息源从而获取信息

## 默认构建命令
Expand Down

0 comments on commit 81826f2

Please sign in to comment.