Skip to content

Commit

Permalink
feature: Upgrade to build schema with 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aiven-anton committed Oct 14, 2023
1 parent c1bea5f commit 124df6b
Show file tree
Hide file tree
Showing 577 changed files with 872 additions and 603 deletions.
2 changes: 1 addition & 1 deletion codegen/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from typing import Final

build_tag: Final = "3.5.1"
build_tag: Final = "3.6.0"
2 changes: 1 addition & 1 deletion src/kio/schema/add_offsets_to_txn/v0/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AddOffsetsToTxnRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AddOffsetsToTxnRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddOffsetsToTxnRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/add_offsets_to_txn/v0/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AddOffsetsToTxnResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AddOffsetsToTxnResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddOffsetsToTxnResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/add_offsets_to_txn/v1/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AddOffsetsToTxnRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AddOffsetsToTxnRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddOffsetsToTxnRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/add_offsets_to_txn/v1/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AddOffsetsToTxnResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AddOffsetsToTxnResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddOffsetsToTxnResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/add_offsets_to_txn/v2/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AddOffsetsToTxnRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AddOffsetsToTxnRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddOffsetsToTxnRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/add_offsets_to_txn/v2/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AddOffsetsToTxnResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AddOffsetsToTxnResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddOffsetsToTxnResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/add_offsets_to_txn/v3/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AddOffsetsToTxnRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AddOffsetsToTxnRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddOffsetsToTxnRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/add_offsets_to_txn/v3/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AddOffsetsToTxnResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AddOffsetsToTxnResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddOffsetsToTxnResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/add_partitions_to_txn/v0/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AddPartitionsToTxnRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/add_partitions_to_txn/v0/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AddPartitionsToTxnResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/add_partitions_to_txn/v1/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AddPartitionsToTxnRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/add_partitions_to_txn/v1/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AddPartitionsToTxnResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/add_partitions_to_txn/v2/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AddPartitionsToTxnRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/add_partitions_to_txn/v2/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AddPartitionsToTxnResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/add_partitions_to_txn/v3/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AddPartitionsToTxnRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/add_partitions_to_txn/v3/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AddPartitionsToTxnResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/add_partitions_to_txn/v4/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AddPartitionsToTxnRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/add_partitions_to_txn/v4/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AddPartitionsToTxnResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/allocate_producer_ids/v0/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AllocateProducerIdsRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AllocateProducerIdsRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AllocateProducerIdsRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/allocate_producer_ids/v0/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AllocateProducerIdsResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AllocateProducerIdsResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AllocateProducerIdsResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_client_quotas/v0/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterClientQuotasRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterClientQuotasRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterClientQuotasRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_client_quotas/v0/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterClientQuotasResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterClientQuotasResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterClientQuotasResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_client_quotas/v1/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterClientQuotasRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterClientQuotasRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterClientQuotasRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_client_quotas/v1/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterClientQuotasResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterClientQuotasResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterClientQuotasResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_configs/v0/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterConfigsRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterConfigsRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterConfigsRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_configs/v0/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterConfigsResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterConfigsResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterConfigsResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_configs/v1/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterConfigsRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterConfigsRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterConfigsRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_configs/v1/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterConfigsResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterConfigsResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterConfigsResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_configs/v2/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterConfigsRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterConfigsRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterConfigsRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_configs/v2/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterConfigsResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterConfigsResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterConfigsResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_partition/v0/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterPartitionRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterPartitionRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_partition/v0/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterPartitionResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterPartitionResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_partition/v1/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterPartitionRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterPartitionRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_partition/v1/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterPartitionResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterPartitionResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_partition/v2/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterPartitionRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterPartitionRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_partition/v2/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterPartitionResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterPartitionResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_partition/v3/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterPartitionRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterPartitionRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_partition/v3/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterPartitionResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterPartitionResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_partition_reassignments/v0/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterPartitionReassignmentsRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterPartitionReassignmentsRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionReassignmentsRequest.json
"""

# ruff: noqa: A003
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterPartitionReassignmentsResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterPartitionReassignmentsResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionReassignmentsResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_replica_log_dirs/v0/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterReplicaLogDirsRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterReplicaLogDirsRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterReplicaLogDirsRequest.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_replica_log_dirs/v0/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterReplicaLogDirsResponse.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterReplicaLogDirsResponse.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterReplicaLogDirsResponse.json
"""

# ruff: noqa: A003
Expand Down
2 changes: 1 addition & 1 deletion src/kio/schema/alter_replica_log_dirs/v1/request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Generated from AlterReplicaLogDirsRequest.json.
https://github.com/apache/kafka/tree/3.5.1/clients/src/main/resources/common/message/AlterReplicaLogDirsRequest.json
https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterReplicaLogDirsRequest.json
"""

# ruff: noqa: A003
Expand Down
Loading

0 comments on commit 124df6b

Please sign in to comment.