tencentcloud-sdk-tdmq 1.0.363 → 3.0.379
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200217/client.rb +1 -1
- data/lib/v20200217/models.rb +3 -2
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3207d78b170aa6428ae7b0b00d2139a6ae1d9fe2
|
4
|
+
data.tar.gz: 5e30c80c2ab3e52bd3ceb7bc82a8ab472892bd56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec765e78ccbb69c2d5c6b19ae2c13c9e43d372b1b92cbf5557ff0c951e18870af85e39c53e45bf5d6c08095a45829d85797566a74321cb4d05f56e12391cd68c
|
7
|
+
data.tar.gz: 422f105c59e5609e80eeaa4566f22825d0ca042faa56bed9f00cee6d35aaad6eb034ac7cd7de2df286b47dff6a8d9692a884a43fbc4352734ed0f5ddcd3574fd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
3.0.379
|
data/lib/v20200217/client.rb
CHANGED
@@ -2165,7 +2165,7 @@ module TencentCloud
|
|
2165
2165
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2166
2166
|
end
|
2167
2167
|
|
2168
|
-
#
|
2168
|
+
# 当前 ReceiveMessage 接口只支持 Partitioned 类型的 Topic。该接口用于接收发送到指定 Partitioned Topic 中的消息,当 Partitioned Topic 中没有消息但还去尝试调用该接口时,会抛出 ReceiveTimeout 的异常。
|
2169
2169
|
|
2170
2170
|
# 如何使用 BatchReceivePolicy:
|
2171
2171
|
|
data/lib/v20200217/models.rb
CHANGED
@@ -6359,7 +6359,7 @@ module TencentCloud
|
|
6359
6359
|
# @type SubscriptionName: String
|
6360
6360
|
# @param ReceiverQueueSize: 默认值为1000,consumer接收的消息会首先存储到receiverQueueSize这个队列中,用作调优接收消息的速率
|
6361
6361
|
# @type ReceiverQueueSize: Integer
|
6362
|
-
# @param SubInitialPosition: 默认值为:
|
6362
|
+
# @param SubInitialPosition: 默认值为:Earliest。用作判定consumer初始接收消息的位置,可选参数为:Earliest, Latest
|
6363
6363
|
# @type SubInitialPosition: String
|
6364
6364
|
# @param MaxNumMessages: 用于设置BatchReceivePolicy,指在一次batch中最多接收多少条消息,默认是 0。即不开启BatchReceivePolicy
|
6365
6365
|
# @type MaxNumMessages: Integer
|
@@ -7054,7 +7054,8 @@ module TencentCloud
|
|
7054
7054
|
# @type Payload: String
|
7055
7055
|
# @param StringToken: Token 是用来做鉴权使用的,可以不填,系统会自动获取
|
7056
7056
|
# @type StringToken: String
|
7057
|
-
# @param ProducerName: 设置 producer
|
7057
|
+
# @param ProducerName: 设置 producer 的名字,要求全局唯一。该参数建议用户无需手动配置,此时系统会随机生成,如果手动设置有可能会造成创建 Producer 失败进而导致消息发送失败。
|
7058
|
+
# 该参数主要用于某些特定场景下,只允许特定的 Producer 生产消息时设置,用户的大部分场景使用不到该特性。
|
7058
7059
|
# @type ProducerName: String
|
7059
7060
|
# @param SendTimeout: 设置消息发送的超时时间,默认为30s
|
7060
7061
|
# @type SendTimeout: Integer
|
metadata
CHANGED
@@ -1,27 +1,27 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tdmq
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 3.0.379
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ~>
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '1.0'
|
27
27
|
description: Tencent Cloud Ruby SDK is the official software development kit, which
|
@@ -33,10 +33,10 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/VERSION
|
37
|
-
- lib/tencentcloud-sdk-tdmq.rb
|
38
|
-
- lib/v20200217/client.rb
|
39
36
|
- lib/v20200217/models.rb
|
37
|
+
- lib/v20200217/client.rb
|
38
|
+
- lib/tencentcloud-sdk-tdmq.rb
|
39
|
+
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|
42
42
|
- Apache-2.0
|
@@ -49,17 +49,17 @@ require_paths:
|
|
49
49
|
- lib
|
50
50
|
required_ruby_version: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - '>='
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
56
56
|
requirements:
|
57
|
-
- -
|
57
|
+
- - '>='
|
58
58
|
- !ruby/object:Gem::Version
|
59
59
|
version: '0'
|
60
60
|
requirements: []
|
61
61
|
rubyforge_project:
|
62
|
-
rubygems_version: 2.
|
62
|
+
rubygems_version: 2.0.14
|
63
63
|
signing_key:
|
64
64
|
specification_version: 4
|
65
65
|
summary: Tencent Cloud SDK for Ruby - TDMQ
|