common.message.SubscriptionInfoData.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.apache.servicemix.bundles.kafka-streams
Show all versions of org.apache.servicemix.bundles.kafka-streams
This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.
// 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-8",
"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"
}
],
"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"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy