Skip to content

Commit 2d60810

Browse files
committed
docs: v1.0.5.RELEASE 发布
1 parent 2cad04f commit 2d60810

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.3.3.RELEASE</version>
8+
<version>2.3.4.RELEASE</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.jun</groupId>
1212
<artifactId>mqttx</artifactId>
13-
<version>1.0.5.BETA</version>
13+
<version>1.0.5.RELEASE</version>
1414
<name>mqttx</name>
1515
<description>mqtt broker</description>
1616

1717
<properties>
1818
<java.version>1.8</java.version>
19-
<fastjson.version>1.2.73</fastjson.version>
19+
<fastjson.version>1.2.74</fastjson.version>
2020
</properties>
2121

2222
<dependencies>

readme.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- [4.7 websocket 支持](#47-websocket-支持)
2020
- [4.8 系统主题](#48-系统主题)
2121
- [4.9 消息桥接支持](#49-消息桥接支持)
22-
- [5 路线图](#5-路线图)
22+
- [5 开发者说](#5-开发者说)
2323
- [6 附表](#6-附表)
2424
- [6.1 配置项](#61-配置项)
2525
- [6.2 版本说明](#62-版本说明)
@@ -29,7 +29,7 @@
2929

3030
## 1 介绍
3131

32-
`Mqttx` 基于 [mqtt v3.1.1](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html) 协议开发,旨在提供 ***易于使用******性能优越*****mqtt broker**
32+
`Mqttx` 基于 [MQTT v3.1.1](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html) 协议开发,旨在提供 ***易于使用******性能优越*****mqtt broker**
3333

3434
### 1.1 快速开始
3535

@@ -279,7 +279,7 @@
279279

280280
**仅支持单向桥接:device(client) => mqttx => MQ**
281281

282-
## 5 开发计划
282+
## 5 开发者说
283283

284284
1. 集群态考虑整合服务注册的功能,便于管理集群状态,可能会使用 `consul`,做不做看我后面的想法吧
285285

@@ -293,11 +293,13 @@
293293

294294
> 本来说要放一部分精力到 `mqttx-admin` 这个衍生项目的,但后来发现 `mqttx` 还有太多事情需要做,只能变更计划了。
295295
296-
5. `netty 4.1.52.Final 支持了 mqtt5`,em...
296+
4. `netty 4.1.52.Final 支持了 mqtt5`,em...
297297

298298
> `v1.0.5.RELEASE` 后,我会考虑支持 `mqtt5` 协议的,又是一个大工程啊。
299299
300-
300+
5. [benchmark](#63-benchmark) 表明 mqttx 性能还有提升的可能,我将在 `v1.0.6.RELEASE` 改造 `pub/sub` 处理逻辑
301+
302+
> 主要是 `StringRedisTemplate` => `ReactiveStringRedisTemplate`,改**同步****异步**
301303
302304
邮箱:85998282@qq.com,项目相关问题可以联系我。
303305

@@ -352,7 +354,9 @@
352354

353355
### 6.2 版本说明
354356

355-
- **v1.0.5.RELEASE(开发中)**
357+
- **v1.0.6.RELEASE(开发中)**
358+
- [x] `redis` 同步转异步实现,提升性能
359+
- **v1.0.5.RELEASE**
356360
- [x] 测试模式支持
357361
- [x] `epoll` 支持,见 [https://netty.io/wiki/native-transports.html](https://netty.io/wiki/native-transports.html)
358362
- [x] 优化 `cleanSession` 消息处理机制
@@ -432,7 +436,7 @@ Result : broker=tcp://localhost:1883, clients=1000, totalCount=1000000, duration
432436
| ------------ | -------- | ------------ | -------------- | -------- | ---- | -------- | ------- |
433437
| `1000` | 发布消息 | `1024byte` | `1000` | 一百万 | `0` | `39.1s` | `25553` |
434438
| `1000` | 发布消息 | `1024byte` | `1000` | 一百万 | `1` | `67.1s` | `14897` |
435-
| `1000` | 发布消息 | `1024byte` | `1000` | 一百万 | `2` | `115.3s` | 8667 |
439+
| `1000` | 发布消息 | `1024byte` | `1000` | 一百万 | `2` | `115.3s` | `8667` |
436440

437441
**资源消耗:`cpu: 25%`, `mem 440 MB`**
438442

src/main/resources/banner.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
|_| |_| |_|\__, |\__|\__/_/\_\
77
| |
88
|_|
9-
:: mqttx :: (v1.0.5.BETA)
9+
:: mqttx :: (v1.0.5.RELEASE)

0 commit comments

Comments
 (0)