@ -521,9 +521,11 @@ type SubscribeRecordRequest_InitSubscribeRecordRequest struct {
ConsumerGroupInstanceId string ` protobuf:"bytes,2,opt,name=consumer_group_instance_id,json=consumerGroupInstanceId,proto3" json:"consumer_group_instance_id,omitempty" `
Topic * schema_pb . Topic ` protobuf:"bytes,4,opt,name=topic,proto3" json:"topic,omitempty" `
PartitionOffsets [ ] * schema_pb . PartitionOffset ` protobuf:"bytes,5,rep,name=partition_offsets,json=partitionOffsets,proto3" json:"partition_offsets,omitempty" `
Filter string ` protobuf:"bytes,6,opt,name=filter,proto3" json:"filter,omitempty" `
MaxSubscribedPartitions int32 ` protobuf:"varint,8,opt,name=max_subscribed_partitions,json=maxSubscribedPartitions,proto3" json:"max_subscribed_partitions,omitempty" `
SlidingWindowSize int32 ` protobuf:"varint,9,opt,name=sliding_window_size,json=slidingWindowSize,proto3" json:"sliding_window_size,omitempty" `
OffsetType schema_pb . OffsetType ` protobuf:"varint,6,opt,name=offset_type,json=offsetType,proto3,enum=schema_pb.OffsetType" json:"offset_type,omitempty" `
OffsetTsNs int64 ` protobuf:"varint,7,opt,name=offset_ts_ns,json=offsetTsNs,proto3" json:"offset_ts_ns,omitempty" `
Filter string ` protobuf:"bytes,10,opt,name=filter,proto3" json:"filter,omitempty" `
MaxSubscribedPartitions int32 ` protobuf:"varint,11,opt,name=max_subscribed_partitions,json=maxSubscribedPartitions,proto3" json:"max_subscribed_partitions,omitempty" `
SlidingWindowSize int32 ` protobuf:"varint,12,opt,name=sliding_window_size,json=slidingWindowSize,proto3" json:"sliding_window_size,omitempty" `
}
func ( x * SubscribeRecordRequest_InitSubscribeRecordRequest ) Reset ( ) {
@ -586,6 +588,20 @@ func (x *SubscribeRecordRequest_InitSubscribeRecordRequest) GetPartitionOffsets(
return nil
}
func ( x * SubscribeRecordRequest_InitSubscribeRecordRequest ) GetOffsetType ( ) schema_pb . OffsetType {
if x != nil {
return x . OffsetType
}
return schema_pb . OffsetType ( 0 )
}
func ( x * SubscribeRecordRequest_InitSubscribeRecordRequest ) GetOffsetTsNs ( ) int64 {
if x != nil {
return x . OffsetTsNs
}
return 0
}
func ( x * SubscribeRecordRequest_InitSubscribeRecordRequest ) GetFilter ( ) string {
if x != nil {
return x . Filter
@ -650,7 +666,7 @@ var file_mq_agent_proto_rawDesc = []byte{
0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x21 , 0x0a , 0x0c , 0x61 , 0x63 , 0x6b , 0x5f , 0x73 , 0x65 , 0x71 , 0x75 ,
0x65 , 0x6e , 0x63 , 0x65 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x0b , 0x61 , 0x63 , 0x6b , 0x53 ,
0x65 , 0x71 , 0x75 , 0x65 , 0x6e , 0x63 , 0x65 , 0x12 , 0x14 , 0x0a , 0x05 , 0x65 , 0x72 , 0x72 , 0x6f , 0x72 ,
0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x05 , 0x65 , 0x72 , 0x72 , 0x6f , 0x72 , 0x22 , 0xa1 , 0x04 ,
0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x05 , 0x65 , 0x72 , 0x72 , 0x6f , 0x72 , 0x22 , 0xfb , 0x04 ,
0x0a , 0x16 , 0x53 , 0x75 , 0x62 , 0x73 , 0x63 , 0x72 , 0x69 , 0x62 , 0x65 , 0x52 , 0x65 , 0x63 , 0x6f , 0x72 ,
0x64 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x53 , 0x0a , 0x04 , 0x69 , 0x6e , 0x69 , 0x74 ,
0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x3f , 0x2e , 0x6d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x69 ,
@ -661,7 +677,7 @@ var file_mq_agent_proto_rawDesc = []byte{
0x0c , 0x61 , 0x63 , 0x6b , 0x5f , 0x73 , 0x65 , 0x71 , 0x75 , 0x65 , 0x6e , 0x63 , 0x65 , 0x18 , 0x02 , 0x20 ,
0x01 , 0x28 , 0x03 , 0x52 , 0x0b , 0x61 , 0x63 , 0x6b , 0x53 , 0x65 , 0x71 , 0x75 , 0x65 , 0x6e , 0x63 , 0x65 ,
0x12 , 0x17 , 0x0a , 0x07 , 0x61 , 0x63 , 0x6b , 0x5f , 0x6b , 0x65 , 0x79 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 ,
0x0c , 0x52 , 0x06 , 0x61 , 0x63 , 0x6b , 0x4b , 0x65 , 0x79 , 0x1a , 0xf5 , 0x02 , 0x0a , 0x1a , 0x49 , 0x6e ,
0x0c , 0x52 , 0x06 , 0x61 , 0x63 , 0x6b , 0x4b , 0x65 , 0x79 , 0x1a , 0xc f , 0x03 , 0x0a , 0x1a , 0x49 , 0x6e ,
0x69 , 0x74 , 0x53 , 0x75 , 0x62 , 0x73 , 0x63 , 0x72 , 0x69 , 0x62 , 0x65 , 0x52 , 0x65 , 0x63 , 0x6f , 0x72 ,
0x64 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x25 , 0x0a , 0x0e , 0x63 , 0x6f , 0x6e , 0x73 ,
0x75 , 0x6d , 0x65 , 0x72 , 0x5f , 0x67 , 0x72 , 0x6f , 0x75 , 0x70 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 ,
@ -676,63 +692,69 @@ var file_mq_agent_proto_rawDesc = []byte{
0x6e , 0x5f , 0x6f , 0x66 , 0x66 , 0x73 , 0x65 , 0x74 , 0x73 , 0x18 , 0x05 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 ,
0x1a , 0x2e , 0x73 , 0x63 , 0x68 , 0x65 , 0x6d , 0x61 , 0x5f , 0x70 , 0x62 , 0x2e , 0x50 , 0x61 , 0x72 , 0x74 ,
0x69 , 0x74 , 0x69 , 0x6f , 0x6e , 0x4f , 0x66 , 0x66 , 0x73 , 0x65 , 0x74 , 0x52 , 0x10 , 0x70 , 0x61 , 0x72 ,
0x74 , 0x69 , 0x74 , 0x69 , 0x6f , 0x6e , 0x4f , 0x66 , 0x66 , 0x73 , 0x65 , 0x74 , 0x73 , 0x12 , 0x16 , 0x0a ,
0x06 , 0x66 , 0x69 , 0x6c , 0x74 , 0x65 , 0x72 , 0x18 , 0x06 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x06 , 0x66 ,
0x69 , 0x6c , 0x74 , 0x65 , 0x72 , 0x12 , 0x3a , 0x0a , 0x19 , 0x6d , 0x61 , 0x78 , 0x5f , 0x73 , 0x75 , 0x62 ,
0x73 , 0x63 , 0x72 , 0x69 , 0x62 , 0x65 , 0x64 , 0x5f , 0x70 , 0x61 , 0x72 , 0x74 , 0x69 , 0x74 , 0x69 , 0x6f ,
0x6e , 0x73 , 0x18 , 0x08 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x17 , 0x6d , 0x61 , 0x78 , 0x53 , 0x75 , 0x62 ,
0x73 , 0x63 , 0x72 , 0x69 , 0x62 , 0x65 , 0x64 , 0x50 , 0x61 , 0x72 , 0x74 , 0x69 , 0x74 , 0x69 , 0x6f , 0x6e ,
0x73 , 0x12 , 0x2e , 0x0a , 0x13 , 0x73 , 0x6c , 0x69 , 0x64 , 0x69 , 0x6e , 0x67 , 0x5f , 0x77 , 0x69 , 0x6e ,
0x64 , 0x6f , 0x77 , 0x5f , 0x73 , 0x69 , 0x7a , 0x65 , 0x18 , 0x09 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x11 ,
0x73 , 0x6c , 0x69 , 0x64 , 0x69 , 0x6e , 0x67 , 0x57 , 0x69 , 0x6e , 0x64 , 0x6f , 0x77 , 0x53 , 0x69 , 0x7a ,
0x65 , 0x22 , 0xd4 , 0x01 , 0x0a , 0x17 , 0x53 , 0x75 , 0x62 , 0x73 , 0x63 , 0x72 , 0x69 , 0x62 , 0x65 , 0x52 ,
0x65 , 0x63 , 0x6f , 0x72 , 0x64 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x10 , 0x0a ,
0x03 , 0x6b , 0x65 , 0x79 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0c , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 , 0x12 ,
0x2c , 0x0a , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x16 ,
0x2e , 0x73 , 0x63 , 0x68 , 0x65 , 0x6d , 0x61 , 0x5f , 0x70 , 0x62 , 0x2e , 0x52 , 0x65 , 0x63 , 0x6f , 0x72 ,
0x64 , 0x56 , 0x61 , 0x6c , 0x75 , 0x65 , 0x52 , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x12 , 0x13 , 0x0a ,
0x05 , 0x74 , 0x73 , 0x5f , 0x6e , 0x73 , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x04 , 0x74 , 0x73 ,
0x4e , 0x73 , 0x12 , 0x14 , 0x0a , 0x05 , 0x65 , 0x72 , 0x72 , 0x6f , 0x72 , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 ,
0x09 , 0x52 , 0x05 , 0x65 , 0x72 , 0x72 , 0x6f , 0x72 , 0x12 , 0x27 , 0x0a , 0x10 , 0x69 , 0x73 , 0x5f , 0x65 ,
0x6e , 0x64 , 0x5f , 0x6f , 0x66 , 0x5f , 0x73 , 0x74 , 0x72 , 0x65 , 0x61 , 0x6d , 0x18 , 0x06 , 0x20 , 0x01 ,
0x28 , 0x08 , 0x52 , 0x0d , 0x69 , 0x73 , 0x45 , 0x6e , 0x64 , 0x4f , 0x66 , 0x53 , 0x74 , 0x72 , 0x65 , 0x61 ,
0x6d , 0x12 , 0x25 , 0x0a , 0x0f , 0x69 , 0x73 , 0x5f , 0x65 , 0x6e , 0x64 , 0x5f , 0x6f , 0x66 , 0x5f , 0x74 ,
0x6f , 0x70 , 0x69 , 0x63 , 0x18 , 0x07 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x0c , 0x69 , 0x73 , 0x45 , 0x6e ,
0x64 , 0x4f , 0x66 , 0x54 , 0x6f , 0x70 , 0x69 , 0x63 , 0x32 , 0xb9 , 0x03 , 0x0a , 0x15 , 0x53 , 0x65 , 0x61 ,
0x77 , 0x65 , 0x65 , 0x64 , 0x4d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x69 , 0x6e , 0x67 , 0x41 , 0x67 , 0x65 ,
0x6e , 0x74 , 0x12 , 0x6c , 0x0a , 0x13 , 0x53 , 0x74 , 0x61 , 0x72 , 0x74 , 0x50 , 0x75 , 0x62 , 0x6c , 0x69 ,
0x73 , 0x68 , 0x53 , 0x65 , 0x73 , 0x73 , 0x69 , 0x6f , 0x6e , 0x12 , 0x28 , 0x2e , 0x6d , 0x65 , 0x73 , 0x73 ,
0x61 , 0x67 , 0x69 , 0x6e , 0x67 , 0x5f , 0x70 , 0x62 , 0x2e , 0x53 , 0x74 , 0x61 , 0x72 , 0x74 , 0x50 , 0x75 ,
0x62 , 0x6c , 0x69 , 0x73 , 0x68 , 0x53 , 0x65 , 0x73 , 0x73 , 0x69 , 0x6f , 0x6e , 0x52 , 0x65 , 0x71 , 0x75 ,
0x65 , 0x73 , 0x74 , 0x1a , 0x29 , 0x2e , 0x6d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x69 , 0x6e , 0x67 , 0x5f ,
0x74 , 0x69 , 0x74 , 0x69 , 0x6f , 0x6e , 0x4f , 0x66 , 0x66 , 0x73 , 0x65 , 0x74 , 0x73 , 0x12 , 0x36 , 0x0a ,
0x0b , 0x6f , 0x66 , 0x66 , 0x73 , 0x65 , 0x74 , 0x5f , 0x74 , 0x79 , 0x70 , 0x65 , 0x18 , 0x06 , 0x20 , 0x01 ,
0x28 , 0x0e , 0x32 , 0x15 , 0x2e , 0x73 , 0x63 , 0x68 , 0x65 , 0x6d , 0x61 , 0x5f , 0x70 , 0x62 , 0x2e , 0x4f ,
0x66 , 0x66 , 0x73 , 0x65 , 0x74 , 0x54 , 0x79 , 0x70 , 0x65 , 0x52 , 0x0a , 0x6f , 0x66 , 0x66 , 0x73 , 0x65 ,
0x74 , 0x54 , 0x79 , 0x70 , 0x65 , 0x12 , 0x20 , 0x0a , 0x0c , 0x6f , 0x66 , 0x66 , 0x73 , 0x65 , 0x74 , 0x5f ,
0x74 , 0x73 , 0x5f , 0x6e , 0x73 , 0x18 , 0x07 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x0a , 0x6f , 0x66 , 0x66 ,
0x73 , 0x65 , 0x74 , 0x54 , 0x73 , 0x4e , 0x73 , 0x12 , 0x16 , 0x0a , 0x06 , 0x66 , 0x69 , 0x6c , 0x74 , 0x65 ,
0x72 , 0x18 , 0x0a , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x06 , 0x66 , 0x69 , 0x6c , 0x74 , 0x65 , 0x72 , 0x12 ,
0x3a , 0x0a , 0x19 , 0x6d , 0x61 , 0x78 , 0x5f , 0x73 , 0x75 , 0x62 , 0x73 , 0x63 , 0x72 , 0x69 , 0x62 , 0x65 ,
0x64 , 0x5f , 0x70 , 0x61 , 0x72 , 0x74 , 0x69 , 0x74 , 0x69 , 0x6f , 0x6e , 0x73 , 0x18 , 0x0b , 0x20 , 0x01 ,
0x28 , 0x05 , 0x52 , 0x17 , 0x6d , 0x61 , 0x78 , 0x53 , 0x75 , 0x62 , 0x73 , 0x63 , 0x72 , 0x69 , 0x62 , 0x65 ,
0x64 , 0x50 , 0x61 , 0x72 , 0x74 , 0x69 , 0x74 , 0x69 , 0x6f , 0x6e , 0x73 , 0x12 , 0x2e , 0x0a , 0x13 , 0x73 ,
0x6c , 0x69 , 0x64 , 0x69 , 0x6e , 0x67 , 0x5f , 0x77 , 0x69 , 0x6e , 0x64 , 0x6f , 0x77 , 0x5f , 0x73 , 0x69 ,
0x7a , 0x65 , 0x18 , 0x0c , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x11 , 0x73 , 0x6c , 0x69 , 0x64 , 0x69 , 0x6e ,
0x67 , 0x57 , 0x69 , 0x6e , 0x64 , 0x6f , 0x77 , 0x53 , 0x69 , 0x7a , 0x65 , 0x22 , 0xd4 , 0x01 , 0x0a , 0x17 ,
0x53 , 0x75 , 0x62 , 0x73 , 0x63 , 0x72 , 0x69 , 0x62 , 0x65 , 0x52 , 0x65 , 0x63 , 0x6f , 0x72 , 0x64 , 0x52 ,
0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x10 , 0x0a , 0x03 , 0x6b , 0x65 , 0x79 , 0x18 , 0x02 ,
0x20 , 0x01 , 0x28 , 0x0c , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 , 0x12 , 0x2c , 0x0a , 0x05 , 0x76 , 0x61 , 0x6c ,
0x75 , 0x65 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x16 , 0x2e , 0x73 , 0x63 , 0x68 , 0x65 , 0x6d ,
0x61 , 0x5f , 0x70 , 0x62 , 0x2e , 0x52 , 0x65 , 0x63 , 0x6f , 0x72 , 0x64 , 0x56 , 0x61 , 0x6c , 0x75 , 0x65 ,
0x52 , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x12 , 0x13 , 0x0a , 0x05 , 0x74 , 0x73 , 0x5f , 0x6e , 0x73 ,
0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x04 , 0x74 , 0x73 , 0x4e , 0x73 , 0x12 , 0x14 , 0x0a , 0x05 ,
0x65 , 0x72 , 0x72 , 0x6f , 0x72 , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x05 , 0x65 , 0x72 , 0x72 ,
0x6f , 0x72 , 0x12 , 0x27 , 0x0a , 0x10 , 0x69 , 0x73 , 0x5f , 0x65 , 0x6e , 0x64 , 0x5f , 0x6f , 0x66 , 0x5f ,
0x73 , 0x74 , 0x72 , 0x65 , 0x61 , 0x6d , 0x18 , 0x06 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x0d , 0x69 , 0x73 ,
0x45 , 0x6e , 0x64 , 0x4f , 0x66 , 0x53 , 0x74 , 0x72 , 0x65 , 0x61 , 0x6d , 0x12 , 0x25 , 0x0a , 0x0f , 0x69 ,
0x73 , 0x5f , 0x65 , 0x6e , 0x64 , 0x5f , 0x6f , 0x66 , 0x5f , 0x74 , 0x6f , 0x70 , 0x69 , 0x63 , 0x18 , 0x07 ,
0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x0c , 0x69 , 0x73 , 0x45 , 0x6e , 0x64 , 0x4f , 0x66 , 0x54 , 0x6f , 0x70 ,
0x69 , 0x63 , 0x32 , 0xb9 , 0x03 , 0x0a , 0x15 , 0x53 , 0x65 , 0x61 , 0x77 , 0x65 , 0x65 , 0x64 , 0x4d , 0x65 ,
0x73 , 0x73 , 0x61 , 0x67 , 0x69 , 0x6e , 0x67 , 0x41 , 0x67 , 0x65 , 0x6e , 0x74 , 0x12 , 0x6c , 0x0a , 0x13 ,
0x53 , 0x74 , 0x61 , 0x72 , 0x74 , 0x50 , 0x75 , 0x62 , 0x6c , 0x69 , 0x73 , 0x68 , 0x53 , 0x65 , 0x73 , 0x73 ,
0x69 , 0x6f , 0x6e , 0x12 , 0x28 , 0x2e , 0x6d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x69 , 0x6e , 0x67 , 0x5f ,
0x70 , 0x62 , 0x2e , 0x53 , 0x74 , 0x61 , 0x72 , 0x74 , 0x50 , 0x75 , 0x62 , 0x6c , 0x69 , 0x73 , 0x68 , 0x53 ,
0x65 , 0x73 , 0x73 , 0x69 , 0x6f , 0x6e , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x00 ,
0x12 , 0x6c , 0x0a , 0x13 , 0x43 , 0x6c , 0x6f , 0x73 , 0x65 , 0x50 , 0x75 , 0x62 , 0x6c , 0x69 , 0x73 , 0x68 ,
0x53 , 0x65 , 0x73 , 0x73 , 0x69 , 0x6f , 0x6e , 0x12 , 0x28 , 0x2e , 0x6d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 ,
0x69 , 0x6e , 0x6 7 , 0x5f , 0x70 , 0x62 , 0x2e , 0x43 , 0x6c , 0x6f , 0x73 , 0x65 , 0x5 0 , 0x75 , 0x62 , 0x6c ,
0x69 , 0x73 , 0x68 , 0x53 , 0x65 , 0x73 , 0x73 , 0x69 , 0x6f , 0x6e , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 ,
0x74 , 0x1a , 0x29 , 0x2e , 0x6d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x69 , 0x6e , 0x67 , 0x5f , 0x70 , 0x62 ,
0x65 , 0x73 , 0x73 , 0x69 , 0x6f , 0x6e , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x29 , 0x2e ,
0x6d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x69 , 0x6e , 0x67 , 0x5f , 0x70 , 0x62 , 0x2e , 0x53 , 0x74 , 0x61 ,
0x72 , 0x74 , 0x50 , 0x75 , 0x62 , 0x6c , 0x69 , 0x73 , 0x68 , 0x53 , 0x65 , 0x73 , 0x73 , 0x69 , 0x6f , 0x6e ,
0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x00 , 0x12 , 0x6c , 0x0a , 0x13 , 0x43 , 0x6c ,
0x6f , 0x73 , 0x65 , 0x50 , 0x75 , 0x62 , 0x6c , 0x6 9 , 0x73 , 0x68 , 0x53 , 0x65 , 0x73 , 0x73 , 0x69 , 0x6f ,
0x6e , 0x12 , 0x28 , 0x2e , 0x6d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x69 , 0x6e , 0x67 , 0x5f , 0x70 , 0x62 ,
0x2e , 0x43 , 0x6c , 0x6f , 0x73 , 0x65 , 0x50 , 0x75 , 0x62 , 0x6c , 0x69 , 0x73 , 0x68 , 0x53 , 0x65 , 0x73 ,
0x73 , 0x69 , 0x6f , 0x6e , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x00 , 0x12 , 0x5e ,
0x0a , 0x0d , 0x50 , 0x75 , 0x62 , 0x6c , 0x69 , 0x73 , 0x68 , 0x52 , 0x65 , 0x63 , 0x6f , 0x72 , 0x64 , 0x12 ,
0x22 , 0x2e , 0x6d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x69 , 0x6e , 0x67 , 0x5f , 0x70 , 0x62 , 0x2e , 0x50 ,
0x75 , 0x62 , 0x6c , 0x69 , 0x73 , 0x68 , 0x52 , 0x65 , 0x63 , 0x6f , 0x72 , 0x64 , 0x52 , 0x65 , 0x71 , 0x75 ,
0x65 , 0x73 , 0x74 , 0x1a , 0x23 , 0x2e , 0x6d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x69 , 0x6e , 0x67 , 0x5f ,
0x70 , 0x62 , 0x2e , 0x50 , 0x75 , 0x62 , 0x6c , 0x69 , 0x73 , 0x68 , 0x52 , 0x65 , 0x63 , 0x6f , 0x72 , 0x64 ,
0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x00 , 0x28 , 0x01 , 0x30 , 0x01 , 0x12 , 0x64 ,
0x0a , 0x0f , 0x53 , 0x75 , 0x62 , 0x73 , 0x63 , 0x72 , 0x69 , 0x62 , 0x65 , 0x52 , 0x65 , 0x63 , 0x6f , 0x72 ,
0x64 , 0x12 , 0x24 , 0x2e , 0x6d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x69 , 0x6e , 0x67 , 0x5f , 0x70 , 0x62 ,
0x73 , 0x69 , 0x6f , 0x6e , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x29 , 0x2e , 0x6d , 0x65 ,
0x73 , 0x73 , 0x61 , 0x67 , 0x69 , 0x6e , 0x67 , 0x5f , 0x70 , 0x62 , 0x2e , 0x43 , 0x6c , 0x6f , 0x73 , 0x65 ,
0x50 , 0x75 , 0x62 , 0x6c , 0x69 , 0x73 , 0x68 , 0x53 , 0x65 , 0x73 , 0x73 , 0x69 , 0x6f , 0x6e , 0x52 , 0x65 ,
0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x00 , 0x12 , 0x5e , 0x0a , 0x0d , 0x50 , 0x75 , 0x62 , 0x6c ,
0x69 , 0x73 , 0x68 , 0x52 , 0x65 , 0x63 , 0x6f , 0x72 , 0x64 , 0x12 , 0x22 , 0x2e , 0x6d , 0x65 , 0x73 , 0x73 ,
0x61 , 0x67 , 0x69 , 0x6e , 0x67 , 0x5f , 0x70 , 0x62 , 0x2e , 0x50 , 0x75 , 0x62 , 0x6c , 0x69 , 0x73 , 0x68 ,
0x52 , 0x65 , 0x63 , 0x6f , 0x72 , 0x64 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x23 , 0x2e ,
0x6d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x69 , 0x6e , 0x67 , 0x5f , 0x70 , 0x62 , 0x2e , 0x50 , 0x75 , 0x62 ,
0x6c , 0x69 , 0x73 , 0x68 , 0x52 , 0x65 , 0x63 , 0x6f , 0x72 , 0x64 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e ,
0x73 , 0x65 , 0x22 , 0x00 , 0x28 , 0x01 , 0x30 , 0x01 , 0x12 , 0x64 , 0x0a , 0x0f , 0x53 , 0x75 , 0x62 , 0x73 ,
0x63 , 0x72 , 0x69 , 0x62 , 0x65 , 0x52 , 0x65 , 0x63 , 0x6f , 0x72 , 0x64 , 0x12 , 0x24 , 0x2e , 0x6d , 0x65 ,
0x73 , 0x73 , 0x61 , 0x67 , 0x69 , 0x6e , 0x67 , 0x5f , 0x70 , 0x62 , 0x2e , 0x53 , 0x75 , 0x62 , 0x73 , 0x63 ,
0x72 , 0x69 , 0x62 , 0x65 , 0x52 , 0x65 , 0x63 , 0x6f , 0x72 , 0x64 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 ,
0x74 , 0x1a , 0x25 , 0x2e , 0x6d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x69 , 0x6e , 0x67 , 0x5f , 0x70 , 0x62 ,
0x2e , 0x53 , 0x75 , 0x62 , 0x73 , 0x63 , 0x72 , 0x69 , 0x62 , 0x65 , 0x52 , 0x65 , 0x63 , 0x6f , 0x72 , 0x64 ,
0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x25 , 0x2e , 0x6d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 ,
0x69 , 0x6e , 0x67 , 0x5f , 0x70 , 0x62 , 0x2e , 0x53 , 0x75 , 0x62 , 0x73 , 0x63 , 0x72 , 0x69 , 0x62 , 0x65 ,
0x52 , 0x65 , 0x63 , 0x6f , 0x72 , 0x64 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x00 ,
0x28 , 0x01 , 0x30 , 0x01 , 0x42 , 0x60 , 0x0a , 0x12 , 0x73 , 0x65 , 0x61 , 0x77 , 0x65 , 0x65 , 0x64 , 0x66 ,
0x73 , 0x2e , 0x6d , 0x71 , 0x5f , 0x61 , 0x67 , 0x65 , 0x6e , 0x74 , 0x42 , 0x16 , 0x4d , 0x65 , 0x73 , 0x73 ,
0x61 , 0x67 , 0x65 , 0x51 , 0x75 , 0x65 , 0x75 , 0x65 , 0x41 , 0x67 , 0x65 , 0x6e , 0x74 , 0x50 , 0x72 , 0x6f ,
0x74 , 0x6f , 0x5a , 0x32 , 0x67 , 0x69 , 0x74 , 0x68 , 0x75 , 0x62 , 0x2e , 0x63 , 0x6f , 0x6d , 0x2f , 0x73 ,
0x65 , 0x61 , 0x77 , 0x65 , 0x65 , 0x64 , 0x66 , 0x73 , 0x2f , 0x73 , 0x65 , 0x61 , 0x77 , 0x65 , 0x65 , 0x64 ,
0x66 , 0x73 , 0x2f , 0x77 , 0x65 , 0x65 , 0x64 , 0x2f , 0x70 , 0x62 , 0x2f , 0x6d , 0x71 , 0x5f , 0x61 , 0x67 ,
0x65 , 0x6e , 0x74 , 0x5f , 0x70 , 0x62 , 0x62 , 0x06 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x33 ,
0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x00 , 0x28 , 0x01 , 0x30 , 0x01 , 0x42 , 0x60 ,
0x0a , 0x12 , 0x73 , 0x65 , 0x61 , 0x77 , 0x65 , 0x65 , 0x64 , 0x66 , 0x73 , 0x2e , 0x6d , 0x71 , 0x5f , 0x61 ,
0x67 , 0x65 , 0x6e , 0x74 , 0x42 , 0x16 , 0x4d , 0x65 , 0x73 , 0x73 , 0x61 , 0x67 , 0x65 , 0x51 , 0x75 , 0x65 ,
0x75 , 0x65 , 0x41 , 0x67 , 0x65 , 0x6e , 0x74 , 0x50 , 0x72 , 0x6f , 0x74 , 0x6f , 0x5a , 0x32 , 0x67 , 0x69 ,
0x74 , 0x68 , 0x75 , 0x62 , 0x2e , 0x63 , 0x6f , 0x6d , 0x2f , 0x73 , 0x65 , 0x61 , 0x77 , 0x65 , 0x65 , 0x64 ,
0x66 , 0x73 , 0x2f , 0x73 , 0x65 , 0x61 , 0x77 , 0x65 , 0x65 , 0x64 , 0x66 , 0x73 , 0x2f , 0x77 , 0x65 , 0x65 ,
0x64 , 0x2f , 0x70 , 0x62 , 0x2f , 0x6d , 0x71 , 0x5f , 0x61 , 0x67 , 0x65 , 0x6e , 0x74 , 0x5f , 0x70 , 0x62 ,
0x62 , 0x06 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x33 ,
}
var (
@ -762,6 +784,7 @@ var file_mq_agent_proto_goTypes = []any{
( * schema_pb . RecordType ) ( nil ) , // 10: schema_pb.RecordType
( * schema_pb . RecordValue ) ( nil ) , // 11: schema_pb.RecordValue
( * schema_pb . PartitionOffset ) ( nil ) , // 12: schema_pb.PartitionOffset
( schema_pb . OffsetType ) ( 0 ) , // 13: schema_pb.OffsetType
}
var file_mq_agent_proto_depIdxs = [ ] int32 {
9 , // 0: messaging_pb.StartPublishSessionRequest.topic:type_name -> schema_pb.Topic
@ -771,19 +794,20 @@ var file_mq_agent_proto_depIdxs = []int32{
11 , // 4: messaging_pb.SubscribeRecordResponse.value:type_name -> schema_pb.RecordValue
9 , // 5: messaging_pb.SubscribeRecordRequest.InitSubscribeRecordRequest.topic:type_name -> schema_pb.Topic
12 , // 6: messaging_pb.SubscribeRecordRequest.InitSubscribeRecordRequest.partition_offsets:type_name -> schema_pb.PartitionOffset
0 , // 7: messaging_pb.SeaweedMessagingAgent.StartPublishSession:input_type -> messaging_pb.StartPublishSessionRequest
2 , // 8: messaging_pb.SeaweedMessagingAgent.ClosePublishSession:input_type -> messaging_pb.ClosePublishSessionRequest
4 , // 9: messaging_pb.SeaweedMessagingAgent.PublishRecord:input_type -> messaging_pb.PublishRecordRequest
6 , // 10: messaging_pb.SeaweedMessagingAgent.SubscribeRecord:input_type -> messaging_pb.SubscribeRecordRequest
1 , // 11: messaging_pb.SeaweedMessagingAgent.StartPublishSession:output_type -> messaging_pb.StartPublishSessionResponse
3 , // 12: messaging_pb.SeaweedMessagingAgent.ClosePublishSession:output_type -> messaging_pb.ClosePublishSessionResponse
5 , // 13: messaging_pb.SeaweedMessagingAgent.PublishRecord:output_type -> messaging_pb.PublishRecordResponse
7 , // 14: messaging_pb.SeaweedMessagingAgent.SubscribeRecord:output_type -> messaging_pb.SubscribeRecordResponse
11 , // [11:15] is the sub-list for method output_type
7 , // [7:11] is the sub-list for method input_type
7 , // [7:7] is the sub-list for extension type_name
7 , // [7:7] is the sub-list for extension extendee
0 , // [0:7] is the sub-list for field type_name
13 , // 7: messaging_pb.SubscribeRecordRequest.InitSubscribeRecordRequest.offset_type:type_name -> schema_pb.OffsetType
0 , // 8: messaging_pb.SeaweedMessagingAgent.StartPublishSession:input_type -> messaging_pb.StartPublishSessionRequest
2 , // 9: messaging_pb.SeaweedMessagingAgent.ClosePublishSession:input_type -> messaging_pb.ClosePublishSessionRequest
4 , // 10: messaging_pb.SeaweedMessagingAgent.PublishRecord:input_type -> messaging_pb.PublishRecordRequest
6 , // 11: messaging_pb.SeaweedMessagingAgent.SubscribeRecord:input_type -> messaging_pb.SubscribeRecordRequest
1 , // 12: messaging_pb.SeaweedMessagingAgent.StartPublishSession:output_type -> messaging_pb.StartPublishSessionResponse
3 , // 13: messaging_pb.SeaweedMessagingAgent.ClosePublishSession:output_type -> messaging_pb.ClosePublishSessionResponse
5 , // 14: messaging_pb.SeaweedMessagingAgent.PublishRecord:output_type -> messaging_pb.PublishRecordResponse
7 , // 15: messaging_pb.SeaweedMessagingAgent.SubscribeRecord:output_type -> messaging_pb.SubscribeRecordResponse
12 , // [12:16] is the sub-list for method output_type
8 , // [8:12] is the sub-list for method input_type
8 , // [8:8] is the sub-list for extension type_name
8 , // [8:8] is the sub-list for extension extendee
0 , // [0:8] is the sub-list for field type_name
}
func init ( ) { file_mq_agent_proto_init ( ) }