-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from mqttsnet/release/1.2.0
Release/1.2.0
- Loading branch information
Showing
1,683 changed files
with
345,542 additions
and
5,539 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
rocketmq: | ||
consumer: | ||
group: thinglinks | ||
# ACL 开启时填写(未开启为空即可) | ||
accessKey: | ||
secretKey: | ||
# 一次拉取消息最大值,注意是拉取消息的最大值而非消费最大值 | ||
pull-batch-size: 10 | ||
name-server: 127.0.0.1:19876 | ||
producer: | ||
# 发送同一类消息的设置为同一个group,保证唯一 | ||
group: thinglinks | ||
accessKey: | ||
secretKey: | ||
# 发送消息超时时间,默认3000 | ||
sendMessageTimeout: 10000 | ||
# 发送消息失败重试次数,默认2 | ||
retryTimesWhenSendFailed: 2 | ||
# 异步消息重试此处,默认2 | ||
retryTimesWhenSendAsyncFailed: 2 | ||
# 消息最大长度,默认1024 * 1024 * 4(默认4M) | ||
maxMessageSize: 4096 | ||
# 压缩消息阈值,默认4k(1024 * 4) | ||
compressMessageBodyThreshold: 4096 | ||
# 是否在内部发送失败时重试另一个broker,默认false | ||
retryNextServer: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# thinglinks.sql是业务表 | ||
# thinglinks_config.sql是nacos表 | ||
# changeRecord 下为数据库变更记录 | ||
# thinglinks.sql是业务表,最新的表结构 | ||
# thinglinks_seata.sql是分布式事务表 |
Oops, something went wrong.