Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF licenses this file to You under the Apache License, Version 2.0
// (the "License"); you may not use this file except in compliance with
// the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
{
"name": "SubscriptionInfoData",
"validVersions": "1-9",
"fields": [
{
"name": "version",
"versions": "1+",
"type": "int32"
},
{
"name": "latestSupportedVersion",
"versions": "3+",
"default": "-1",
"type": "int32"
},
{
"name": "processId",
"versions": "1+",
"type": "uuid"
},
{
"name": "prevTasks",
"versions": "1-6",
"type": "[]TaskId"
},
{
"name": "standbyTasks",
"versions": "1-6",
"type": "[]TaskId"
},
{
"name": "userEndPoint",
"versions": "2+",
"type": "bytes"
},
{
"name": "taskOffsetSums",
"versions": "7+",
"type": "[]TaskOffsetSum"
},
{
"name": "uniqueField",
"versions": "8+",
"type": "int8"
},
{
"name": "errorCode",
"versions": "9+",
"type": "int32"
}
],
"commonStructs": [
{
"name": "TaskId",
"versions": "1+",
"fields": [
{
"name": "topicGroupId",
"versions": "1+",
"type": "int32"
},
{
"name": "partition",
"versions": "1+",
"type": "int32"
}
]
},
{
"name": "TaskOffsetSum",
"versions": "7+",
"fields": [
{
"name": "topicGroupId",
"versions": "7+",
"type": "int32"
},
{
"name": "partitionToOffsetSum",
"versions": "7+",
"type": "[]PartitionToOffsetSum"
}
]
},
{
"name": "PartitionToOffsetSum",
"versions": "7+",
"fields": [
{
"name": "partition",
"versions": "7+",
"type": "int32"
},
{
"name": "offsetSum",
"versions": "7+",
"type": "int64"
}
]
}
],
"type": "data"
}