diff options
| author | 梁超 <[email protected]> | 2024-07-02 03:10:53 +0000 |
|---|---|---|
| committer | 梁超 <[email protected]> | 2024-07-02 03:10:53 +0000 |
| commit | 8b2f8b4fb8284b693b6a03cfaf5fce119b707524 (patch) | |
| tree | 17ea570b9105eae3298edf549bf4b281d9c09a51 | |
| parent | 2eab8bae49c5cb570342561e45809f9127824f82 (diff) | |
| parent | 95740456625e14e953fe8c0b85d3ce4c2211aee2 (diff) | |
Merge branch 'release/2.0' into 'master'v2.0-rc2
feat: release 2.0-rc2
See merge request galaxy/tsg_olap/sip-rtp-correlation!28
| -rw-r--r-- | pom.xml | 6 | ||||
| -rw-r--r-- | src/site/markdown/deploy.md | 8 | ||||
| -rw-r--r-- | src/site/markdown/index.md | 2 |
3 files changed, 7 insertions, 9 deletions
@@ -7,7 +7,7 @@ <groupId>com.geedgenetworks.application</groupId> <artifactId>sip-rtp-correlation</artifactId> - <version>2.0-rc1</version> + <version>2.0-rc2</version> <name>Flink : SIP-RTP : Correlation</name> @@ -337,13 +337,13 @@ <groupId>org.apache.flink</groupId> <artifactId>flink-runtime_${scala.binary.version}</artifactId> <version>${flink.version}</version> - <scope>runtime</scope> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-runtime-web_${scala.binary.version}</artifactId> <version>${flink.version}</version> - <scope>runtime</scope> + <scope>provided</scope> </dependency> <dependency> diff --git a/src/site/markdown/deploy.md b/src/site/markdown/deploy.md index 5114e9e..795337f 100644 --- a/src/site/markdown/deploy.md +++ b/src/site/markdown/deploy.md @@ -1,13 +1,11 @@ ## Deploy - 准备 JDK ${java.version} 的环境 - - 准备 Flink ${flink.version} 的环境 - - [下载](./download.html) 对应版本 UDF 依赖 Jar - - [下载](./download.html) 对应版本 Job 配置 (一个 yml 文件) - - 执行命令 `flink run -Dflink.rest.bind-port=8081 -c com.geedgenetworks.flink.easy.core.Runner path/to/sip-rtp-correlation-<version>.jar job.yml` +- 您将在控制台看到启动日志,同时您可以在 `http://<you-host>:8081` 看到任务 UI。 -- 您将在控制台看到启动日志,同时您可以在 `http://<you-host>:8081` 看到任务 UI。
\ No newline at end of file +> 注意: +> SIP 和 RTP 融合作业强烈建议开启 Checkpoint 机制,否则将会由于丢失数据或重复数据导致业务数据关联错误。
\ No newline at end of file diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 2bf785c..8d0bbeb 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -7,4 +7,4 @@ SIP RTP Correlation 项目可以用于实时监控和分析 VoIP 通话数据, <br/> -You can download the latest release from [Job Yml](./jobs/job.yml). And you can changelog from [CHANGELOG.md](./changelogs.html).
\ No newline at end of file +You can download the latest release from [Downloads](./download.html). And you can changelog from [Changelogs](./changelogs.html).
\ No newline at end of file |
