tencentcloud-sdk-ckafka 3.0.634 → 3.0.635

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190819/models.rb +35 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 43b7291388450cf82386d300d375dce8a2c157b7
4
- data.tar.gz: 5668fcd4e4e08ebb8730e6df89b6beb533260577
3
+ metadata.gz: c3f66aecdeee366a986752b19e3b9f844fe17b24
4
+ data.tar.gz: 07e7e01135407b9d4cc4dd94ca0e101496717b07
5
5
  SHA512:
6
- metadata.gz: e018d6636147aed4afc71d53c80827096bbc717fbf562345e78aa867f48578d7870ba6c6096ae828f34339e80d62102fe091f0d925c7d0966ef4e2bac3ef944e
7
- data.tar.gz: ea6d7a1f538fa229d513038899bdf52965b0bd676edd3f2f3a0a06a8cf98962742b7d78a1075f407f1233367dbd9800fa7b4af4df67decbb608009ea7fa3be77
6
+ metadata.gz: d5892f6fe60fae03e26f36be4febe5423041c0de7759007168ef796db02d6493df1ae130f7986634146371aba48d709010854ce7b03e8cb4f1be86123ae53551
7
+ data.tar.gz: 955cf6092c8a93ec69f14d39decb818f37a8346a1971c52b10273e77f9cee79bcc9f12548d975e0ca5309b10d1664f047d9855f73bb89e34317dd637f8acc796
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.634
1
+ 3.0.635
@@ -865,39 +865,66 @@ module TencentCloud
865
865
  # ClickHouse类型入参
866
866
  class ClickHouseParam < TencentCloud::Common::AbstractModel
867
867
  # @param Cluster: ClickHouse的集群
868
+ # 注意:此字段可能返回 null,表示取不到有效值。
868
869
  # @type Cluster: String
869
870
  # @param Database: ClickHouse的数据库名
871
+ # 注意:此字段可能返回 null,表示取不到有效值。
870
872
  # @type Database: String
871
873
  # @param Table: ClickHouse的数据表名
874
+ # 注意:此字段可能返回 null,表示取不到有效值。
872
875
  # @type Table: String
873
876
  # @param Schema: ClickHouse的schema
877
+ # 注意:此字段可能返回 null,表示取不到有效值。
874
878
  # @type Schema: Array
875
879
  # @param Resource: 实例资源
880
+ # 注意:此字段可能返回 null,表示取不到有效值。
876
881
  # @type Resource: String
877
882
  # @param Ip: ClickHouse的连接ip
883
+ # 注意:此字段可能返回 null,表示取不到有效值。
878
884
  # @type Ip: String
879
885
  # @param Port: ClickHouse的连接port
886
+ # 注意:此字段可能返回 null,表示取不到有效值。
880
887
  # @type Port: Integer
881
888
  # @param UserName: ClickHouse的用户名
889
+ # 注意:此字段可能返回 null,表示取不到有效值。
882
890
  # @type UserName: String
883
891
  # @param Password: ClickHouse的密码
892
+ # 注意:此字段可能返回 null,表示取不到有效值。
884
893
  # @type Password: String
885
894
  # @param ServiceVip: 实例vip
895
+ # 注意:此字段可能返回 null,表示取不到有效值。
886
896
  # @type ServiceVip: String
887
897
  # @param UniqVpcId: 实例的vpcId
898
+ # 注意:此字段可能返回 null,表示取不到有效值。
888
899
  # @type UniqVpcId: String
889
900
  # @param SelfBuilt: 是否为自建集群
901
+ # 注意:此字段可能返回 null,表示取不到有效值。
890
902
  # @type SelfBuilt: Boolean
891
903
  # @param DropInvalidMessage: ClickHouse是否抛弃解析失败的消息,默认为true
904
+ # 注意:此字段可能返回 null,表示取不到有效值。
892
905
  # @type DropInvalidMessage: Boolean
893
906
  # @param Type: ClickHouse 类型,emr-clickhouse : "emr";cdw-clickhouse : "cdwch";自建 : ""
907
+ # 注意:此字段可能返回 null,表示取不到有效值。
894
908
  # @type Type: String
895
909
  # @param DropCls: 当设置成员参数DropInvalidMessageToCls设置为true时,DropInvalidMessage参数失效
