tencentcloud-sdk-ckafka 3.0.634 → 3.0.636

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190819/models.rb +44 -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: d99dcdf5c46a4703f4c21464b2d7780b51e02976
4
+ data.tar.gz: e639480488fc358d0abcd8003adfbd7a3db93d41
5
5
  SHA512:
6
- metadata.gz: e018d6636147aed4afc71d53c80827096bbc717fbf562345e78aa867f48578d7870ba6c6096ae828f34339e80d62102fe091f0d925c7d0966ef4e2bac3ef944e
7
- data.tar.gz: ea6d7a1f538fa229d513038899bdf52965b0bd676edd3f2f3a0a06a8cf98962742b7d78a1075f407f1233367dbd9800fa7b4af4df67decbb608009ea7fa3be77
6
+ metadata.gz: a821a4ede0f70855833428f71ebe60ebde243c0b0812619c1e8de1ee4da38009aa087bc9c6866ceba91e935e650c8d602041f00e7280c2ab5b1eb8be90cc67c7
7
+ data.tar.gz: 2f7c55d0d26fd70f3502a50eb7f233773e7d8719ac9d1bbb4e1bd846918b63dcd2b7ac7f99130e4a75fa1bb9af2e2c645fe78fa0afadb941e00f7e8f440a8114
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.634
1
+ 3.0.636
@@ -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
 
@@ -9784,22 +9817,31 @@ module TencentCloud
9784
9817
  # record 与数据库表的映射关系
9785
9818
  class RecordMapping < TencentCloud::Common::AbstractModel
9786
9819
  # @param JsonKey: 消息的 key 名称
9820
+ # 注意:此字段可能返回 null,表示取不到有效值。
9787
9821
  # @type JsonKey: String
9788
9822
  # @param Type: 消息类型
9823
+ # 注意:此字段可能返回 null,表示取不到有效值。
9789
9824
  # @type Type: String
9790
9825
  # @param AllowNull: 消息是否允许为空
9826
+ # 注意:此字段可能返回 null,表示取不到有效值。
9791
9827
  # @type AllowNull: Boolean
9792
9828
  # @param ColumnName: 对应映射列名称
9829
+ # 注意:此字段可能返回 null,表示取不到有效值。
9793
9830
  # @type ColumnName: String
9794
9831
  # @param ExtraInfo: 数据库表额外字段
9832
+ # 注意:此字段可能返回 null,表示取不到有效值。
9795
9833
  # @type ExtraInfo: String
9796
9834
  # @param ColumnSize: 当前列大小
9835
+ # 注意:此字段可能返回 null,表示取不到有效值。
9797
9836
  # @type ColumnSize: String
9798
9837
  # @param DecimalDigits: 当前列精度
9838
+ # 注意:此字段可能返回 null,表示取不到有效值。
9799
9839
  # @type DecimalDigits: String
9800
9840
  # @param AutoIncrement: 是否为自增列
9841
+ # 注意:此字段可能返回 null,表示取不到有效值。
9801
9842
  # @type AutoIncrement: Boolean
9802
9843
  # @param DefaultValue: 数据库表默认参数
9844
+ # 注意:此字段可能返回 null,表示取不到有效值。
9803
9845
  # @type DefaultValue: String
9804
9846
 
9805
9847
  attr_accessor :JsonKey, :Type, :AllowNull, :ColumnName, :ExtraInfo, :ColumnSize, :DecimalDigits, :AutoIncrement, :DefaultValue
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.636
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-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common