Skip to content

Commit 653e080

Browse files
authored
Merge pull request #2690 from yinbo3/release-5.8
chore: update Datalayers version
2 parents 5687cb5 + e2bac91 commit 653e080

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

en_US/data-integration/data-bridge-datalayers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This section covers the preparations required before creating a Datalayers Sink
5555

5656
```bash
5757
# Start a Datalayers container
58-
docker run --name datalayers -p 8361:8361 datalayers/datalayers:nightly
58+
docker run -d --name datalayers -p 8360:8360 -p 8361:8361 datalayers/datalayers:latest
5959
```
6060

6161
2. After the Datalayers service starts, use the default username and password `admin`/`public` to enter the Datalayers CLI. You can create a database in the Datalayers CLI by following these steps:
@@ -234,4 +234,4 @@ This section delves into advanced configuration options available for Datalayers
234234
| Max Buffer Queue Size | Specifies the maximum number of bytes that can be buffered by each buffer worker process in the Datalayers Sink. The buffer worker processes temporarily store data before sending it to Datalayers, acting as intermediaries to handle the data stream more efficiently. Adjust this value based on system performance and data transmission requirements. | `1` |
235235
| Max Batch Request Size | Specifies the maximum size of data batches transmitted from EMQX to Datalayers in a single transfer operation. By adjusting this size, you can fine-tune the efficiency and performance of data transfer between EMQX and Datalayers.<br />If the "Max Batch Request Size" is set to `1`, data records are sent individually, without being grouped into batches. | `100` |
236236
| Request Mode | Allows you to choose between `synchronous` or `asynchronous` request modes to optimize message transmission according to different requirements. In asynchronous mode, writing to Datalayers does not block the MQTT message publishing process. However, this may lead to clients receiving messages before they arrive in Datalayers. | `Asynchronous` |
237-
| Inflight Queue Window | "Inflight queue requests" refer to requests that have been initiated but have not yet received a response or acknowledgment. This setting controls the maximum number of inflight queue requests that can exist simultaneously during Sink communication with Datalayers. <br/>When **Request Mode** is set to `asynchronous`, the "Inflight Queue Window" parameter becomes particularly important. If strict sequential processing of messages from the same MQTT client is crucial, then this value should be set to `1`. | `100` |
237+
| Inflight Queue Window | "Inflight queue requests" refer to requests that have been initiated but have not yet received a response or acknowledgment. This setting controls the maximum number of inflight queue requests that can exist simultaneously during Sink communication with Datalayers. <br/>When **Request Mode** is set to `asynchronous`, the "Inflight Queue Window" parameter becomes particularly important. If strict sequential processing of messages from the same MQTT client is crucial, then this value should be set to `1`. | `100` |

zh_CN/data-integration/data-bridge-datalayers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Datalayers 数据集成具有以下特性与优势:
5555

5656
```bash
5757
# 启动一个 Datalayers 容器
58-
docker run --name datalayers -p 8361:8361 datalayers/datalayers:v2.1.7
58+
docker run -d --name datalayers -p 8360:8360 -p 8361:8361 datalayers/datalayers:latest
5959
```
6060

6161
2. Datalayers 服务启动后,您可以通过以下步骤进入 Datalayers CLI 中创建数据库,默认的用户和密码为 `admin`/`public`

0 commit comments

Comments
 (0)