910
+ # 注意:此字段可能返回 null,表示取不到有效值。
896
911
  # @type DropCls: :class:`Tencentcloud::Ckafka.v20190819.models.DropCls`
912
+ # @param BatchSize: 每批次投递到 ClickHouse 表消息数量,默认为 1000 条。
913
+ # 提高该参数值,有利于减少往 ClickHouse 投递的次数,但在错误消息过多及网络不稳定等极端情况下时,可能导致频繁重试影响效率。
914
+ # 注意:此字段可能返回 null,表示取不到有效值。
915
+ # @type BatchSize: Integer
916
+ # @param ConsumerFetchMinBytes: 每次从 topic 中拉取消息大小,默认为 1MB,即至少要从 topic 中批量拉取 1MB 消息,才进行数据投递到 ClickHouse 操作。
917
+ # 提高该参数值,有利于减少往 ClickHouse 投递的次数,但在错误消息过多及网络不稳定等极端情况下时,可能导致频繁重试影响效率。
918
+ # 注意:此字段可能返回 null,表示取不到有效值。
919
+ # @type ConsumerFetchMinBytes: Integer
920
+ # @param ConsumerFetchMaxWaitMs: 每次从 topic 拉取消息最大等待时间,当超过当前最大等待时间时,即使没有拉取到 ConsumerFetchMinBytes 大小,也将进行 ClickHouse 投递操作。
921
+ # 提高该参数值,有利于减少往 ClickHouse 投递的次数,但在错误消息过多及网络不稳定等极端情况下时,可能导致频繁重试影响效率。
922
+ # 注意:此字段可能返回 null,表示取不到有效值。
923
+ # @type ConsumerFetchMaxWaitMs: Integer
897
924
 
898
- attr_accessor :Cluster, :Database, :Table, :Schema, :Resource, :Ip, :Port, :UserName, :Password, :ServiceVip, :UniqVpcId, :SelfBuilt, :DropInvalidMessage, :Type, :DropCls
925
+ attr_accessor :Cluster, :Database, :Table, :Schema, :Resource, :Ip, :Port, :UserName, :Password, :ServiceVip, :UniqVpcId, :SelfBuilt, :DropInvalidMessage, :Type, :DropCls, :BatchSize, :ConsumerFetchMinBytes, :ConsumerFetchMaxWaitMs
899
926
 
900
- def initialize(cluster=nil, database=nil, table=nil, schema=nil, resource=nil, ip=nil, port=nil, username=nil, password=nil, servicevip=nil, uniqvpcid=nil, selfbuilt=nil, dropinvalidmessage=nil, type=nil, dropcls=nil)
927
+ def initialize(cluster=nil, database=nil, table=nil, schema=nil, resource=nil, ip=nil, port=nil, username=nil, password=nil, servicevip=nil, uniqvpcid=nil, selfbuilt=nil, dropinvalidmessage=nil, type=nil, dropcls=nil, batchsize=nil, consumerfetchminbytes=nil, consumerfetchmaxwaitms=nil)
901
928
  @Cluster = cluster
902
929
  @Database = database
903
930
  @Table = table
@@ -913,6 +940,9 @@ module TencentCloud
913
940
  @DropInvalidMessage = dropinvalidmessage
914
941
  @Type = type
915
942
  @DropCls = dropcls
943
+ @BatchSize = batchsize
944
+ @ConsumerFetchMinBytes = consumerfetchminbytes
945
+ @ConsumerFetchMaxWaitMs = consumerfetchmaxwaitms
916
946
  end
917
947
 
918
948
  def deserialize(params)
@@ -941,6 +971,9 @@ module TencentCloud
941
971
  @DropCls = DropCls.new
942
972
  @DropCls.deserialize(params['DropCls'])
943
973
  end
974
+ @BatchSize = params['BatchSize']
975
+ @ConsumerFetchMinBytes = params['ConsumerFetchMinBytes']
976
+ @ConsumerFetchMaxWaitMs = params['ConsumerFetchMaxWaitMs']
944
977
  end
945
978
  end
946
979
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ckafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.634
4
+ version: 3.0.635
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-11 00:00:00.000000000 Z
11
+ date: 2023-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common