diff --git a/codegen/generate_schema.py b/codegen/generate_schema.py index cbcc5dc8..0584b52e 100644 --- a/codegen/generate_schema.py +++ b/codegen/generate_schema.py @@ -40,15 +40,10 @@ from .parser import PrimitiveField from .parser import parse_file -schema_repository_source: Final = ( - f"https://github.com/apache/kafka" - f"/tree/{build_tag}/clients/src/main/resources/common/message/" -) +schema_repository_source: Final = "clients/src/main/resources/common/message/" imports_and_docstring: Final = '''\ """ -Generated from {schema_source}. - -{schema_repository_source}{schema_source} +Generated from ``{schema_repository_source}{schema_source}``. """ import datetime diff --git a/src/kio/schema/add_offsets_to_txn/v0/request.py b/src/kio/schema/add_offsets_to_txn/v0/request.py index beb8d65d..226868b8 100644 --- a/src/kio/schema/add_offsets_to_txn/v0/request.py +++ b/src/kio/schema/add_offsets_to_txn/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from AddOffsetsToTxnRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddOffsetsToTxnRequest.json +Generated from ``clients/src/main/resources/common/message/AddOffsetsToTxnRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/add_offsets_to_txn/v0/response.py b/src/kio/schema/add_offsets_to_txn/v0/response.py index b9650e0a..bf105ac0 100644 --- a/src/kio/schema/add_offsets_to_txn/v0/response.py +++ b/src/kio/schema/add_offsets_to_txn/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from AddOffsetsToTxnResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddOffsetsToTxnResponse.json +Generated from ``clients/src/main/resources/common/message/AddOffsetsToTxnResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/add_offsets_to_txn/v1/request.py b/src/kio/schema/add_offsets_to_txn/v1/request.py index 1a9bd26a..f9beee2c 100644 --- a/src/kio/schema/add_offsets_to_txn/v1/request.py +++ b/src/kio/schema/add_offsets_to_txn/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from AddOffsetsToTxnRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddOffsetsToTxnRequest.json +Generated from ``clients/src/main/resources/common/message/AddOffsetsToTxnRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/add_offsets_to_txn/v1/response.py b/src/kio/schema/add_offsets_to_txn/v1/response.py index a66159d6..0d5a2419 100644 --- a/src/kio/schema/add_offsets_to_txn/v1/response.py +++ b/src/kio/schema/add_offsets_to_txn/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from AddOffsetsToTxnResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddOffsetsToTxnResponse.json +Generated from ``clients/src/main/resources/common/message/AddOffsetsToTxnResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/add_offsets_to_txn/v2/request.py b/src/kio/schema/add_offsets_to_txn/v2/request.py index 838eb1d2..ff6659b1 100644 --- a/src/kio/schema/add_offsets_to_txn/v2/request.py +++ b/src/kio/schema/add_offsets_to_txn/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from AddOffsetsToTxnRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddOffsetsToTxnRequest.json +Generated from ``clients/src/main/resources/common/message/AddOffsetsToTxnRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/add_offsets_to_txn/v2/response.py b/src/kio/schema/add_offsets_to_txn/v2/response.py index 7b5c1a05..5fd075ea 100644 --- a/src/kio/schema/add_offsets_to_txn/v2/response.py +++ b/src/kio/schema/add_offsets_to_txn/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from AddOffsetsToTxnResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddOffsetsToTxnResponse.json +Generated from ``clients/src/main/resources/common/message/AddOffsetsToTxnResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/add_offsets_to_txn/v3/request.py b/src/kio/schema/add_offsets_to_txn/v3/request.py index 7b2abb2e..456ce0e7 100644 --- a/src/kio/schema/add_offsets_to_txn/v3/request.py +++ b/src/kio/schema/add_offsets_to_txn/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from AddOffsetsToTxnRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddOffsetsToTxnRequest.json +Generated from ``clients/src/main/resources/common/message/AddOffsetsToTxnRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/add_offsets_to_txn/v3/response.py b/src/kio/schema/add_offsets_to_txn/v3/response.py index ca098512..8c12b7cf 100644 --- a/src/kio/schema/add_offsets_to_txn/v3/response.py +++ b/src/kio/schema/add_offsets_to_txn/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from AddOffsetsToTxnResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddOffsetsToTxnResponse.json +Generated from ``clients/src/main/resources/common/message/AddOffsetsToTxnResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/add_partitions_to_txn/v0/request.py b/src/kio/schema/add_partitions_to_txn/v0/request.py index 095b0de9..3ecd0bbf 100644 --- a/src/kio/schema/add_partitions_to_txn/v0/request.py +++ b/src/kio/schema/add_partitions_to_txn/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from AddPartitionsToTxnRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json +Generated from ``clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/add_partitions_to_txn/v0/response.py b/src/kio/schema/add_partitions_to_txn/v0/response.py index 25d27b1f..54863439 100644 --- a/src/kio/schema/add_partitions_to_txn/v0/response.py +++ b/src/kio/schema/add_partitions_to_txn/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from AddPartitionsToTxnResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json +Generated from ``clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/add_partitions_to_txn/v1/request.py b/src/kio/schema/add_partitions_to_txn/v1/request.py index 062ace6d..e36f415d 100644 --- a/src/kio/schema/add_partitions_to_txn/v1/request.py +++ b/src/kio/schema/add_partitions_to_txn/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from AddPartitionsToTxnRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json +Generated from ``clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/add_partitions_to_txn/v1/response.py b/src/kio/schema/add_partitions_to_txn/v1/response.py index 35098941..60519bf1 100644 --- a/src/kio/schema/add_partitions_to_txn/v1/response.py +++ b/src/kio/schema/add_partitions_to_txn/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from AddPartitionsToTxnResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json +Generated from ``clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/add_partitions_to_txn/v2/request.py b/src/kio/schema/add_partitions_to_txn/v2/request.py index 8d61456d..f6e08d34 100644 --- a/src/kio/schema/add_partitions_to_txn/v2/request.py +++ b/src/kio/schema/add_partitions_to_txn/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from AddPartitionsToTxnRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json +Generated from ``clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/add_partitions_to_txn/v2/response.py b/src/kio/schema/add_partitions_to_txn/v2/response.py index 9061b26c..9b2df138 100644 --- a/src/kio/schema/add_partitions_to_txn/v2/response.py +++ b/src/kio/schema/add_partitions_to_txn/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from AddPartitionsToTxnResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json +Generated from ``clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/add_partitions_to_txn/v3/request.py b/src/kio/schema/add_partitions_to_txn/v3/request.py index f20d0b71..5a9b004c 100644 --- a/src/kio/schema/add_partitions_to_txn/v3/request.py +++ b/src/kio/schema/add_partitions_to_txn/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from AddPartitionsToTxnRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json +Generated from ``clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/add_partitions_to_txn/v3/response.py b/src/kio/schema/add_partitions_to_txn/v3/response.py index df32a486..dff3f828 100644 --- a/src/kio/schema/add_partitions_to_txn/v3/response.py +++ b/src/kio/schema/add_partitions_to_txn/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from AddPartitionsToTxnResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json +Generated from ``clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/add_partitions_to_txn/v4/request.py b/src/kio/schema/add_partitions_to_txn/v4/request.py index 8f0a7bb1..1a28da0f 100644 --- a/src/kio/schema/add_partitions_to_txn/v4/request.py +++ b/src/kio/schema/add_partitions_to_txn/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from AddPartitionsToTxnRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json +Generated from ``clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/add_partitions_to_txn/v4/response.py b/src/kio/schema/add_partitions_to_txn/v4/response.py index 76fd8114..9acd491f 100644 --- a/src/kio/schema/add_partitions_to_txn/v4/response.py +++ b/src/kio/schema/add_partitions_to_txn/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from AddPartitionsToTxnResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json +Generated from ``clients/src/main/resources/common/message/AddPartitionsToTxnResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/allocate_producer_ids/v0/request.py b/src/kio/schema/allocate_producer_ids/v0/request.py index a55b1d6b..f6f7a01b 100644 --- a/src/kio/schema/allocate_producer_ids/v0/request.py +++ b/src/kio/schema/allocate_producer_ids/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from AllocateProducerIdsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AllocateProducerIdsRequest.json +Generated from ``clients/src/main/resources/common/message/AllocateProducerIdsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/allocate_producer_ids/v0/response.py b/src/kio/schema/allocate_producer_ids/v0/response.py index 004a4f33..134c455e 100644 --- a/src/kio/schema/allocate_producer_ids/v0/response.py +++ b/src/kio/schema/allocate_producer_ids/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from AllocateProducerIdsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AllocateProducerIdsResponse.json +Generated from ``clients/src/main/resources/common/message/AllocateProducerIdsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_client_quotas/v0/request.py b/src/kio/schema/alter_client_quotas/v0/request.py index f926d1f3..fdc7cc89 100644 --- a/src/kio/schema/alter_client_quotas/v0/request.py +++ b/src/kio/schema/alter_client_quotas/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from AlterClientQuotasRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterClientQuotasRequest.json +Generated from ``clients/src/main/resources/common/message/AlterClientQuotasRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_client_quotas/v0/response.py b/src/kio/schema/alter_client_quotas/v0/response.py index a2eac18c..0e433431 100644 --- a/src/kio/schema/alter_client_quotas/v0/response.py +++ b/src/kio/schema/alter_client_quotas/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from AlterClientQuotasResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterClientQuotasResponse.json +Generated from ``clients/src/main/resources/common/message/AlterClientQuotasResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_client_quotas/v1/request.py b/src/kio/schema/alter_client_quotas/v1/request.py index 6d89256b..efd27363 100644 --- a/src/kio/schema/alter_client_quotas/v1/request.py +++ b/src/kio/schema/alter_client_quotas/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from AlterClientQuotasRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterClientQuotasRequest.json +Generated from ``clients/src/main/resources/common/message/AlterClientQuotasRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_client_quotas/v1/response.py b/src/kio/schema/alter_client_quotas/v1/response.py index f3b1e9e2..fd9a16da 100644 --- a/src/kio/schema/alter_client_quotas/v1/response.py +++ b/src/kio/schema/alter_client_quotas/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from AlterClientQuotasResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterClientQuotasResponse.json +Generated from ``clients/src/main/resources/common/message/AlterClientQuotasResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_configs/v0/request.py b/src/kio/schema/alter_configs/v0/request.py index 8169405e..1582e720 100644 --- a/src/kio/schema/alter_configs/v0/request.py +++ b/src/kio/schema/alter_configs/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from AlterConfigsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterConfigsRequest.json +Generated from ``clients/src/main/resources/common/message/AlterConfigsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_configs/v0/response.py b/src/kio/schema/alter_configs/v0/response.py index e9c71780..d63f63ed 100644 --- a/src/kio/schema/alter_configs/v0/response.py +++ b/src/kio/schema/alter_configs/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from AlterConfigsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterConfigsResponse.json +Generated from ``clients/src/main/resources/common/message/AlterConfigsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_configs/v1/request.py b/src/kio/schema/alter_configs/v1/request.py index 0e623bd3..5ce63a48 100644 --- a/src/kio/schema/alter_configs/v1/request.py +++ b/src/kio/schema/alter_configs/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from AlterConfigsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterConfigsRequest.json +Generated from ``clients/src/main/resources/common/message/AlterConfigsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_configs/v1/response.py b/src/kio/schema/alter_configs/v1/response.py index 14fa1f82..ad578534 100644 --- a/src/kio/schema/alter_configs/v1/response.py +++ b/src/kio/schema/alter_configs/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from AlterConfigsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterConfigsResponse.json +Generated from ``clients/src/main/resources/common/message/AlterConfigsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_configs/v2/request.py b/src/kio/schema/alter_configs/v2/request.py index 5034fb37..ce35850a 100644 --- a/src/kio/schema/alter_configs/v2/request.py +++ b/src/kio/schema/alter_configs/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from AlterConfigsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterConfigsRequest.json +Generated from ``clients/src/main/resources/common/message/AlterConfigsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_configs/v2/response.py b/src/kio/schema/alter_configs/v2/response.py index 7a177a91..b19a618c 100644 --- a/src/kio/schema/alter_configs/v2/response.py +++ b/src/kio/schema/alter_configs/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from AlterConfigsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterConfigsResponse.json +Generated from ``clients/src/main/resources/common/message/AlterConfigsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_partition/v0/request.py b/src/kio/schema/alter_partition/v0/request.py index d36a110a..7cec4e01 100644 --- a/src/kio/schema/alter_partition/v0/request.py +++ b/src/kio/schema/alter_partition/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from AlterPartitionRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionRequest.json +Generated from ``clients/src/main/resources/common/message/AlterPartitionRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_partition/v0/response.py b/src/kio/schema/alter_partition/v0/response.py index 0bfb033b..3f33613a 100644 --- a/src/kio/schema/alter_partition/v0/response.py +++ b/src/kio/schema/alter_partition/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from AlterPartitionResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionResponse.json +Generated from ``clients/src/main/resources/common/message/AlterPartitionResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_partition/v1/request.py b/src/kio/schema/alter_partition/v1/request.py index 67746f76..5d7346db 100644 --- a/src/kio/schema/alter_partition/v1/request.py +++ b/src/kio/schema/alter_partition/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from AlterPartitionRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionRequest.json +Generated from ``clients/src/main/resources/common/message/AlterPartitionRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_partition/v1/response.py b/src/kio/schema/alter_partition/v1/response.py index a3d7e779..4e43d13c 100644 --- a/src/kio/schema/alter_partition/v1/response.py +++ b/src/kio/schema/alter_partition/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from AlterPartitionResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionResponse.json +Generated from ``clients/src/main/resources/common/message/AlterPartitionResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_partition/v2/request.py b/src/kio/schema/alter_partition/v2/request.py index 501e2ed2..81fec51e 100644 --- a/src/kio/schema/alter_partition/v2/request.py +++ b/src/kio/schema/alter_partition/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from AlterPartitionRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionRequest.json +Generated from ``clients/src/main/resources/common/message/AlterPartitionRequest.json``. """ import uuid diff --git a/src/kio/schema/alter_partition/v2/response.py b/src/kio/schema/alter_partition/v2/response.py index f88725a1..0ef5a881 100644 --- a/src/kio/schema/alter_partition/v2/response.py +++ b/src/kio/schema/alter_partition/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from AlterPartitionResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionResponse.json +Generated from ``clients/src/main/resources/common/message/AlterPartitionResponse.json``. """ import uuid diff --git a/src/kio/schema/alter_partition/v3/request.py b/src/kio/schema/alter_partition/v3/request.py index 6fffe4c4..70d27d4b 100644 --- a/src/kio/schema/alter_partition/v3/request.py +++ b/src/kio/schema/alter_partition/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from AlterPartitionRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionRequest.json +Generated from ``clients/src/main/resources/common/message/AlterPartitionRequest.json``. """ import uuid diff --git a/src/kio/schema/alter_partition/v3/response.py b/src/kio/schema/alter_partition/v3/response.py index e841b6f9..1fe765ea 100644 --- a/src/kio/schema/alter_partition/v3/response.py +++ b/src/kio/schema/alter_partition/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from AlterPartitionResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionResponse.json +Generated from ``clients/src/main/resources/common/message/AlterPartitionResponse.json``. """ import uuid diff --git a/src/kio/schema/alter_partition_reassignments/v0/request.py b/src/kio/schema/alter_partition_reassignments/v0/request.py index cfbdfd2b..a0f282b5 100644 --- a/src/kio/schema/alter_partition_reassignments/v0/request.py +++ b/src/kio/schema/alter_partition_reassignments/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from AlterPartitionReassignmentsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionReassignmentsRequest.json +Generated from ``clients/src/main/resources/common/message/AlterPartitionReassignmentsRequest.json``. """ import datetime diff --git a/src/kio/schema/alter_partition_reassignments/v0/response.py b/src/kio/schema/alter_partition_reassignments/v0/response.py index e7ceedeb..5e3f5e8c 100644 --- a/src/kio/schema/alter_partition_reassignments/v0/response.py +++ b/src/kio/schema/alter_partition_reassignments/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from AlterPartitionReassignmentsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterPartitionReassignmentsResponse.json +Generated from ``clients/src/main/resources/common/message/AlterPartitionReassignmentsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_replica_log_dirs/v0/request.py b/src/kio/schema/alter_replica_log_dirs/v0/request.py index c413777a..6ea1fde5 100644 --- a/src/kio/schema/alter_replica_log_dirs/v0/request.py +++ b/src/kio/schema/alter_replica_log_dirs/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from AlterReplicaLogDirsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterReplicaLogDirsRequest.json +Generated from ``clients/src/main/resources/common/message/AlterReplicaLogDirsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_replica_log_dirs/v0/response.py b/src/kio/schema/alter_replica_log_dirs/v0/response.py index 95698674..5e7c2e19 100644 --- a/src/kio/schema/alter_replica_log_dirs/v0/response.py +++ b/src/kio/schema/alter_replica_log_dirs/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from AlterReplicaLogDirsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterReplicaLogDirsResponse.json +Generated from ``clients/src/main/resources/common/message/AlterReplicaLogDirsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_replica_log_dirs/v1/request.py b/src/kio/schema/alter_replica_log_dirs/v1/request.py index fcb0a014..28247c84 100644 --- a/src/kio/schema/alter_replica_log_dirs/v1/request.py +++ b/src/kio/schema/alter_replica_log_dirs/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from AlterReplicaLogDirsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterReplicaLogDirsRequest.json +Generated from ``clients/src/main/resources/common/message/AlterReplicaLogDirsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_replica_log_dirs/v1/response.py b/src/kio/schema/alter_replica_log_dirs/v1/response.py index 93df4663..4b9b205c 100644 --- a/src/kio/schema/alter_replica_log_dirs/v1/response.py +++ b/src/kio/schema/alter_replica_log_dirs/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from AlterReplicaLogDirsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterReplicaLogDirsResponse.json +Generated from ``clients/src/main/resources/common/message/AlterReplicaLogDirsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_replica_log_dirs/v2/request.py b/src/kio/schema/alter_replica_log_dirs/v2/request.py index 61ab6166..375b88d1 100644 --- a/src/kio/schema/alter_replica_log_dirs/v2/request.py +++ b/src/kio/schema/alter_replica_log_dirs/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from AlterReplicaLogDirsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterReplicaLogDirsRequest.json +Generated from ``clients/src/main/resources/common/message/AlterReplicaLogDirsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_replica_log_dirs/v2/response.py b/src/kio/schema/alter_replica_log_dirs/v2/response.py index 04ed76c0..fbe11936 100644 --- a/src/kio/schema/alter_replica_log_dirs/v2/response.py +++ b/src/kio/schema/alter_replica_log_dirs/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from AlterReplicaLogDirsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterReplicaLogDirsResponse.json +Generated from ``clients/src/main/resources/common/message/AlterReplicaLogDirsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_user_scram_credentials/v0/request.py b/src/kio/schema/alter_user_scram_credentials/v0/request.py index d779d1ae..68d78086 100644 --- a/src/kio/schema/alter_user_scram_credentials/v0/request.py +++ b/src/kio/schema/alter_user_scram_credentials/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from AlterUserScramCredentialsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterUserScramCredentialsRequest.json +Generated from ``clients/src/main/resources/common/message/AlterUserScramCredentialsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/alter_user_scram_credentials/v0/response.py b/src/kio/schema/alter_user_scram_credentials/v0/response.py index 7cfbf1c3..781b4a4d 100644 --- a/src/kio/schema/alter_user_scram_credentials/v0/response.py +++ b/src/kio/schema/alter_user_scram_credentials/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from AlterUserScramCredentialsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/AlterUserScramCredentialsResponse.json +Generated from ``clients/src/main/resources/common/message/AlterUserScramCredentialsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/api_versions/v0/request.py b/src/kio/schema/api_versions/v0/request.py index d846b704..e2f2c75d 100644 --- a/src/kio/schema/api_versions/v0/request.py +++ b/src/kio/schema/api_versions/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from ApiVersionsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ApiVersionsRequest.json +Generated from ``clients/src/main/resources/common/message/ApiVersionsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/api_versions/v0/response.py b/src/kio/schema/api_versions/v0/response.py index 848fcd4e..db93f6f9 100644 --- a/src/kio/schema/api_versions/v0/response.py +++ b/src/kio/schema/api_versions/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from ApiVersionsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ApiVersionsResponse.json +Generated from ``clients/src/main/resources/common/message/ApiVersionsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/api_versions/v1/request.py b/src/kio/schema/api_versions/v1/request.py index 5166cfe9..2a6cccf9 100644 --- a/src/kio/schema/api_versions/v1/request.py +++ b/src/kio/schema/api_versions/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from ApiVersionsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ApiVersionsRequest.json +Generated from ``clients/src/main/resources/common/message/ApiVersionsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/api_versions/v1/response.py b/src/kio/schema/api_versions/v1/response.py index d5fc883e..51a71541 100644 --- a/src/kio/schema/api_versions/v1/response.py +++ b/src/kio/schema/api_versions/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from ApiVersionsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ApiVersionsResponse.json +Generated from ``clients/src/main/resources/common/message/ApiVersionsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/api_versions/v2/request.py b/src/kio/schema/api_versions/v2/request.py index 69ca8cb1..f47ee1c5 100644 --- a/src/kio/schema/api_versions/v2/request.py +++ b/src/kio/schema/api_versions/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from ApiVersionsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ApiVersionsRequest.json +Generated from ``clients/src/main/resources/common/message/ApiVersionsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/api_versions/v2/response.py b/src/kio/schema/api_versions/v2/response.py index e93370fd..31749df3 100644 --- a/src/kio/schema/api_versions/v2/response.py +++ b/src/kio/schema/api_versions/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from ApiVersionsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ApiVersionsResponse.json +Generated from ``clients/src/main/resources/common/message/ApiVersionsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/api_versions/v3/request.py b/src/kio/schema/api_versions/v3/request.py index b8687ef2..e25c2ab0 100644 --- a/src/kio/schema/api_versions/v3/request.py +++ b/src/kio/schema/api_versions/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from ApiVersionsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ApiVersionsRequest.json +Generated from ``clients/src/main/resources/common/message/ApiVersionsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/api_versions/v3/response.py b/src/kio/schema/api_versions/v3/response.py index 92dbab8b..d0b393e7 100644 --- a/src/kio/schema/api_versions/v3/response.py +++ b/src/kio/schema/api_versions/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from ApiVersionsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ApiVersionsResponse.json +Generated from ``clients/src/main/resources/common/message/ApiVersionsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/begin_quorum_epoch/v0/request.py b/src/kio/schema/begin_quorum_epoch/v0/request.py index 8f955070..9932b13a 100644 --- a/src/kio/schema/begin_quorum_epoch/v0/request.py +++ b/src/kio/schema/begin_quorum_epoch/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from BeginQuorumEpochRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/BeginQuorumEpochRequest.json +Generated from ``clients/src/main/resources/common/message/BeginQuorumEpochRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/begin_quorum_epoch/v0/response.py b/src/kio/schema/begin_quorum_epoch/v0/response.py index 0ef1aa04..06e64627 100644 --- a/src/kio/schema/begin_quorum_epoch/v0/response.py +++ b/src/kio/schema/begin_quorum_epoch/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from BeginQuorumEpochResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/BeginQuorumEpochResponse.json +Generated from ``clients/src/main/resources/common/message/BeginQuorumEpochResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/broker_heartbeat/v0/request.py b/src/kio/schema/broker_heartbeat/v0/request.py index 546cb5b8..fddd645f 100644 --- a/src/kio/schema/broker_heartbeat/v0/request.py +++ b/src/kio/schema/broker_heartbeat/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from BrokerHeartbeatRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/BrokerHeartbeatRequest.json +Generated from ``clients/src/main/resources/common/message/BrokerHeartbeatRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/broker_heartbeat/v0/response.py b/src/kio/schema/broker_heartbeat/v0/response.py index 753ac87a..0350eb5b 100644 --- a/src/kio/schema/broker_heartbeat/v0/response.py +++ b/src/kio/schema/broker_heartbeat/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from BrokerHeartbeatResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/BrokerHeartbeatResponse.json +Generated from ``clients/src/main/resources/common/message/BrokerHeartbeatResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/broker_registration/v0/request.py b/src/kio/schema/broker_registration/v0/request.py index 85aa2d23..edfd8e36 100644 --- a/src/kio/schema/broker_registration/v0/request.py +++ b/src/kio/schema/broker_registration/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from BrokerRegistrationRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/BrokerRegistrationRequest.json +Generated from ``clients/src/main/resources/common/message/BrokerRegistrationRequest.json``. """ import uuid diff --git a/src/kio/schema/broker_registration/v0/response.py b/src/kio/schema/broker_registration/v0/response.py index 562219d3..2c890968 100644 --- a/src/kio/schema/broker_registration/v0/response.py +++ b/src/kio/schema/broker_registration/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from BrokerRegistrationResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/BrokerRegistrationResponse.json +Generated from ``clients/src/main/resources/common/message/BrokerRegistrationResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/broker_registration/v1/request.py b/src/kio/schema/broker_registration/v1/request.py index 342e1c4b..d300f751 100644 --- a/src/kio/schema/broker_registration/v1/request.py +++ b/src/kio/schema/broker_registration/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from BrokerRegistrationRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/BrokerRegistrationRequest.json +Generated from ``clients/src/main/resources/common/message/BrokerRegistrationRequest.json``. """ import uuid diff --git a/src/kio/schema/broker_registration/v1/response.py b/src/kio/schema/broker_registration/v1/response.py index f41e808c..0c65e40e 100644 --- a/src/kio/schema/broker_registration/v1/response.py +++ b/src/kio/schema/broker_registration/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from BrokerRegistrationResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/BrokerRegistrationResponse.json +Generated from ``clients/src/main/resources/common/message/BrokerRegistrationResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/consumer_group_heartbeat/v0/request.py b/src/kio/schema/consumer_group_heartbeat/v0/request.py index 9efac2cf..3a2e2556 100644 --- a/src/kio/schema/consumer_group_heartbeat/v0/request.py +++ b/src/kio/schema/consumer_group_heartbeat/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from ConsumerGroupHeartbeatRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ConsumerGroupHeartbeatRequest.json +Generated from ``clients/src/main/resources/common/message/ConsumerGroupHeartbeatRequest.json``. """ import datetime diff --git a/src/kio/schema/consumer_group_heartbeat/v0/response.py b/src/kio/schema/consumer_group_heartbeat/v0/response.py index 2d6241c0..ca340981 100644 --- a/src/kio/schema/consumer_group_heartbeat/v0/response.py +++ b/src/kio/schema/consumer_group_heartbeat/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from ConsumerGroupHeartbeatResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ConsumerGroupHeartbeatResponse.json +Generated from ``clients/src/main/resources/common/message/ConsumerGroupHeartbeatResponse.json``. """ import uuid diff --git a/src/kio/schema/consumer_protocol_assignment/v0/data.py b/src/kio/schema/consumer_protocol_assignment/v0/data.py index 104bc97f..c3dcff1e 100644 --- a/src/kio/schema/consumer_protocol_assignment/v0/data.py +++ b/src/kio/schema/consumer_protocol_assignment/v0/data.py @@ -1,7 +1,5 @@ """ -Generated from ConsumerProtocolAssignment.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ConsumerProtocolAssignment.json +Generated from ``clients/src/main/resources/common/message/ConsumerProtocolAssignment.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/consumer_protocol_assignment/v1/data.py b/src/kio/schema/consumer_protocol_assignment/v1/data.py index 7e867b5e..1c31ef5d 100644 --- a/src/kio/schema/consumer_protocol_assignment/v1/data.py +++ b/src/kio/schema/consumer_protocol_assignment/v1/data.py @@ -1,7 +1,5 @@ """ -Generated from ConsumerProtocolAssignment.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ConsumerProtocolAssignment.json +Generated from ``clients/src/main/resources/common/message/ConsumerProtocolAssignment.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/consumer_protocol_assignment/v2/data.py b/src/kio/schema/consumer_protocol_assignment/v2/data.py index c9f8084b..679b96b2 100644 --- a/src/kio/schema/consumer_protocol_assignment/v2/data.py +++ b/src/kio/schema/consumer_protocol_assignment/v2/data.py @@ -1,7 +1,5 @@ """ -Generated from ConsumerProtocolAssignment.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ConsumerProtocolAssignment.json +Generated from ``clients/src/main/resources/common/message/ConsumerProtocolAssignment.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/consumer_protocol_assignment/v3/data.py b/src/kio/schema/consumer_protocol_assignment/v3/data.py index 7e573b85..9bd490a2 100644 --- a/src/kio/schema/consumer_protocol_assignment/v3/data.py +++ b/src/kio/schema/consumer_protocol_assignment/v3/data.py @@ -1,7 +1,5 @@ """ -Generated from ConsumerProtocolAssignment.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ConsumerProtocolAssignment.json +Generated from ``clients/src/main/resources/common/message/ConsumerProtocolAssignment.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/consumer_protocol_subscription/v0/data.py b/src/kio/schema/consumer_protocol_subscription/v0/data.py index 40125fc5..d5c9b895 100644 --- a/src/kio/schema/consumer_protocol_subscription/v0/data.py +++ b/src/kio/schema/consumer_protocol_subscription/v0/data.py @@ -1,7 +1,5 @@ """ -Generated from ConsumerProtocolSubscription.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ConsumerProtocolSubscription.json +Generated from ``clients/src/main/resources/common/message/ConsumerProtocolSubscription.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/consumer_protocol_subscription/v1/data.py b/src/kio/schema/consumer_protocol_subscription/v1/data.py index 0fe84daa..7d47e24f 100644 --- a/src/kio/schema/consumer_protocol_subscription/v1/data.py +++ b/src/kio/schema/consumer_protocol_subscription/v1/data.py @@ -1,7 +1,5 @@ """ -Generated from ConsumerProtocolSubscription.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ConsumerProtocolSubscription.json +Generated from ``clients/src/main/resources/common/message/ConsumerProtocolSubscription.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/consumer_protocol_subscription/v2/data.py b/src/kio/schema/consumer_protocol_subscription/v2/data.py index fc0dd8db..5af15a3a 100644 --- a/src/kio/schema/consumer_protocol_subscription/v2/data.py +++ b/src/kio/schema/consumer_protocol_subscription/v2/data.py @@ -1,7 +1,5 @@ """ -Generated from ConsumerProtocolSubscription.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ConsumerProtocolSubscription.json +Generated from ``clients/src/main/resources/common/message/ConsumerProtocolSubscription.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/consumer_protocol_subscription/v3/data.py b/src/kio/schema/consumer_protocol_subscription/v3/data.py index fb44a7cf..4966b904 100644 --- a/src/kio/schema/consumer_protocol_subscription/v3/data.py +++ b/src/kio/schema/consumer_protocol_subscription/v3/data.py @@ -1,7 +1,5 @@ """ -Generated from ConsumerProtocolSubscription.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ConsumerProtocolSubscription.json +Generated from ``clients/src/main/resources/common/message/ConsumerProtocolSubscription.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/controlled_shutdown/v0/request.py b/src/kio/schema/controlled_shutdown/v0/request.py index 4b90b8c2..04363109 100644 --- a/src/kio/schema/controlled_shutdown/v0/request.py +++ b/src/kio/schema/controlled_shutdown/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from ControlledShutdownRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ControlledShutdownRequest.json +Generated from ``clients/src/main/resources/common/message/ControlledShutdownRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/controlled_shutdown/v0/response.py b/src/kio/schema/controlled_shutdown/v0/response.py index 94ba02ba..658fb0f6 100644 --- a/src/kio/schema/controlled_shutdown/v0/response.py +++ b/src/kio/schema/controlled_shutdown/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from ControlledShutdownResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ControlledShutdownResponse.json +Generated from ``clients/src/main/resources/common/message/ControlledShutdownResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/controlled_shutdown/v1/request.py b/src/kio/schema/controlled_shutdown/v1/request.py index a59a4771..95e0738f 100644 --- a/src/kio/schema/controlled_shutdown/v1/request.py +++ b/src/kio/schema/controlled_shutdown/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from ControlledShutdownRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ControlledShutdownRequest.json +Generated from ``clients/src/main/resources/common/message/ControlledShutdownRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/controlled_shutdown/v1/response.py b/src/kio/schema/controlled_shutdown/v1/response.py index a38c1e17..5db8ce09 100644 --- a/src/kio/schema/controlled_shutdown/v1/response.py +++ b/src/kio/schema/controlled_shutdown/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from ControlledShutdownResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ControlledShutdownResponse.json +Generated from ``clients/src/main/resources/common/message/ControlledShutdownResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/controlled_shutdown/v2/request.py b/src/kio/schema/controlled_shutdown/v2/request.py index 993f0af8..e3f9df87 100644 --- a/src/kio/schema/controlled_shutdown/v2/request.py +++ b/src/kio/schema/controlled_shutdown/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from ControlledShutdownRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ControlledShutdownRequest.json +Generated from ``clients/src/main/resources/common/message/ControlledShutdownRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/controlled_shutdown/v2/response.py b/src/kio/schema/controlled_shutdown/v2/response.py index dffd9cf3..bae4ba45 100644 --- a/src/kio/schema/controlled_shutdown/v2/response.py +++ b/src/kio/schema/controlled_shutdown/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from ControlledShutdownResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ControlledShutdownResponse.json +Generated from ``clients/src/main/resources/common/message/ControlledShutdownResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/controlled_shutdown/v3/request.py b/src/kio/schema/controlled_shutdown/v3/request.py index 3c309497..c511a3cf 100644 --- a/src/kio/schema/controlled_shutdown/v3/request.py +++ b/src/kio/schema/controlled_shutdown/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from ControlledShutdownRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ControlledShutdownRequest.json +Generated from ``clients/src/main/resources/common/message/ControlledShutdownRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/controlled_shutdown/v3/response.py b/src/kio/schema/controlled_shutdown/v3/response.py index fdad7b52..01a7ce33 100644 --- a/src/kio/schema/controlled_shutdown/v3/response.py +++ b/src/kio/schema/controlled_shutdown/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from ControlledShutdownResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ControlledShutdownResponse.json +Generated from ``clients/src/main/resources/common/message/ControlledShutdownResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_acls/v0/request.py b/src/kio/schema/create_acls/v0/request.py index 80a1ec3b..bff77b94 100644 --- a/src/kio/schema/create_acls/v0/request.py +++ b/src/kio/schema/create_acls/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from CreateAclsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateAclsRequest.json +Generated from ``clients/src/main/resources/common/message/CreateAclsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_acls/v0/response.py b/src/kio/schema/create_acls/v0/response.py index 92282def..76ce64ef 100644 --- a/src/kio/schema/create_acls/v0/response.py +++ b/src/kio/schema/create_acls/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from CreateAclsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateAclsResponse.json +Generated from ``clients/src/main/resources/common/message/CreateAclsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_acls/v1/request.py b/src/kio/schema/create_acls/v1/request.py index d1618acb..534c5c7f 100644 --- a/src/kio/schema/create_acls/v1/request.py +++ b/src/kio/schema/create_acls/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from CreateAclsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateAclsRequest.json +Generated from ``clients/src/main/resources/common/message/CreateAclsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_acls/v1/response.py b/src/kio/schema/create_acls/v1/response.py index 5236de55..a1ef97a1 100644 --- a/src/kio/schema/create_acls/v1/response.py +++ b/src/kio/schema/create_acls/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from CreateAclsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateAclsResponse.json +Generated from ``clients/src/main/resources/common/message/CreateAclsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_acls/v2/request.py b/src/kio/schema/create_acls/v2/request.py index bd0b8cf9..914a62b2 100644 --- a/src/kio/schema/create_acls/v2/request.py +++ b/src/kio/schema/create_acls/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from CreateAclsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateAclsRequest.json +Generated from ``clients/src/main/resources/common/message/CreateAclsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_acls/v2/response.py b/src/kio/schema/create_acls/v2/response.py index 7b14e5cd..2be0f3cd 100644 --- a/src/kio/schema/create_acls/v2/response.py +++ b/src/kio/schema/create_acls/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from CreateAclsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateAclsResponse.json +Generated from ``clients/src/main/resources/common/message/CreateAclsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_acls/v3/request.py b/src/kio/schema/create_acls/v3/request.py index 80e83593..3b727855 100644 --- a/src/kio/schema/create_acls/v3/request.py +++ b/src/kio/schema/create_acls/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from CreateAclsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateAclsRequest.json +Generated from ``clients/src/main/resources/common/message/CreateAclsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_acls/v3/response.py b/src/kio/schema/create_acls/v3/response.py index 31f3a112..0e5f9eed 100644 --- a/src/kio/schema/create_acls/v3/response.py +++ b/src/kio/schema/create_acls/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from CreateAclsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateAclsResponse.json +Generated from ``clients/src/main/resources/common/message/CreateAclsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_delegation_token/v0/request.py b/src/kio/schema/create_delegation_token/v0/request.py index 0e51fa1e..9ea6bd3e 100644 --- a/src/kio/schema/create_delegation_token/v0/request.py +++ b/src/kio/schema/create_delegation_token/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from CreateDelegationTokenRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateDelegationTokenRequest.json +Generated from ``clients/src/main/resources/common/message/CreateDelegationTokenRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_delegation_token/v0/response.py b/src/kio/schema/create_delegation_token/v0/response.py index 8f02b9e7..a051af65 100644 --- a/src/kio/schema/create_delegation_token/v0/response.py +++ b/src/kio/schema/create_delegation_token/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from CreateDelegationTokenResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateDelegationTokenResponse.json +Generated from ``clients/src/main/resources/common/message/CreateDelegationTokenResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_delegation_token/v1/request.py b/src/kio/schema/create_delegation_token/v1/request.py index 49144077..05e8bb83 100644 --- a/src/kio/schema/create_delegation_token/v1/request.py +++ b/src/kio/schema/create_delegation_token/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from CreateDelegationTokenRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateDelegationTokenRequest.json +Generated from ``clients/src/main/resources/common/message/CreateDelegationTokenRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_delegation_token/v1/response.py b/src/kio/schema/create_delegation_token/v1/response.py index a50ed164..d48bc391 100644 --- a/src/kio/schema/create_delegation_token/v1/response.py +++ b/src/kio/schema/create_delegation_token/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from CreateDelegationTokenResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateDelegationTokenResponse.json +Generated from ``clients/src/main/resources/common/message/CreateDelegationTokenResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_delegation_token/v2/request.py b/src/kio/schema/create_delegation_token/v2/request.py index fffb8d77..4bea4dcb 100644 --- a/src/kio/schema/create_delegation_token/v2/request.py +++ b/src/kio/schema/create_delegation_token/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from CreateDelegationTokenRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateDelegationTokenRequest.json +Generated from ``clients/src/main/resources/common/message/CreateDelegationTokenRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_delegation_token/v2/response.py b/src/kio/schema/create_delegation_token/v2/response.py index de5d3b97..615f6a34 100644 --- a/src/kio/schema/create_delegation_token/v2/response.py +++ b/src/kio/schema/create_delegation_token/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from CreateDelegationTokenResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateDelegationTokenResponse.json +Generated from ``clients/src/main/resources/common/message/CreateDelegationTokenResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_delegation_token/v3/request.py b/src/kio/schema/create_delegation_token/v3/request.py index a83d1252..052a1c8d 100644 --- a/src/kio/schema/create_delegation_token/v3/request.py +++ b/src/kio/schema/create_delegation_token/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from CreateDelegationTokenRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateDelegationTokenRequest.json +Generated from ``clients/src/main/resources/common/message/CreateDelegationTokenRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_delegation_token/v3/response.py b/src/kio/schema/create_delegation_token/v3/response.py index 016fc4e5..abc03b30 100644 --- a/src/kio/schema/create_delegation_token/v3/response.py +++ b/src/kio/schema/create_delegation_token/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from CreateDelegationTokenResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateDelegationTokenResponse.json +Generated from ``clients/src/main/resources/common/message/CreateDelegationTokenResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_partitions/v0/request.py b/src/kio/schema/create_partitions/v0/request.py index 3f7e4f68..28ac3cb1 100644 --- a/src/kio/schema/create_partitions/v0/request.py +++ b/src/kio/schema/create_partitions/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from CreatePartitionsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreatePartitionsRequest.json +Generated from ``clients/src/main/resources/common/message/CreatePartitionsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_partitions/v0/response.py b/src/kio/schema/create_partitions/v0/response.py index 0c0021bb..574ef85a 100644 --- a/src/kio/schema/create_partitions/v0/response.py +++ b/src/kio/schema/create_partitions/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from CreatePartitionsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreatePartitionsResponse.json +Generated from ``clients/src/main/resources/common/message/CreatePartitionsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_partitions/v1/request.py b/src/kio/schema/create_partitions/v1/request.py index 190b8cd2..b734a653 100644 --- a/src/kio/schema/create_partitions/v1/request.py +++ b/src/kio/schema/create_partitions/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from CreatePartitionsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreatePartitionsRequest.json +Generated from ``clients/src/main/resources/common/message/CreatePartitionsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_partitions/v1/response.py b/src/kio/schema/create_partitions/v1/response.py index 26bf15f2..24d71609 100644 --- a/src/kio/schema/create_partitions/v1/response.py +++ b/src/kio/schema/create_partitions/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from CreatePartitionsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreatePartitionsResponse.json +Generated from ``clients/src/main/resources/common/message/CreatePartitionsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_partitions/v2/request.py b/src/kio/schema/create_partitions/v2/request.py index 07d89a25..6fd1d188 100644 --- a/src/kio/schema/create_partitions/v2/request.py +++ b/src/kio/schema/create_partitions/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from CreatePartitionsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreatePartitionsRequest.json +Generated from ``clients/src/main/resources/common/message/CreatePartitionsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_partitions/v2/response.py b/src/kio/schema/create_partitions/v2/response.py index 7cec6030..96e03d54 100644 --- a/src/kio/schema/create_partitions/v2/response.py +++ b/src/kio/schema/create_partitions/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from CreatePartitionsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreatePartitionsResponse.json +Generated from ``clients/src/main/resources/common/message/CreatePartitionsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_partitions/v3/request.py b/src/kio/schema/create_partitions/v3/request.py index 2e0507be..d8f88b24 100644 --- a/src/kio/schema/create_partitions/v3/request.py +++ b/src/kio/schema/create_partitions/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from CreatePartitionsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreatePartitionsRequest.json +Generated from ``clients/src/main/resources/common/message/CreatePartitionsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_partitions/v3/response.py b/src/kio/schema/create_partitions/v3/response.py index 3dee27cb..a70eb88a 100644 --- a/src/kio/schema/create_partitions/v3/response.py +++ b/src/kio/schema/create_partitions/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from CreatePartitionsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreatePartitionsResponse.json +Generated from ``clients/src/main/resources/common/message/CreatePartitionsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_topics/v0/request.py b/src/kio/schema/create_topics/v0/request.py index 6f1a0b96..8a7522e0 100644 --- a/src/kio/schema/create_topics/v0/request.py +++ b/src/kio/schema/create_topics/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from CreateTopicsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateTopicsRequest.json +Generated from ``clients/src/main/resources/common/message/CreateTopicsRequest.json``. """ import datetime diff --git a/src/kio/schema/create_topics/v0/response.py b/src/kio/schema/create_topics/v0/response.py index 5d1f71ef..f89d4de6 100644 --- a/src/kio/schema/create_topics/v0/response.py +++ b/src/kio/schema/create_topics/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from CreateTopicsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateTopicsResponse.json +Generated from ``clients/src/main/resources/common/message/CreateTopicsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_topics/v1/request.py b/src/kio/schema/create_topics/v1/request.py index 0cb884af..424f0f74 100644 --- a/src/kio/schema/create_topics/v1/request.py +++ b/src/kio/schema/create_topics/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from CreateTopicsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateTopicsRequest.json +Generated from ``clients/src/main/resources/common/message/CreateTopicsRequest.json``. """ import datetime diff --git a/src/kio/schema/create_topics/v1/response.py b/src/kio/schema/create_topics/v1/response.py index c460a5d8..28ecf023 100644 --- a/src/kio/schema/create_topics/v1/response.py +++ b/src/kio/schema/create_topics/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from CreateTopicsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateTopicsResponse.json +Generated from ``clients/src/main/resources/common/message/CreateTopicsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_topics/v2/request.py b/src/kio/schema/create_topics/v2/request.py index d47eeb21..6023fc5d 100644 --- a/src/kio/schema/create_topics/v2/request.py +++ b/src/kio/schema/create_topics/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from CreateTopicsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateTopicsRequest.json +Generated from ``clients/src/main/resources/common/message/CreateTopicsRequest.json``. """ import datetime diff --git a/src/kio/schema/create_topics/v2/response.py b/src/kio/schema/create_topics/v2/response.py index 4cf62af6..f481d66d 100644 --- a/src/kio/schema/create_topics/v2/response.py +++ b/src/kio/schema/create_topics/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from CreateTopicsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateTopicsResponse.json +Generated from ``clients/src/main/resources/common/message/CreateTopicsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_topics/v3/request.py b/src/kio/schema/create_topics/v3/request.py index 44134dbd..b6712013 100644 --- a/src/kio/schema/create_topics/v3/request.py +++ b/src/kio/schema/create_topics/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from CreateTopicsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateTopicsRequest.json +Generated from ``clients/src/main/resources/common/message/CreateTopicsRequest.json``. """ import datetime diff --git a/src/kio/schema/create_topics/v3/response.py b/src/kio/schema/create_topics/v3/response.py index e037b9b0..72a9cc52 100644 --- a/src/kio/schema/create_topics/v3/response.py +++ b/src/kio/schema/create_topics/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from CreateTopicsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateTopicsResponse.json +Generated from ``clients/src/main/resources/common/message/CreateTopicsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_topics/v4/request.py b/src/kio/schema/create_topics/v4/request.py index d8874d12..bb43676c 100644 --- a/src/kio/schema/create_topics/v4/request.py +++ b/src/kio/schema/create_topics/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from CreateTopicsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateTopicsRequest.json +Generated from ``clients/src/main/resources/common/message/CreateTopicsRequest.json``. """ import datetime diff --git a/src/kio/schema/create_topics/v4/response.py b/src/kio/schema/create_topics/v4/response.py index 69ec884c..d7380a86 100644 --- a/src/kio/schema/create_topics/v4/response.py +++ b/src/kio/schema/create_topics/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from CreateTopicsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateTopicsResponse.json +Generated from ``clients/src/main/resources/common/message/CreateTopicsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_topics/v5/request.py b/src/kio/schema/create_topics/v5/request.py index 72e1feda..899812c5 100644 --- a/src/kio/schema/create_topics/v5/request.py +++ b/src/kio/schema/create_topics/v5/request.py @@ -1,7 +1,5 @@ """ -Generated from CreateTopicsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateTopicsRequest.json +Generated from ``clients/src/main/resources/common/message/CreateTopicsRequest.json``. """ import datetime diff --git a/src/kio/schema/create_topics/v5/response.py b/src/kio/schema/create_topics/v5/response.py index a4753859..4ef077ff 100644 --- a/src/kio/schema/create_topics/v5/response.py +++ b/src/kio/schema/create_topics/v5/response.py @@ -1,7 +1,5 @@ """ -Generated from CreateTopicsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateTopicsResponse.json +Generated from ``clients/src/main/resources/common/message/CreateTopicsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_topics/v6/request.py b/src/kio/schema/create_topics/v6/request.py index ff7b1e68..57c62ce2 100644 --- a/src/kio/schema/create_topics/v6/request.py +++ b/src/kio/schema/create_topics/v6/request.py @@ -1,7 +1,5 @@ """ -Generated from CreateTopicsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateTopicsRequest.json +Generated from ``clients/src/main/resources/common/message/CreateTopicsRequest.json``. """ import datetime diff --git a/src/kio/schema/create_topics/v6/response.py b/src/kio/schema/create_topics/v6/response.py index 3eafe447..76686ab3 100644 --- a/src/kio/schema/create_topics/v6/response.py +++ b/src/kio/schema/create_topics/v6/response.py @@ -1,7 +1,5 @@ """ -Generated from CreateTopicsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateTopicsResponse.json +Generated from ``clients/src/main/resources/common/message/CreateTopicsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/create_topics/v7/request.py b/src/kio/schema/create_topics/v7/request.py index 9acfdc1b..73d77f2c 100644 --- a/src/kio/schema/create_topics/v7/request.py +++ b/src/kio/schema/create_topics/v7/request.py @@ -1,7 +1,5 @@ """ -Generated from CreateTopicsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateTopicsRequest.json +Generated from ``clients/src/main/resources/common/message/CreateTopicsRequest.json``. """ import datetime diff --git a/src/kio/schema/create_topics/v7/response.py b/src/kio/schema/create_topics/v7/response.py index fbedadec..4bbe4f55 100644 --- a/src/kio/schema/create_topics/v7/response.py +++ b/src/kio/schema/create_topics/v7/response.py @@ -1,7 +1,5 @@ """ -Generated from CreateTopicsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/CreateTopicsResponse.json +Generated from ``clients/src/main/resources/common/message/CreateTopicsResponse.json``. """ import uuid diff --git a/src/kio/schema/default_principal_data/v0/data.py b/src/kio/schema/default_principal_data/v0/data.py index 66cba326..9b1dbe2a 100644 --- a/src/kio/schema/default_principal_data/v0/data.py +++ b/src/kio/schema/default_principal_data/v0/data.py @@ -1,7 +1,5 @@ """ -Generated from DefaultPrincipalData.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DefaultPrincipalData.json +Generated from ``clients/src/main/resources/common/message/DefaultPrincipalData.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_acls/v0/request.py b/src/kio/schema/delete_acls/v0/request.py index a1303ca5..b0c3a201 100644 --- a/src/kio/schema/delete_acls/v0/request.py +++ b/src/kio/schema/delete_acls/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from DeleteAclsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteAclsRequest.json +Generated from ``clients/src/main/resources/common/message/DeleteAclsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_acls/v0/response.py b/src/kio/schema/delete_acls/v0/response.py index 27ecf57f..79e1d1ef 100644 --- a/src/kio/schema/delete_acls/v0/response.py +++ b/src/kio/schema/delete_acls/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from DeleteAclsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteAclsResponse.json +Generated from ``clients/src/main/resources/common/message/DeleteAclsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_acls/v1/request.py b/src/kio/schema/delete_acls/v1/request.py index 78e5773f..8602c1c3 100644 --- a/src/kio/schema/delete_acls/v1/request.py +++ b/src/kio/schema/delete_acls/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from DeleteAclsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteAclsRequest.json +Generated from ``clients/src/main/resources/common/message/DeleteAclsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_acls/v1/response.py b/src/kio/schema/delete_acls/v1/response.py index f717d906..3ac522a6 100644 --- a/src/kio/schema/delete_acls/v1/response.py +++ b/src/kio/schema/delete_acls/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from DeleteAclsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteAclsResponse.json +Generated from ``clients/src/main/resources/common/message/DeleteAclsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_acls/v2/request.py b/src/kio/schema/delete_acls/v2/request.py index ef3f32e3..752c8dca 100644 --- a/src/kio/schema/delete_acls/v2/request.py +++ b/src/kio/schema/delete_acls/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from DeleteAclsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteAclsRequest.json +Generated from ``clients/src/main/resources/common/message/DeleteAclsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_acls/v2/response.py b/src/kio/schema/delete_acls/v2/response.py index 31ca5854..bf6f6800 100644 --- a/src/kio/schema/delete_acls/v2/response.py +++ b/src/kio/schema/delete_acls/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from DeleteAclsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteAclsResponse.json +Generated from ``clients/src/main/resources/common/message/DeleteAclsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_acls/v3/request.py b/src/kio/schema/delete_acls/v3/request.py index f9ce775c..5c11b842 100644 --- a/src/kio/schema/delete_acls/v3/request.py +++ b/src/kio/schema/delete_acls/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from DeleteAclsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteAclsRequest.json +Generated from ``clients/src/main/resources/common/message/DeleteAclsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_acls/v3/response.py b/src/kio/schema/delete_acls/v3/response.py index cd0f8eba..d43f5805 100644 --- a/src/kio/schema/delete_acls/v3/response.py +++ b/src/kio/schema/delete_acls/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from DeleteAclsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteAclsResponse.json +Generated from ``clients/src/main/resources/common/message/DeleteAclsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_groups/v0/request.py b/src/kio/schema/delete_groups/v0/request.py index d9971fe6..96b6121d 100644 --- a/src/kio/schema/delete_groups/v0/request.py +++ b/src/kio/schema/delete_groups/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from DeleteGroupsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteGroupsRequest.json +Generated from ``clients/src/main/resources/common/message/DeleteGroupsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_groups/v0/response.py b/src/kio/schema/delete_groups/v0/response.py index 6a81d0ee..81ab6aa6 100644 --- a/src/kio/schema/delete_groups/v0/response.py +++ b/src/kio/schema/delete_groups/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from DeleteGroupsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteGroupsResponse.json +Generated from ``clients/src/main/resources/common/message/DeleteGroupsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_groups/v1/request.py b/src/kio/schema/delete_groups/v1/request.py index 18d1cc52..2899b199 100644 --- a/src/kio/schema/delete_groups/v1/request.py +++ b/src/kio/schema/delete_groups/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from DeleteGroupsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteGroupsRequest.json +Generated from ``clients/src/main/resources/common/message/DeleteGroupsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_groups/v1/response.py b/src/kio/schema/delete_groups/v1/response.py index 2e08c630..f51ec89f 100644 --- a/src/kio/schema/delete_groups/v1/response.py +++ b/src/kio/schema/delete_groups/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from DeleteGroupsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteGroupsResponse.json +Generated from ``clients/src/main/resources/common/message/DeleteGroupsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_groups/v2/request.py b/src/kio/schema/delete_groups/v2/request.py index 9770903e..b7b0164c 100644 --- a/src/kio/schema/delete_groups/v2/request.py +++ b/src/kio/schema/delete_groups/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from DeleteGroupsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteGroupsRequest.json +Generated from ``clients/src/main/resources/common/message/DeleteGroupsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_groups/v2/response.py b/src/kio/schema/delete_groups/v2/response.py index d22ea703..dd3b4aa9 100644 --- a/src/kio/schema/delete_groups/v2/response.py +++ b/src/kio/schema/delete_groups/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from DeleteGroupsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteGroupsResponse.json +Generated from ``clients/src/main/resources/common/message/DeleteGroupsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_records/v0/request.py b/src/kio/schema/delete_records/v0/request.py index cfdbee8c..9e8f20f5 100644 --- a/src/kio/schema/delete_records/v0/request.py +++ b/src/kio/schema/delete_records/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from DeleteRecordsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteRecordsRequest.json +Generated from ``clients/src/main/resources/common/message/DeleteRecordsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_records/v0/response.py b/src/kio/schema/delete_records/v0/response.py index 2db84c34..7e897d77 100644 --- a/src/kio/schema/delete_records/v0/response.py +++ b/src/kio/schema/delete_records/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from DeleteRecordsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteRecordsResponse.json +Generated from ``clients/src/main/resources/common/message/DeleteRecordsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_records/v1/request.py b/src/kio/schema/delete_records/v1/request.py index 79abfa12..e7b89d33 100644 --- a/src/kio/schema/delete_records/v1/request.py +++ b/src/kio/schema/delete_records/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from DeleteRecordsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteRecordsRequest.json +Generated from ``clients/src/main/resources/common/message/DeleteRecordsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_records/v1/response.py b/src/kio/schema/delete_records/v1/response.py index 525dbfdf..ada69aa8 100644 --- a/src/kio/schema/delete_records/v1/response.py +++ b/src/kio/schema/delete_records/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from DeleteRecordsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteRecordsResponse.json +Generated from ``clients/src/main/resources/common/message/DeleteRecordsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_records/v2/request.py b/src/kio/schema/delete_records/v2/request.py index 6e43ecdb..f98838a3 100644 --- a/src/kio/schema/delete_records/v2/request.py +++ b/src/kio/schema/delete_records/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from DeleteRecordsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteRecordsRequest.json +Generated from ``clients/src/main/resources/common/message/DeleteRecordsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_records/v2/response.py b/src/kio/schema/delete_records/v2/response.py index 8ea1cbcf..629a8595 100644 --- a/src/kio/schema/delete_records/v2/response.py +++ b/src/kio/schema/delete_records/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from DeleteRecordsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteRecordsResponse.json +Generated from ``clients/src/main/resources/common/message/DeleteRecordsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_topics/v0/request.py b/src/kio/schema/delete_topics/v0/request.py index d04f5bc8..095953d9 100644 --- a/src/kio/schema/delete_topics/v0/request.py +++ b/src/kio/schema/delete_topics/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from DeleteTopicsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteTopicsRequest.json +Generated from ``clients/src/main/resources/common/message/DeleteTopicsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_topics/v0/response.py b/src/kio/schema/delete_topics/v0/response.py index 28b8b185..7639f685 100644 --- a/src/kio/schema/delete_topics/v0/response.py +++ b/src/kio/schema/delete_topics/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from DeleteTopicsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteTopicsResponse.json +Generated from ``clients/src/main/resources/common/message/DeleteTopicsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_topics/v1/request.py b/src/kio/schema/delete_topics/v1/request.py index 06631fe2..6d79431f 100644 --- a/src/kio/schema/delete_topics/v1/request.py +++ b/src/kio/schema/delete_topics/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from DeleteTopicsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteTopicsRequest.json +Generated from ``clients/src/main/resources/common/message/DeleteTopicsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_topics/v1/response.py b/src/kio/schema/delete_topics/v1/response.py index 754ff068..cbf29a63 100644 --- a/src/kio/schema/delete_topics/v1/response.py +++ b/src/kio/schema/delete_topics/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from DeleteTopicsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteTopicsResponse.json +Generated from ``clients/src/main/resources/common/message/DeleteTopicsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_topics/v2/request.py b/src/kio/schema/delete_topics/v2/request.py index 123db7af..22224268 100644 --- a/src/kio/schema/delete_topics/v2/request.py +++ b/src/kio/schema/delete_topics/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from DeleteTopicsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteTopicsRequest.json +Generated from ``clients/src/main/resources/common/message/DeleteTopicsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_topics/v2/response.py b/src/kio/schema/delete_topics/v2/response.py index 03ba0d31..60559109 100644 --- a/src/kio/schema/delete_topics/v2/response.py +++ b/src/kio/schema/delete_topics/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from DeleteTopicsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteTopicsResponse.json +Generated from ``clients/src/main/resources/common/message/DeleteTopicsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_topics/v3/request.py b/src/kio/schema/delete_topics/v3/request.py index caabc309..6adfcc8a 100644 --- a/src/kio/schema/delete_topics/v3/request.py +++ b/src/kio/schema/delete_topics/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from DeleteTopicsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteTopicsRequest.json +Generated from ``clients/src/main/resources/common/message/DeleteTopicsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_topics/v3/response.py b/src/kio/schema/delete_topics/v3/response.py index 4380d106..bc3371c0 100644 --- a/src/kio/schema/delete_topics/v3/response.py +++ b/src/kio/schema/delete_topics/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from DeleteTopicsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteTopicsResponse.json +Generated from ``clients/src/main/resources/common/message/DeleteTopicsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_topics/v4/request.py b/src/kio/schema/delete_topics/v4/request.py index 5abb04f3..1effb8e0 100644 --- a/src/kio/schema/delete_topics/v4/request.py +++ b/src/kio/schema/delete_topics/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from DeleteTopicsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteTopicsRequest.json +Generated from ``clients/src/main/resources/common/message/DeleteTopicsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_topics/v4/response.py b/src/kio/schema/delete_topics/v4/response.py index 46dfe58e..da632f55 100644 --- a/src/kio/schema/delete_topics/v4/response.py +++ b/src/kio/schema/delete_topics/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from DeleteTopicsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteTopicsResponse.json +Generated from ``clients/src/main/resources/common/message/DeleteTopicsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_topics/v5/request.py b/src/kio/schema/delete_topics/v5/request.py index 26d6294b..42a6c7db 100644 --- a/src/kio/schema/delete_topics/v5/request.py +++ b/src/kio/schema/delete_topics/v5/request.py @@ -1,7 +1,5 @@ """ -Generated from DeleteTopicsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteTopicsRequest.json +Generated from ``clients/src/main/resources/common/message/DeleteTopicsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_topics/v5/response.py b/src/kio/schema/delete_topics/v5/response.py index d9da8713..cf69d914 100644 --- a/src/kio/schema/delete_topics/v5/response.py +++ b/src/kio/schema/delete_topics/v5/response.py @@ -1,7 +1,5 @@ """ -Generated from DeleteTopicsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteTopicsResponse.json +Generated from ``clients/src/main/resources/common/message/DeleteTopicsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/delete_topics/v6/request.py b/src/kio/schema/delete_topics/v6/request.py index 53299cd3..e88fcd41 100644 --- a/src/kio/schema/delete_topics/v6/request.py +++ b/src/kio/schema/delete_topics/v6/request.py @@ -1,7 +1,5 @@ """ -Generated from DeleteTopicsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteTopicsRequest.json +Generated from ``clients/src/main/resources/common/message/DeleteTopicsRequest.json``. """ import uuid diff --git a/src/kio/schema/delete_topics/v6/response.py b/src/kio/schema/delete_topics/v6/response.py index 19d64a99..7ba71f81 100644 --- a/src/kio/schema/delete_topics/v6/response.py +++ b/src/kio/schema/delete_topics/v6/response.py @@ -1,7 +1,5 @@ """ -Generated from DeleteTopicsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DeleteTopicsResponse.json +Generated from ``clients/src/main/resources/common/message/DeleteTopicsResponse.json``. """ import uuid diff --git a/src/kio/schema/describe_acls/v0/request.py b/src/kio/schema/describe_acls/v0/request.py index 74d01d9a..61cba645 100644 --- a/src/kio/schema/describe_acls/v0/request.py +++ b/src/kio/schema/describe_acls/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeAclsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeAclsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeAclsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_acls/v0/response.py b/src/kio/schema/describe_acls/v0/response.py index 83c0ffc3..6d09f870 100644 --- a/src/kio/schema/describe_acls/v0/response.py +++ b/src/kio/schema/describe_acls/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeAclsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeAclsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeAclsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_acls/v1/request.py b/src/kio/schema/describe_acls/v1/request.py index dad09102..3a0eb1cd 100644 --- a/src/kio/schema/describe_acls/v1/request.py +++ b/src/kio/schema/describe_acls/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeAclsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeAclsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeAclsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_acls/v1/response.py b/src/kio/schema/describe_acls/v1/response.py index 04b894da..8f95e4c7 100644 --- a/src/kio/schema/describe_acls/v1/response.py +++ b/src/kio/schema/describe_acls/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeAclsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeAclsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeAclsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_acls/v2/request.py b/src/kio/schema/describe_acls/v2/request.py index edb89ec1..aa6c26eb 100644 --- a/src/kio/schema/describe_acls/v2/request.py +++ b/src/kio/schema/describe_acls/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeAclsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeAclsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeAclsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_acls/v2/response.py b/src/kio/schema/describe_acls/v2/response.py index 1794cb7e..652a225f 100644 --- a/src/kio/schema/describe_acls/v2/response.py +++ b/src/kio/schema/describe_acls/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeAclsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeAclsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeAclsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_acls/v3/request.py b/src/kio/schema/describe_acls/v3/request.py index d3a9bd5b..1da5328d 100644 --- a/src/kio/schema/describe_acls/v3/request.py +++ b/src/kio/schema/describe_acls/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeAclsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeAclsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeAclsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_acls/v3/response.py b/src/kio/schema/describe_acls/v3/response.py index fc4dae3d..ba684872 100644 --- a/src/kio/schema/describe_acls/v3/response.py +++ b/src/kio/schema/describe_acls/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeAclsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeAclsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeAclsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_client_quotas/v0/request.py b/src/kio/schema/describe_client_quotas/v0/request.py index 4c1b9114..09ffa394 100644 --- a/src/kio/schema/describe_client_quotas/v0/request.py +++ b/src/kio/schema/describe_client_quotas/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeClientQuotasRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeClientQuotasRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeClientQuotasRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_client_quotas/v0/response.py b/src/kio/schema/describe_client_quotas/v0/response.py index 1a3eca19..4ccd1acb 100644 --- a/src/kio/schema/describe_client_quotas/v0/response.py +++ b/src/kio/schema/describe_client_quotas/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeClientQuotasResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeClientQuotasResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeClientQuotasResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_client_quotas/v1/request.py b/src/kio/schema/describe_client_quotas/v1/request.py index 7370fcb1..8b8c1721 100644 --- a/src/kio/schema/describe_client_quotas/v1/request.py +++ b/src/kio/schema/describe_client_quotas/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeClientQuotasRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeClientQuotasRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeClientQuotasRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_client_quotas/v1/response.py b/src/kio/schema/describe_client_quotas/v1/response.py index 0c6eb96e..0664d18f 100644 --- a/src/kio/schema/describe_client_quotas/v1/response.py +++ b/src/kio/schema/describe_client_quotas/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeClientQuotasResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeClientQuotasResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeClientQuotasResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_cluster/v0/request.py b/src/kio/schema/describe_cluster/v0/request.py index 449438e4..13f97981 100644 --- a/src/kio/schema/describe_cluster/v0/request.py +++ b/src/kio/schema/describe_cluster/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeClusterRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeClusterRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeClusterRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_cluster/v0/response.py b/src/kio/schema/describe_cluster/v0/response.py index da02bfbe..045cdaca 100644 --- a/src/kio/schema/describe_cluster/v0/response.py +++ b/src/kio/schema/describe_cluster/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeClusterResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeClusterResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeClusterResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_configs/v0/request.py b/src/kio/schema/describe_configs/v0/request.py index f8b9ae4d..303a376a 100644 --- a/src/kio/schema/describe_configs/v0/request.py +++ b/src/kio/schema/describe_configs/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeConfigsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeConfigsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeConfigsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_configs/v0/response.py b/src/kio/schema/describe_configs/v0/response.py index 79d88cbc..7cc144dd 100644 --- a/src/kio/schema/describe_configs/v0/response.py +++ b/src/kio/schema/describe_configs/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeConfigsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeConfigsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeConfigsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_configs/v1/request.py b/src/kio/schema/describe_configs/v1/request.py index d0b10a63..a921bd87 100644 --- a/src/kio/schema/describe_configs/v1/request.py +++ b/src/kio/schema/describe_configs/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeConfigsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeConfigsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeConfigsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_configs/v1/response.py b/src/kio/schema/describe_configs/v1/response.py index 3e7f9abf..4cd3020f 100644 --- a/src/kio/schema/describe_configs/v1/response.py +++ b/src/kio/schema/describe_configs/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeConfigsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeConfigsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeConfigsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_configs/v2/request.py b/src/kio/schema/describe_configs/v2/request.py index 8b2b8a62..e1e9be58 100644 --- a/src/kio/schema/describe_configs/v2/request.py +++ b/src/kio/schema/describe_configs/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeConfigsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeConfigsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeConfigsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_configs/v2/response.py b/src/kio/schema/describe_configs/v2/response.py index 7f1edd2a..b934e938 100644 --- a/src/kio/schema/describe_configs/v2/response.py +++ b/src/kio/schema/describe_configs/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeConfigsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeConfigsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeConfigsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_configs/v3/request.py b/src/kio/schema/describe_configs/v3/request.py index 7b8a2d51..c33f6504 100644 --- a/src/kio/schema/describe_configs/v3/request.py +++ b/src/kio/schema/describe_configs/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeConfigsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeConfigsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeConfigsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_configs/v3/response.py b/src/kio/schema/describe_configs/v3/response.py index 3780a443..db7a74c6 100644 --- a/src/kio/schema/describe_configs/v3/response.py +++ b/src/kio/schema/describe_configs/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeConfigsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeConfigsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeConfigsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_configs/v4/request.py b/src/kio/schema/describe_configs/v4/request.py index bf123c52..95fd090b 100644 --- a/src/kio/schema/describe_configs/v4/request.py +++ b/src/kio/schema/describe_configs/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeConfigsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeConfigsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeConfigsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_configs/v4/response.py b/src/kio/schema/describe_configs/v4/response.py index b842c1b1..c4f6c55c 100644 --- a/src/kio/schema/describe_configs/v4/response.py +++ b/src/kio/schema/describe_configs/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeConfigsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeConfigsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeConfigsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_delegation_token/v0/request.py b/src/kio/schema/describe_delegation_token/v0/request.py index 9a09402d..87933fe6 100644 --- a/src/kio/schema/describe_delegation_token/v0/request.py +++ b/src/kio/schema/describe_delegation_token/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeDelegationTokenRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeDelegationTokenRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeDelegationTokenRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_delegation_token/v0/response.py b/src/kio/schema/describe_delegation_token/v0/response.py index 88686d1d..9a0922ad 100644 --- a/src/kio/schema/describe_delegation_token/v0/response.py +++ b/src/kio/schema/describe_delegation_token/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeDelegationTokenResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeDelegationTokenResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeDelegationTokenResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_delegation_token/v1/request.py b/src/kio/schema/describe_delegation_token/v1/request.py index 2be46321..24ec7f92 100644 --- a/src/kio/schema/describe_delegation_token/v1/request.py +++ b/src/kio/schema/describe_delegation_token/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeDelegationTokenRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeDelegationTokenRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeDelegationTokenRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_delegation_token/v1/response.py b/src/kio/schema/describe_delegation_token/v1/response.py index 2382b584..09137589 100644 --- a/src/kio/schema/describe_delegation_token/v1/response.py +++ b/src/kio/schema/describe_delegation_token/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeDelegationTokenResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeDelegationTokenResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeDelegationTokenResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_delegation_token/v2/request.py b/src/kio/schema/describe_delegation_token/v2/request.py index 6352bd29..aa0903eb 100644 --- a/src/kio/schema/describe_delegation_token/v2/request.py +++ b/src/kio/schema/describe_delegation_token/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeDelegationTokenRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeDelegationTokenRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeDelegationTokenRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_delegation_token/v2/response.py b/src/kio/schema/describe_delegation_token/v2/response.py index 01a7d979..11fc51c7 100644 --- a/src/kio/schema/describe_delegation_token/v2/response.py +++ b/src/kio/schema/describe_delegation_token/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeDelegationTokenResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeDelegationTokenResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeDelegationTokenResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_delegation_token/v3/request.py b/src/kio/schema/describe_delegation_token/v3/request.py index a1be6a94..12677e73 100644 --- a/src/kio/schema/describe_delegation_token/v3/request.py +++ b/src/kio/schema/describe_delegation_token/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeDelegationTokenRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeDelegationTokenRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeDelegationTokenRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_delegation_token/v3/response.py b/src/kio/schema/describe_delegation_token/v3/response.py index f421b24e..c34e0685 100644 --- a/src/kio/schema/describe_delegation_token/v3/response.py +++ b/src/kio/schema/describe_delegation_token/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeDelegationTokenResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeDelegationTokenResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeDelegationTokenResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_groups/v0/request.py b/src/kio/schema/describe_groups/v0/request.py index 2a0bd6ac..d16fe60f 100644 --- a/src/kio/schema/describe_groups/v0/request.py +++ b/src/kio/schema/describe_groups/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeGroupsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeGroupsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeGroupsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_groups/v0/response.py b/src/kio/schema/describe_groups/v0/response.py index 85c25483..c83e79e1 100644 --- a/src/kio/schema/describe_groups/v0/response.py +++ b/src/kio/schema/describe_groups/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeGroupsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeGroupsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeGroupsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_groups/v1/request.py b/src/kio/schema/describe_groups/v1/request.py index 7122fad9..f0a0061a 100644 --- a/src/kio/schema/describe_groups/v1/request.py +++ b/src/kio/schema/describe_groups/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeGroupsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeGroupsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeGroupsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_groups/v1/response.py b/src/kio/schema/describe_groups/v1/response.py index 881b6578..c59438b4 100644 --- a/src/kio/schema/describe_groups/v1/response.py +++ b/src/kio/schema/describe_groups/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeGroupsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeGroupsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeGroupsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_groups/v2/request.py b/src/kio/schema/describe_groups/v2/request.py index add63846..0d3dc006 100644 --- a/src/kio/schema/describe_groups/v2/request.py +++ b/src/kio/schema/describe_groups/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeGroupsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeGroupsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeGroupsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_groups/v2/response.py b/src/kio/schema/describe_groups/v2/response.py index 62c5a867..fb7c87eb 100644 --- a/src/kio/schema/describe_groups/v2/response.py +++ b/src/kio/schema/describe_groups/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeGroupsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeGroupsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeGroupsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_groups/v3/request.py b/src/kio/schema/describe_groups/v3/request.py index 89f9d1ef..58c498ff 100644 --- a/src/kio/schema/describe_groups/v3/request.py +++ b/src/kio/schema/describe_groups/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeGroupsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeGroupsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeGroupsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_groups/v3/response.py b/src/kio/schema/describe_groups/v3/response.py index 4d6624ce..4dc2bb92 100644 --- a/src/kio/schema/describe_groups/v3/response.py +++ b/src/kio/schema/describe_groups/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeGroupsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeGroupsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeGroupsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_groups/v4/request.py b/src/kio/schema/describe_groups/v4/request.py index 10b846cc..e7c535de 100644 --- a/src/kio/schema/describe_groups/v4/request.py +++ b/src/kio/schema/describe_groups/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeGroupsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeGroupsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeGroupsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_groups/v4/response.py b/src/kio/schema/describe_groups/v4/response.py index 2e0cc308..347e1ad2 100644 --- a/src/kio/schema/describe_groups/v4/response.py +++ b/src/kio/schema/describe_groups/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeGroupsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeGroupsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeGroupsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_groups/v5/request.py b/src/kio/schema/describe_groups/v5/request.py index 11ff1078..bb8cae40 100644 --- a/src/kio/schema/describe_groups/v5/request.py +++ b/src/kio/schema/describe_groups/v5/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeGroupsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeGroupsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeGroupsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_groups/v5/response.py b/src/kio/schema/describe_groups/v5/response.py index 2826c935..d524cb9b 100644 --- a/src/kio/schema/describe_groups/v5/response.py +++ b/src/kio/schema/describe_groups/v5/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeGroupsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeGroupsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeGroupsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_log_dirs/v0/request.py b/src/kio/schema/describe_log_dirs/v0/request.py index 79eb1d9f..244ea3ae 100644 --- a/src/kio/schema/describe_log_dirs/v0/request.py +++ b/src/kio/schema/describe_log_dirs/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeLogDirsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeLogDirsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeLogDirsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_log_dirs/v0/response.py b/src/kio/schema/describe_log_dirs/v0/response.py index 4c9d0b96..e9c392bb 100644 --- a/src/kio/schema/describe_log_dirs/v0/response.py +++ b/src/kio/schema/describe_log_dirs/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeLogDirsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeLogDirsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeLogDirsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_log_dirs/v1/request.py b/src/kio/schema/describe_log_dirs/v1/request.py index f4438b61..4bff163c 100644 --- a/src/kio/schema/describe_log_dirs/v1/request.py +++ b/src/kio/schema/describe_log_dirs/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeLogDirsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeLogDirsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeLogDirsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_log_dirs/v1/response.py b/src/kio/schema/describe_log_dirs/v1/response.py index 53c26b92..87d35979 100644 --- a/src/kio/schema/describe_log_dirs/v1/response.py +++ b/src/kio/schema/describe_log_dirs/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeLogDirsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeLogDirsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeLogDirsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_log_dirs/v2/request.py b/src/kio/schema/describe_log_dirs/v2/request.py index d46f190d..97b57a3a 100644 --- a/src/kio/schema/describe_log_dirs/v2/request.py +++ b/src/kio/schema/describe_log_dirs/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeLogDirsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeLogDirsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeLogDirsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_log_dirs/v2/response.py b/src/kio/schema/describe_log_dirs/v2/response.py index 3e72369f..68c7b42f 100644 --- a/src/kio/schema/describe_log_dirs/v2/response.py +++ b/src/kio/schema/describe_log_dirs/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeLogDirsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeLogDirsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeLogDirsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_log_dirs/v3/request.py b/src/kio/schema/describe_log_dirs/v3/request.py index 629fd3b2..3366cd06 100644 --- a/src/kio/schema/describe_log_dirs/v3/request.py +++ b/src/kio/schema/describe_log_dirs/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeLogDirsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeLogDirsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeLogDirsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_log_dirs/v3/response.py b/src/kio/schema/describe_log_dirs/v3/response.py index 8813b4d3..92b1ad75 100644 --- a/src/kio/schema/describe_log_dirs/v3/response.py +++ b/src/kio/schema/describe_log_dirs/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeLogDirsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeLogDirsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeLogDirsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_log_dirs/v4/request.py b/src/kio/schema/describe_log_dirs/v4/request.py index 84e9e780..e35e6a46 100644 --- a/src/kio/schema/describe_log_dirs/v4/request.py +++ b/src/kio/schema/describe_log_dirs/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeLogDirsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeLogDirsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeLogDirsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_log_dirs/v4/response.py b/src/kio/schema/describe_log_dirs/v4/response.py index 0e411213..2935133b 100644 --- a/src/kio/schema/describe_log_dirs/v4/response.py +++ b/src/kio/schema/describe_log_dirs/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeLogDirsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeLogDirsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeLogDirsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_producers/v0/request.py b/src/kio/schema/describe_producers/v0/request.py index 1feddb3f..addeba99 100644 --- a/src/kio/schema/describe_producers/v0/request.py +++ b/src/kio/schema/describe_producers/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeProducersRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeProducersRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeProducersRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_producers/v0/response.py b/src/kio/schema/describe_producers/v0/response.py index dacde23d..c8935e3d 100644 --- a/src/kio/schema/describe_producers/v0/response.py +++ b/src/kio/schema/describe_producers/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeProducersResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeProducersResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeProducersResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_quorum/v0/request.py b/src/kio/schema/describe_quorum/v0/request.py index 25bad55a..e361a3b7 100644 --- a/src/kio/schema/describe_quorum/v0/request.py +++ b/src/kio/schema/describe_quorum/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeQuorumRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeQuorumRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeQuorumRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_quorum/v0/response.py b/src/kio/schema/describe_quorum/v0/response.py index ee456546..c37456fb 100644 --- a/src/kio/schema/describe_quorum/v0/response.py +++ b/src/kio/schema/describe_quorum/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeQuorumResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeQuorumResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeQuorumResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_quorum/v1/request.py b/src/kio/schema/describe_quorum/v1/request.py index b5bb7c09..1fbbb60f 100644 --- a/src/kio/schema/describe_quorum/v1/request.py +++ b/src/kio/schema/describe_quorum/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeQuorumRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeQuorumRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeQuorumRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_quorum/v1/response.py b/src/kio/schema/describe_quorum/v1/response.py index 29602a7c..3dbd44d9 100644 --- a/src/kio/schema/describe_quorum/v1/response.py +++ b/src/kio/schema/describe_quorum/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeQuorumResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeQuorumResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeQuorumResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_transactions/v0/request.py b/src/kio/schema/describe_transactions/v0/request.py index cc2c3ea8..61f3bbb0 100644 --- a/src/kio/schema/describe_transactions/v0/request.py +++ b/src/kio/schema/describe_transactions/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeTransactionsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeTransactionsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeTransactionsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_transactions/v0/response.py b/src/kio/schema/describe_transactions/v0/response.py index 37a4214c..355b29ac 100644 --- a/src/kio/schema/describe_transactions/v0/response.py +++ b/src/kio/schema/describe_transactions/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeTransactionsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeTransactionsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeTransactionsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_user_scram_credentials/v0/request.py b/src/kio/schema/describe_user_scram_credentials/v0/request.py index ff6f3ae5..6d565b98 100644 --- a/src/kio/schema/describe_user_scram_credentials/v0/request.py +++ b/src/kio/schema/describe_user_scram_credentials/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from DescribeUserScramCredentialsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeUserScramCredentialsRequest.json +Generated from ``clients/src/main/resources/common/message/DescribeUserScramCredentialsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/describe_user_scram_credentials/v0/response.py b/src/kio/schema/describe_user_scram_credentials/v0/response.py index 82ead20c..cee9e8bb 100644 --- a/src/kio/schema/describe_user_scram_credentials/v0/response.py +++ b/src/kio/schema/describe_user_scram_credentials/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from DescribeUserScramCredentialsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/DescribeUserScramCredentialsResponse.json +Generated from ``clients/src/main/resources/common/message/DescribeUserScramCredentialsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/elect_leaders/v0/request.py b/src/kio/schema/elect_leaders/v0/request.py index 449943c4..6570864e 100644 --- a/src/kio/schema/elect_leaders/v0/request.py +++ b/src/kio/schema/elect_leaders/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from ElectLeadersRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ElectLeadersRequest.json +Generated from ``clients/src/main/resources/common/message/ElectLeadersRequest.json``. """ import datetime diff --git a/src/kio/schema/elect_leaders/v0/response.py b/src/kio/schema/elect_leaders/v0/response.py index f82aa081..956b02ca 100644 --- a/src/kio/schema/elect_leaders/v0/response.py +++ b/src/kio/schema/elect_leaders/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from ElectLeadersResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ElectLeadersResponse.json +Generated from ``clients/src/main/resources/common/message/ElectLeadersResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/elect_leaders/v1/request.py b/src/kio/schema/elect_leaders/v1/request.py index dd4583c7..a8a37ef9 100644 --- a/src/kio/schema/elect_leaders/v1/request.py +++ b/src/kio/schema/elect_leaders/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from ElectLeadersRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ElectLeadersRequest.json +Generated from ``clients/src/main/resources/common/message/ElectLeadersRequest.json``. """ import datetime diff --git a/src/kio/schema/elect_leaders/v1/response.py b/src/kio/schema/elect_leaders/v1/response.py index 305dd4a3..08d65ffd 100644 --- a/src/kio/schema/elect_leaders/v1/response.py +++ b/src/kio/schema/elect_leaders/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from ElectLeadersResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ElectLeadersResponse.json +Generated from ``clients/src/main/resources/common/message/ElectLeadersResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/elect_leaders/v2/request.py b/src/kio/schema/elect_leaders/v2/request.py index 15c85157..e7b9904d 100644 --- a/src/kio/schema/elect_leaders/v2/request.py +++ b/src/kio/schema/elect_leaders/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from ElectLeadersRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ElectLeadersRequest.json +Generated from ``clients/src/main/resources/common/message/ElectLeadersRequest.json``. """ import datetime diff --git a/src/kio/schema/elect_leaders/v2/response.py b/src/kio/schema/elect_leaders/v2/response.py index 192c3bd4..a6ee8948 100644 --- a/src/kio/schema/elect_leaders/v2/response.py +++ b/src/kio/schema/elect_leaders/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from ElectLeadersResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ElectLeadersResponse.json +Generated from ``clients/src/main/resources/common/message/ElectLeadersResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/end_quorum_epoch/v0/request.py b/src/kio/schema/end_quorum_epoch/v0/request.py index 7b2526fe..a82c3f41 100644 --- a/src/kio/schema/end_quorum_epoch/v0/request.py +++ b/src/kio/schema/end_quorum_epoch/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from EndQuorumEpochRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/EndQuorumEpochRequest.json +Generated from ``clients/src/main/resources/common/message/EndQuorumEpochRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/end_quorum_epoch/v0/response.py b/src/kio/schema/end_quorum_epoch/v0/response.py index 5b8df3c8..84f40cd7 100644 --- a/src/kio/schema/end_quorum_epoch/v0/response.py +++ b/src/kio/schema/end_quorum_epoch/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from EndQuorumEpochResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/EndQuorumEpochResponse.json +Generated from ``clients/src/main/resources/common/message/EndQuorumEpochResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/end_txn/v0/request.py b/src/kio/schema/end_txn/v0/request.py index 8f57550a..03698806 100644 --- a/src/kio/schema/end_txn/v0/request.py +++ b/src/kio/schema/end_txn/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from EndTxnRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/EndTxnRequest.json +Generated from ``clients/src/main/resources/common/message/EndTxnRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/end_txn/v0/response.py b/src/kio/schema/end_txn/v0/response.py index 025d5978..b7854f72 100644 --- a/src/kio/schema/end_txn/v0/response.py +++ b/src/kio/schema/end_txn/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from EndTxnResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/EndTxnResponse.json +Generated from ``clients/src/main/resources/common/message/EndTxnResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/end_txn/v1/request.py b/src/kio/schema/end_txn/v1/request.py index 5d40f7e0..4b07714e 100644 --- a/src/kio/schema/end_txn/v1/request.py +++ b/src/kio/schema/end_txn/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from EndTxnRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/EndTxnRequest.json +Generated from ``clients/src/main/resources/common/message/EndTxnRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/end_txn/v1/response.py b/src/kio/schema/end_txn/v1/response.py index 58b1812f..3bf1a74f 100644 --- a/src/kio/schema/end_txn/v1/response.py +++ b/src/kio/schema/end_txn/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from EndTxnResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/EndTxnResponse.json +Generated from ``clients/src/main/resources/common/message/EndTxnResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/end_txn/v2/request.py b/src/kio/schema/end_txn/v2/request.py index 710bd75e..e6b990eb 100644 --- a/src/kio/schema/end_txn/v2/request.py +++ b/src/kio/schema/end_txn/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from EndTxnRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/EndTxnRequest.json +Generated from ``clients/src/main/resources/common/message/EndTxnRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/end_txn/v2/response.py b/src/kio/schema/end_txn/v2/response.py index e8d99f7f..ccbb50b6 100644 --- a/src/kio/schema/end_txn/v2/response.py +++ b/src/kio/schema/end_txn/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from EndTxnResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/EndTxnResponse.json +Generated from ``clients/src/main/resources/common/message/EndTxnResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/end_txn/v3/request.py b/src/kio/schema/end_txn/v3/request.py index 70b15f8d..2d98179c 100644 --- a/src/kio/schema/end_txn/v3/request.py +++ b/src/kio/schema/end_txn/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from EndTxnRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/EndTxnRequest.json +Generated from ``clients/src/main/resources/common/message/EndTxnRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/end_txn/v3/response.py b/src/kio/schema/end_txn/v3/response.py index 3fa4ef84..1b5e6f76 100644 --- a/src/kio/schema/end_txn/v3/response.py +++ b/src/kio/schema/end_txn/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from EndTxnResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/EndTxnResponse.json +Generated from ``clients/src/main/resources/common/message/EndTxnResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/envelope/v0/request.py b/src/kio/schema/envelope/v0/request.py index 4c7f021d..1503e563 100644 --- a/src/kio/schema/envelope/v0/request.py +++ b/src/kio/schema/envelope/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from EnvelopeRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/EnvelopeRequest.json +Generated from ``clients/src/main/resources/common/message/EnvelopeRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/envelope/v0/response.py b/src/kio/schema/envelope/v0/response.py index 502788b6..3803e31d 100644 --- a/src/kio/schema/envelope/v0/response.py +++ b/src/kio/schema/envelope/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from EnvelopeResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/EnvelopeResponse.json +Generated from ``clients/src/main/resources/common/message/EnvelopeResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/expire_delegation_token/v0/request.py b/src/kio/schema/expire_delegation_token/v0/request.py index c2596da5..7e8bc4e4 100644 --- a/src/kio/schema/expire_delegation_token/v0/request.py +++ b/src/kio/schema/expire_delegation_token/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from ExpireDelegationTokenRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ExpireDelegationTokenRequest.json +Generated from ``clients/src/main/resources/common/message/ExpireDelegationTokenRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/expire_delegation_token/v0/response.py b/src/kio/schema/expire_delegation_token/v0/response.py index 9cac85f9..e43681d3 100644 --- a/src/kio/schema/expire_delegation_token/v0/response.py +++ b/src/kio/schema/expire_delegation_token/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from ExpireDelegationTokenResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ExpireDelegationTokenResponse.json +Generated from ``clients/src/main/resources/common/message/ExpireDelegationTokenResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/expire_delegation_token/v1/request.py b/src/kio/schema/expire_delegation_token/v1/request.py index 87ec0e66..d26fac4e 100644 --- a/src/kio/schema/expire_delegation_token/v1/request.py +++ b/src/kio/schema/expire_delegation_token/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from ExpireDelegationTokenRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ExpireDelegationTokenRequest.json +Generated from ``clients/src/main/resources/common/message/ExpireDelegationTokenRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/expire_delegation_token/v1/response.py b/src/kio/schema/expire_delegation_token/v1/response.py index 8bac7d04..f5f0d145 100644 --- a/src/kio/schema/expire_delegation_token/v1/response.py +++ b/src/kio/schema/expire_delegation_token/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from ExpireDelegationTokenResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ExpireDelegationTokenResponse.json +Generated from ``clients/src/main/resources/common/message/ExpireDelegationTokenResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/expire_delegation_token/v2/request.py b/src/kio/schema/expire_delegation_token/v2/request.py index b16fa403..1c9cf9d2 100644 --- a/src/kio/schema/expire_delegation_token/v2/request.py +++ b/src/kio/schema/expire_delegation_token/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from ExpireDelegationTokenRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ExpireDelegationTokenRequest.json +Generated from ``clients/src/main/resources/common/message/ExpireDelegationTokenRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/expire_delegation_token/v2/response.py b/src/kio/schema/expire_delegation_token/v2/response.py index 7f5c2b60..da43ced7 100644 --- a/src/kio/schema/expire_delegation_token/v2/response.py +++ b/src/kio/schema/expire_delegation_token/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from ExpireDelegationTokenResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ExpireDelegationTokenResponse.json +Generated from ``clients/src/main/resources/common/message/ExpireDelegationTokenResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v0/request.py b/src/kio/schema/fetch/v0/request.py index f0c8f41a..8fe18c63 100644 --- a/src/kio/schema/fetch/v0/request.py +++ b/src/kio/schema/fetch/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from FetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchRequest.json +Generated from ``clients/src/main/resources/common/message/FetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v0/response.py b/src/kio/schema/fetch/v0/response.py index 47c94cf3..fa21c6e0 100644 --- a/src/kio/schema/fetch/v0/response.py +++ b/src/kio/schema/fetch/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from FetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchResponse.json +Generated from ``clients/src/main/resources/common/message/FetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v1/request.py b/src/kio/schema/fetch/v1/request.py index 29fab568..27c8781b 100644 --- a/src/kio/schema/fetch/v1/request.py +++ b/src/kio/schema/fetch/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from FetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchRequest.json +Generated from ``clients/src/main/resources/common/message/FetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v1/response.py b/src/kio/schema/fetch/v1/response.py index 618ba94e..e1c5e9a4 100644 --- a/src/kio/schema/fetch/v1/response.py +++ b/src/kio/schema/fetch/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from FetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchResponse.json +Generated from ``clients/src/main/resources/common/message/FetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v10/request.py b/src/kio/schema/fetch/v10/request.py index 4964a7f4..6c0e4a52 100644 --- a/src/kio/schema/fetch/v10/request.py +++ b/src/kio/schema/fetch/v10/request.py @@ -1,7 +1,5 @@ """ -Generated from FetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchRequest.json +Generated from ``clients/src/main/resources/common/message/FetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v10/response.py b/src/kio/schema/fetch/v10/response.py index 2c9cd75d..202d3159 100644 --- a/src/kio/schema/fetch/v10/response.py +++ b/src/kio/schema/fetch/v10/response.py @@ -1,7 +1,5 @@ """ -Generated from FetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchResponse.json +Generated from ``clients/src/main/resources/common/message/FetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v11/request.py b/src/kio/schema/fetch/v11/request.py index faae9279..56dcae46 100644 --- a/src/kio/schema/fetch/v11/request.py +++ b/src/kio/schema/fetch/v11/request.py @@ -1,7 +1,5 @@ """ -Generated from FetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchRequest.json +Generated from ``clients/src/main/resources/common/message/FetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v11/response.py b/src/kio/schema/fetch/v11/response.py index e0721e21..45f19084 100644 --- a/src/kio/schema/fetch/v11/response.py +++ b/src/kio/schema/fetch/v11/response.py @@ -1,7 +1,5 @@ """ -Generated from FetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchResponse.json +Generated from ``clients/src/main/resources/common/message/FetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v12/request.py b/src/kio/schema/fetch/v12/request.py index 5fe47bf1..a8421156 100644 --- a/src/kio/schema/fetch/v12/request.py +++ b/src/kio/schema/fetch/v12/request.py @@ -1,7 +1,5 @@ """ -Generated from FetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchRequest.json +Generated from ``clients/src/main/resources/common/message/FetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v12/response.py b/src/kio/schema/fetch/v12/response.py index 2fe05da6..d688246c 100644 --- a/src/kio/schema/fetch/v12/response.py +++ b/src/kio/schema/fetch/v12/response.py @@ -1,7 +1,5 @@ """ -Generated from FetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchResponse.json +Generated from ``clients/src/main/resources/common/message/FetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v13/request.py b/src/kio/schema/fetch/v13/request.py index f40910ad..4663748f 100644 --- a/src/kio/schema/fetch/v13/request.py +++ b/src/kio/schema/fetch/v13/request.py @@ -1,7 +1,5 @@ """ -Generated from FetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchRequest.json +Generated from ``clients/src/main/resources/common/message/FetchRequest.json``. """ import uuid diff --git a/src/kio/schema/fetch/v13/response.py b/src/kio/schema/fetch/v13/response.py index 8f5e7424..27d99c75 100644 --- a/src/kio/schema/fetch/v13/response.py +++ b/src/kio/schema/fetch/v13/response.py @@ -1,7 +1,5 @@ """ -Generated from FetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchResponse.json +Generated from ``clients/src/main/resources/common/message/FetchResponse.json``. """ import uuid diff --git a/src/kio/schema/fetch/v14/request.py b/src/kio/schema/fetch/v14/request.py index e0634ccc..d201f118 100644 --- a/src/kio/schema/fetch/v14/request.py +++ b/src/kio/schema/fetch/v14/request.py @@ -1,7 +1,5 @@ """ -Generated from FetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchRequest.json +Generated from ``clients/src/main/resources/common/message/FetchRequest.json``. """ import uuid diff --git a/src/kio/schema/fetch/v14/response.py b/src/kio/schema/fetch/v14/response.py index 5186083b..5b5c7992 100644 --- a/src/kio/schema/fetch/v14/response.py +++ b/src/kio/schema/fetch/v14/response.py @@ -1,7 +1,5 @@ """ -Generated from FetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchResponse.json +Generated from ``clients/src/main/resources/common/message/FetchResponse.json``. """ import uuid diff --git a/src/kio/schema/fetch/v15/request.py b/src/kio/schema/fetch/v15/request.py index cfabd60b..26b2fa1d 100644 --- a/src/kio/schema/fetch/v15/request.py +++ b/src/kio/schema/fetch/v15/request.py @@ -1,7 +1,5 @@ """ -Generated from FetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchRequest.json +Generated from ``clients/src/main/resources/common/message/FetchRequest.json``. """ import uuid diff --git a/src/kio/schema/fetch/v15/response.py b/src/kio/schema/fetch/v15/response.py index c37ee1d2..4f527dac 100644 --- a/src/kio/schema/fetch/v15/response.py +++ b/src/kio/schema/fetch/v15/response.py @@ -1,7 +1,5 @@ """ -Generated from FetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchResponse.json +Generated from ``clients/src/main/resources/common/message/FetchResponse.json``. """ import uuid diff --git a/src/kio/schema/fetch/v2/request.py b/src/kio/schema/fetch/v2/request.py index 09beaf52..bb78bff4 100644 --- a/src/kio/schema/fetch/v2/request.py +++ b/src/kio/schema/fetch/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from FetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchRequest.json +Generated from ``clients/src/main/resources/common/message/FetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v2/response.py b/src/kio/schema/fetch/v2/response.py index f2fa0476..bb0a2206 100644 --- a/src/kio/schema/fetch/v2/response.py +++ b/src/kio/schema/fetch/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from FetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchResponse.json +Generated from ``clients/src/main/resources/common/message/FetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v3/request.py b/src/kio/schema/fetch/v3/request.py index bf958e91..0cbc8037 100644 --- a/src/kio/schema/fetch/v3/request.py +++ b/src/kio/schema/fetch/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from FetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchRequest.json +Generated from ``clients/src/main/resources/common/message/FetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v3/response.py b/src/kio/schema/fetch/v3/response.py index 3fe305b4..476b050c 100644 --- a/src/kio/schema/fetch/v3/response.py +++ b/src/kio/schema/fetch/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from FetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchResponse.json +Generated from ``clients/src/main/resources/common/message/FetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v4/request.py b/src/kio/schema/fetch/v4/request.py index b01f566d..ebceef51 100644 --- a/src/kio/schema/fetch/v4/request.py +++ b/src/kio/schema/fetch/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from FetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchRequest.json +Generated from ``clients/src/main/resources/common/message/FetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v4/response.py b/src/kio/schema/fetch/v4/response.py index b9737fc4..5e483d13 100644 --- a/src/kio/schema/fetch/v4/response.py +++ b/src/kio/schema/fetch/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from FetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchResponse.json +Generated from ``clients/src/main/resources/common/message/FetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v5/request.py b/src/kio/schema/fetch/v5/request.py index 1b40c11f..1a196db8 100644 --- a/src/kio/schema/fetch/v5/request.py +++ b/src/kio/schema/fetch/v5/request.py @@ -1,7 +1,5 @@ """ -Generated from FetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchRequest.json +Generated from ``clients/src/main/resources/common/message/FetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v5/response.py b/src/kio/schema/fetch/v5/response.py index 820a33e2..2832572f 100644 --- a/src/kio/schema/fetch/v5/response.py +++ b/src/kio/schema/fetch/v5/response.py @@ -1,7 +1,5 @@ """ -Generated from FetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchResponse.json +Generated from ``clients/src/main/resources/common/message/FetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v6/request.py b/src/kio/schema/fetch/v6/request.py index 86fca7ca..39ad2262 100644 --- a/src/kio/schema/fetch/v6/request.py +++ b/src/kio/schema/fetch/v6/request.py @@ -1,7 +1,5 @@ """ -Generated from FetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchRequest.json +Generated from ``clients/src/main/resources/common/message/FetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v6/response.py b/src/kio/schema/fetch/v6/response.py index bf939ca4..8d2d0f14 100644 --- a/src/kio/schema/fetch/v6/response.py +++ b/src/kio/schema/fetch/v6/response.py @@ -1,7 +1,5 @@ """ -Generated from FetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchResponse.json +Generated from ``clients/src/main/resources/common/message/FetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v7/request.py b/src/kio/schema/fetch/v7/request.py index cf589d62..c1495cdd 100644 --- a/src/kio/schema/fetch/v7/request.py +++ b/src/kio/schema/fetch/v7/request.py @@ -1,7 +1,5 @@ """ -Generated from FetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchRequest.json +Generated from ``clients/src/main/resources/common/message/FetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v7/response.py b/src/kio/schema/fetch/v7/response.py index d7042e90..3e9b3741 100644 --- a/src/kio/schema/fetch/v7/response.py +++ b/src/kio/schema/fetch/v7/response.py @@ -1,7 +1,5 @@ """ -Generated from FetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchResponse.json +Generated from ``clients/src/main/resources/common/message/FetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v8/request.py b/src/kio/schema/fetch/v8/request.py index 21b747ac..b0984e01 100644 --- a/src/kio/schema/fetch/v8/request.py +++ b/src/kio/schema/fetch/v8/request.py @@ -1,7 +1,5 @@ """ -Generated from FetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchRequest.json +Generated from ``clients/src/main/resources/common/message/FetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v8/response.py b/src/kio/schema/fetch/v8/response.py index 8029c678..68f9141b 100644 --- a/src/kio/schema/fetch/v8/response.py +++ b/src/kio/schema/fetch/v8/response.py @@ -1,7 +1,5 @@ """ -Generated from FetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchResponse.json +Generated from ``clients/src/main/resources/common/message/FetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v9/request.py b/src/kio/schema/fetch/v9/request.py index 7e82111e..cf93629a 100644 --- a/src/kio/schema/fetch/v9/request.py +++ b/src/kio/schema/fetch/v9/request.py @@ -1,7 +1,5 @@ """ -Generated from FetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchRequest.json +Generated from ``clients/src/main/resources/common/message/FetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch/v9/response.py b/src/kio/schema/fetch/v9/response.py index 4fd88efb..49c27d53 100644 --- a/src/kio/schema/fetch/v9/response.py +++ b/src/kio/schema/fetch/v9/response.py @@ -1,7 +1,5 @@ """ -Generated from FetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchResponse.json +Generated from ``clients/src/main/resources/common/message/FetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch_snapshot/v0/request.py b/src/kio/schema/fetch_snapshot/v0/request.py index ffcd80a4..836398a4 100644 --- a/src/kio/schema/fetch_snapshot/v0/request.py +++ b/src/kio/schema/fetch_snapshot/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from FetchSnapshotRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchSnapshotRequest.json +Generated from ``clients/src/main/resources/common/message/FetchSnapshotRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/fetch_snapshot/v0/response.py b/src/kio/schema/fetch_snapshot/v0/response.py index ff89e277..3a0dcf79 100644 --- a/src/kio/schema/fetch_snapshot/v0/response.py +++ b/src/kio/schema/fetch_snapshot/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from FetchSnapshotResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FetchSnapshotResponse.json +Generated from ``clients/src/main/resources/common/message/FetchSnapshotResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/find_coordinator/v0/request.py b/src/kio/schema/find_coordinator/v0/request.py index d9eea03d..3df276a8 100644 --- a/src/kio/schema/find_coordinator/v0/request.py +++ b/src/kio/schema/find_coordinator/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from FindCoordinatorRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FindCoordinatorRequest.json +Generated from ``clients/src/main/resources/common/message/FindCoordinatorRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/find_coordinator/v0/response.py b/src/kio/schema/find_coordinator/v0/response.py index 8ab33928..20db9cab 100644 --- a/src/kio/schema/find_coordinator/v0/response.py +++ b/src/kio/schema/find_coordinator/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from FindCoordinatorResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FindCoordinatorResponse.json +Generated from ``clients/src/main/resources/common/message/FindCoordinatorResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/find_coordinator/v1/request.py b/src/kio/schema/find_coordinator/v1/request.py index 1f05528e..4ccf9039 100644 --- a/src/kio/schema/find_coordinator/v1/request.py +++ b/src/kio/schema/find_coordinator/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from FindCoordinatorRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FindCoordinatorRequest.json +Generated from ``clients/src/main/resources/common/message/FindCoordinatorRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/find_coordinator/v1/response.py b/src/kio/schema/find_coordinator/v1/response.py index 6e1f4589..47e87664 100644 --- a/src/kio/schema/find_coordinator/v1/response.py +++ b/src/kio/schema/find_coordinator/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from FindCoordinatorResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FindCoordinatorResponse.json +Generated from ``clients/src/main/resources/common/message/FindCoordinatorResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/find_coordinator/v2/request.py b/src/kio/schema/find_coordinator/v2/request.py index 7840c604..3553a8e8 100644 --- a/src/kio/schema/find_coordinator/v2/request.py +++ b/src/kio/schema/find_coordinator/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from FindCoordinatorRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FindCoordinatorRequest.json +Generated from ``clients/src/main/resources/common/message/FindCoordinatorRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/find_coordinator/v2/response.py b/src/kio/schema/find_coordinator/v2/response.py index 54ebb58a..6cc07cd0 100644 --- a/src/kio/schema/find_coordinator/v2/response.py +++ b/src/kio/schema/find_coordinator/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from FindCoordinatorResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FindCoordinatorResponse.json +Generated from ``clients/src/main/resources/common/message/FindCoordinatorResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/find_coordinator/v3/request.py b/src/kio/schema/find_coordinator/v3/request.py index 736f818b..5475650c 100644 --- a/src/kio/schema/find_coordinator/v3/request.py +++ b/src/kio/schema/find_coordinator/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from FindCoordinatorRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FindCoordinatorRequest.json +Generated from ``clients/src/main/resources/common/message/FindCoordinatorRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/find_coordinator/v3/response.py b/src/kio/schema/find_coordinator/v3/response.py index a475c28a..0ad9419b 100644 --- a/src/kio/schema/find_coordinator/v3/response.py +++ b/src/kio/schema/find_coordinator/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from FindCoordinatorResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FindCoordinatorResponse.json +Generated from ``clients/src/main/resources/common/message/FindCoordinatorResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/find_coordinator/v4/request.py b/src/kio/schema/find_coordinator/v4/request.py index 4922b096..7635a2c9 100644 --- a/src/kio/schema/find_coordinator/v4/request.py +++ b/src/kio/schema/find_coordinator/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from FindCoordinatorRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FindCoordinatorRequest.json +Generated from ``clients/src/main/resources/common/message/FindCoordinatorRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/find_coordinator/v4/response.py b/src/kio/schema/find_coordinator/v4/response.py index fbe9606f..6a79ab9b 100644 --- a/src/kio/schema/find_coordinator/v4/response.py +++ b/src/kio/schema/find_coordinator/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from FindCoordinatorResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/FindCoordinatorResponse.json +Generated from ``clients/src/main/resources/common/message/FindCoordinatorResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/heartbeat/v0/request.py b/src/kio/schema/heartbeat/v0/request.py index 66712a9a..bf8d120e 100644 --- a/src/kio/schema/heartbeat/v0/request.py +++ b/src/kio/schema/heartbeat/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from HeartbeatRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/HeartbeatRequest.json +Generated from ``clients/src/main/resources/common/message/HeartbeatRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/heartbeat/v0/response.py b/src/kio/schema/heartbeat/v0/response.py index 74170bbf..2b99c3d5 100644 --- a/src/kio/schema/heartbeat/v0/response.py +++ b/src/kio/schema/heartbeat/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from HeartbeatResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/HeartbeatResponse.json +Generated from ``clients/src/main/resources/common/message/HeartbeatResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/heartbeat/v1/request.py b/src/kio/schema/heartbeat/v1/request.py index 1041b133..88e24d17 100644 --- a/src/kio/schema/heartbeat/v1/request.py +++ b/src/kio/schema/heartbeat/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from HeartbeatRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/HeartbeatRequest.json +Generated from ``clients/src/main/resources/common/message/HeartbeatRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/heartbeat/v1/response.py b/src/kio/schema/heartbeat/v1/response.py index 84396a0e..b75ebdd7 100644 --- a/src/kio/schema/heartbeat/v1/response.py +++ b/src/kio/schema/heartbeat/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from HeartbeatResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/HeartbeatResponse.json +Generated from ``clients/src/main/resources/common/message/HeartbeatResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/heartbeat/v2/request.py b/src/kio/schema/heartbeat/v2/request.py index e56b3e3a..67cdc2a8 100644 --- a/src/kio/schema/heartbeat/v2/request.py +++ b/src/kio/schema/heartbeat/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from HeartbeatRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/HeartbeatRequest.json +Generated from ``clients/src/main/resources/common/message/HeartbeatRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/heartbeat/v2/response.py b/src/kio/schema/heartbeat/v2/response.py index 0499f18c..2c7b411e 100644 --- a/src/kio/schema/heartbeat/v2/response.py +++ b/src/kio/schema/heartbeat/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from HeartbeatResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/HeartbeatResponse.json +Generated from ``clients/src/main/resources/common/message/HeartbeatResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/heartbeat/v3/request.py b/src/kio/schema/heartbeat/v3/request.py index 669d38cb..90a397de 100644 --- a/src/kio/schema/heartbeat/v3/request.py +++ b/src/kio/schema/heartbeat/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from HeartbeatRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/HeartbeatRequest.json +Generated from ``clients/src/main/resources/common/message/HeartbeatRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/heartbeat/v3/response.py b/src/kio/schema/heartbeat/v3/response.py index ed862bf4..92999e1e 100644 --- a/src/kio/schema/heartbeat/v3/response.py +++ b/src/kio/schema/heartbeat/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from HeartbeatResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/HeartbeatResponse.json +Generated from ``clients/src/main/resources/common/message/HeartbeatResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/heartbeat/v4/request.py b/src/kio/schema/heartbeat/v4/request.py index 47590a33..8770c085 100644 --- a/src/kio/schema/heartbeat/v4/request.py +++ b/src/kio/schema/heartbeat/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from HeartbeatRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/HeartbeatRequest.json +Generated from ``clients/src/main/resources/common/message/HeartbeatRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/heartbeat/v4/response.py b/src/kio/schema/heartbeat/v4/response.py index 223afb6f..992f8d54 100644 --- a/src/kio/schema/heartbeat/v4/response.py +++ b/src/kio/schema/heartbeat/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from HeartbeatResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/HeartbeatResponse.json +Generated from ``clients/src/main/resources/common/message/HeartbeatResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/incremental_alter_configs/v0/request.py b/src/kio/schema/incremental_alter_configs/v0/request.py index 0d414b32..ebf968ab 100644 --- a/src/kio/schema/incremental_alter_configs/v0/request.py +++ b/src/kio/schema/incremental_alter_configs/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from IncrementalAlterConfigsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/IncrementalAlterConfigsRequest.json +Generated from ``clients/src/main/resources/common/message/IncrementalAlterConfigsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/incremental_alter_configs/v0/response.py b/src/kio/schema/incremental_alter_configs/v0/response.py index 4ab0dcfa..16542a38 100644 --- a/src/kio/schema/incremental_alter_configs/v0/response.py +++ b/src/kio/schema/incremental_alter_configs/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from IncrementalAlterConfigsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/IncrementalAlterConfigsResponse.json +Generated from ``clients/src/main/resources/common/message/IncrementalAlterConfigsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/incremental_alter_configs/v1/request.py b/src/kio/schema/incremental_alter_configs/v1/request.py index 16076519..29510d13 100644 --- a/src/kio/schema/incremental_alter_configs/v1/request.py +++ b/src/kio/schema/incremental_alter_configs/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from IncrementalAlterConfigsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/IncrementalAlterConfigsRequest.json +Generated from ``clients/src/main/resources/common/message/IncrementalAlterConfigsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/incremental_alter_configs/v1/response.py b/src/kio/schema/incremental_alter_configs/v1/response.py index cce4d81e..e4c2dbfa 100644 --- a/src/kio/schema/incremental_alter_configs/v1/response.py +++ b/src/kio/schema/incremental_alter_configs/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from IncrementalAlterConfigsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/IncrementalAlterConfigsResponse.json +Generated from ``clients/src/main/resources/common/message/IncrementalAlterConfigsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/init_producer_id/v0/request.py b/src/kio/schema/init_producer_id/v0/request.py index 815ec131..25671a32 100644 --- a/src/kio/schema/init_producer_id/v0/request.py +++ b/src/kio/schema/init_producer_id/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from InitProducerIdRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/InitProducerIdRequest.json +Generated from ``clients/src/main/resources/common/message/InitProducerIdRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/init_producer_id/v0/response.py b/src/kio/schema/init_producer_id/v0/response.py index 8cdc7efd..66655612 100644 --- a/src/kio/schema/init_producer_id/v0/response.py +++ b/src/kio/schema/init_producer_id/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from InitProducerIdResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/InitProducerIdResponse.json +Generated from ``clients/src/main/resources/common/message/InitProducerIdResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/init_producer_id/v1/request.py b/src/kio/schema/init_producer_id/v1/request.py index a3cf3b22..8bf3cb29 100644 --- a/src/kio/schema/init_producer_id/v1/request.py +++ b/src/kio/schema/init_producer_id/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from InitProducerIdRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/InitProducerIdRequest.json +Generated from ``clients/src/main/resources/common/message/InitProducerIdRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/init_producer_id/v1/response.py b/src/kio/schema/init_producer_id/v1/response.py index ce8b1373..a218a9b3 100644 --- a/src/kio/schema/init_producer_id/v1/response.py +++ b/src/kio/schema/init_producer_id/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from InitProducerIdResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/InitProducerIdResponse.json +Generated from ``clients/src/main/resources/common/message/InitProducerIdResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/init_producer_id/v2/request.py b/src/kio/schema/init_producer_id/v2/request.py index d8013291..e2cdfcef 100644 --- a/src/kio/schema/init_producer_id/v2/request.py +++ b/src/kio/schema/init_producer_id/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from InitProducerIdRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/InitProducerIdRequest.json +Generated from ``clients/src/main/resources/common/message/InitProducerIdRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/init_producer_id/v2/response.py b/src/kio/schema/init_producer_id/v2/response.py index cbc8753e..eee09ecb 100644 --- a/src/kio/schema/init_producer_id/v2/response.py +++ b/src/kio/schema/init_producer_id/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from InitProducerIdResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/InitProducerIdResponse.json +Generated from ``clients/src/main/resources/common/message/InitProducerIdResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/init_producer_id/v3/request.py b/src/kio/schema/init_producer_id/v3/request.py index 1e8a03f0..b49a4255 100644 --- a/src/kio/schema/init_producer_id/v3/request.py +++ b/src/kio/schema/init_producer_id/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from InitProducerIdRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/InitProducerIdRequest.json +Generated from ``clients/src/main/resources/common/message/InitProducerIdRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/init_producer_id/v3/response.py b/src/kio/schema/init_producer_id/v3/response.py index 22e514e2..884e20eb 100644 --- a/src/kio/schema/init_producer_id/v3/response.py +++ b/src/kio/schema/init_producer_id/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from InitProducerIdResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/InitProducerIdResponse.json +Generated from ``clients/src/main/resources/common/message/InitProducerIdResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/init_producer_id/v4/request.py b/src/kio/schema/init_producer_id/v4/request.py index 569dc641..2ad6158e 100644 --- a/src/kio/schema/init_producer_id/v4/request.py +++ b/src/kio/schema/init_producer_id/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from InitProducerIdRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/InitProducerIdRequest.json +Generated from ``clients/src/main/resources/common/message/InitProducerIdRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/init_producer_id/v4/response.py b/src/kio/schema/init_producer_id/v4/response.py index b902c4b9..71bebec1 100644 --- a/src/kio/schema/init_producer_id/v4/response.py +++ b/src/kio/schema/init_producer_id/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from InitProducerIdResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/InitProducerIdResponse.json +Generated from ``clients/src/main/resources/common/message/InitProducerIdResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/join_group/v0/request.py b/src/kio/schema/join_group/v0/request.py index d913475a..bc84b75b 100644 --- a/src/kio/schema/join_group/v0/request.py +++ b/src/kio/schema/join_group/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupRequest.json +Generated from ``clients/src/main/resources/common/message/JoinGroupRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/join_group/v0/response.py b/src/kio/schema/join_group/v0/response.py index 8f4b0781..3939fb80 100644 --- a/src/kio/schema/join_group/v0/response.py +++ b/src/kio/schema/join_group/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupResponse.json +Generated from ``clients/src/main/resources/common/message/JoinGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/join_group/v1/request.py b/src/kio/schema/join_group/v1/request.py index 035b3f4b..7bee0cd1 100644 --- a/src/kio/schema/join_group/v1/request.py +++ b/src/kio/schema/join_group/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupRequest.json +Generated from ``clients/src/main/resources/common/message/JoinGroupRequest.json``. """ import datetime diff --git a/src/kio/schema/join_group/v1/response.py b/src/kio/schema/join_group/v1/response.py index 8c93e248..2aa33fd6 100644 --- a/src/kio/schema/join_group/v1/response.py +++ b/src/kio/schema/join_group/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupResponse.json +Generated from ``clients/src/main/resources/common/message/JoinGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/join_group/v2/request.py b/src/kio/schema/join_group/v2/request.py index 067c298f..3081157c 100644 --- a/src/kio/schema/join_group/v2/request.py +++ b/src/kio/schema/join_group/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupRequest.json +Generated from ``clients/src/main/resources/common/message/JoinGroupRequest.json``. """ import datetime diff --git a/src/kio/schema/join_group/v2/response.py b/src/kio/schema/join_group/v2/response.py index 48b83d4c..70cb5157 100644 --- a/src/kio/schema/join_group/v2/response.py +++ b/src/kio/schema/join_group/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupResponse.json +Generated from ``clients/src/main/resources/common/message/JoinGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/join_group/v3/request.py b/src/kio/schema/join_group/v3/request.py index 819422db..bf788dad 100644 --- a/src/kio/schema/join_group/v3/request.py +++ b/src/kio/schema/join_group/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupRequest.json +Generated from ``clients/src/main/resources/common/message/JoinGroupRequest.json``. """ import datetime diff --git a/src/kio/schema/join_group/v3/response.py b/src/kio/schema/join_group/v3/response.py index 0ae2717c..9fee8fce 100644 --- a/src/kio/schema/join_group/v3/response.py +++ b/src/kio/schema/join_group/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupResponse.json +Generated from ``clients/src/main/resources/common/message/JoinGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/join_group/v4/request.py b/src/kio/schema/join_group/v4/request.py index f5c72b0d..46f8c13e 100644 --- a/src/kio/schema/join_group/v4/request.py +++ b/src/kio/schema/join_group/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupRequest.json +Generated from ``clients/src/main/resources/common/message/JoinGroupRequest.json``. """ import datetime diff --git a/src/kio/schema/join_group/v4/response.py b/src/kio/schema/join_group/v4/response.py index f159211c..e20bd8c2 100644 --- a/src/kio/schema/join_group/v4/response.py +++ b/src/kio/schema/join_group/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupResponse.json +Generated from ``clients/src/main/resources/common/message/JoinGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/join_group/v5/request.py b/src/kio/schema/join_group/v5/request.py index e6e60f3f..0e95593a 100644 --- a/src/kio/schema/join_group/v5/request.py +++ b/src/kio/schema/join_group/v5/request.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupRequest.json +Generated from ``clients/src/main/resources/common/message/JoinGroupRequest.json``. """ import datetime diff --git a/src/kio/schema/join_group/v5/response.py b/src/kio/schema/join_group/v5/response.py index 26ba838b..09f3939f 100644 --- a/src/kio/schema/join_group/v5/response.py +++ b/src/kio/schema/join_group/v5/response.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupResponse.json +Generated from ``clients/src/main/resources/common/message/JoinGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/join_group/v6/request.py b/src/kio/schema/join_group/v6/request.py index 381205ac..68ae7fb7 100644 --- a/src/kio/schema/join_group/v6/request.py +++ b/src/kio/schema/join_group/v6/request.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupRequest.json +Generated from ``clients/src/main/resources/common/message/JoinGroupRequest.json``. """ import datetime diff --git a/src/kio/schema/join_group/v6/response.py b/src/kio/schema/join_group/v6/response.py index cd0d40db..5f8eb57c 100644 --- a/src/kio/schema/join_group/v6/response.py +++ b/src/kio/schema/join_group/v6/response.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupResponse.json +Generated from ``clients/src/main/resources/common/message/JoinGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/join_group/v7/request.py b/src/kio/schema/join_group/v7/request.py index c449da3a..41993119 100644 --- a/src/kio/schema/join_group/v7/request.py +++ b/src/kio/schema/join_group/v7/request.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupRequest.json +Generated from ``clients/src/main/resources/common/message/JoinGroupRequest.json``. """ import datetime diff --git a/src/kio/schema/join_group/v7/response.py b/src/kio/schema/join_group/v7/response.py index 77fec0c6..fb5f16f6 100644 --- a/src/kio/schema/join_group/v7/response.py +++ b/src/kio/schema/join_group/v7/response.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupResponse.json +Generated from ``clients/src/main/resources/common/message/JoinGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/join_group/v8/request.py b/src/kio/schema/join_group/v8/request.py index dae5eca6..b4249906 100644 --- a/src/kio/schema/join_group/v8/request.py +++ b/src/kio/schema/join_group/v8/request.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupRequest.json +Generated from ``clients/src/main/resources/common/message/JoinGroupRequest.json``. """ import datetime diff --git a/src/kio/schema/join_group/v8/response.py b/src/kio/schema/join_group/v8/response.py index 25f69c77..8a9bacfb 100644 --- a/src/kio/schema/join_group/v8/response.py +++ b/src/kio/schema/join_group/v8/response.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupResponse.json +Generated from ``clients/src/main/resources/common/message/JoinGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/join_group/v9/request.py b/src/kio/schema/join_group/v9/request.py index 42747adb..cfd1a870 100644 --- a/src/kio/schema/join_group/v9/request.py +++ b/src/kio/schema/join_group/v9/request.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupRequest.json +Generated from ``clients/src/main/resources/common/message/JoinGroupRequest.json``. """ import datetime diff --git a/src/kio/schema/join_group/v9/response.py b/src/kio/schema/join_group/v9/response.py index b58ffb0a..b26ebcb3 100644 --- a/src/kio/schema/join_group/v9/response.py +++ b/src/kio/schema/join_group/v9/response.py @@ -1,7 +1,5 @@ """ -Generated from JoinGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/JoinGroupResponse.json +Generated from ``clients/src/main/resources/common/message/JoinGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leader_and_isr/v0/request.py b/src/kio/schema/leader_and_isr/v0/request.py index a4cfe50d..d5fbcf4b 100644 --- a/src/kio/schema/leader_and_isr/v0/request.py +++ b/src/kio/schema/leader_and_isr/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from LeaderAndIsrRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaderAndIsrRequest.json +Generated from ``clients/src/main/resources/common/message/LeaderAndIsrRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leader_and_isr/v0/response.py b/src/kio/schema/leader_and_isr/v0/response.py index 58a371e2..95b2f45d 100644 --- a/src/kio/schema/leader_and_isr/v0/response.py +++ b/src/kio/schema/leader_and_isr/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from LeaderAndIsrResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaderAndIsrResponse.json +Generated from ``clients/src/main/resources/common/message/LeaderAndIsrResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leader_and_isr/v1/request.py b/src/kio/schema/leader_and_isr/v1/request.py index 4c7dd733..ce53417d 100644 --- a/src/kio/schema/leader_and_isr/v1/request.py +++ b/src/kio/schema/leader_and_isr/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from LeaderAndIsrRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaderAndIsrRequest.json +Generated from ``clients/src/main/resources/common/message/LeaderAndIsrRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leader_and_isr/v1/response.py b/src/kio/schema/leader_and_isr/v1/response.py index 6e138185..1e1b9a3e 100644 --- a/src/kio/schema/leader_and_isr/v1/response.py +++ b/src/kio/schema/leader_and_isr/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from LeaderAndIsrResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaderAndIsrResponse.json +Generated from ``clients/src/main/resources/common/message/LeaderAndIsrResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leader_and_isr/v2/request.py b/src/kio/schema/leader_and_isr/v2/request.py index 52fbd340..2a2c0d59 100644 --- a/src/kio/schema/leader_and_isr/v2/request.py +++ b/src/kio/schema/leader_and_isr/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from LeaderAndIsrRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaderAndIsrRequest.json +Generated from ``clients/src/main/resources/common/message/LeaderAndIsrRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leader_and_isr/v2/response.py b/src/kio/schema/leader_and_isr/v2/response.py index 91f1a064..a75a498e 100644 --- a/src/kio/schema/leader_and_isr/v2/response.py +++ b/src/kio/schema/leader_and_isr/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from LeaderAndIsrResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaderAndIsrResponse.json +Generated from ``clients/src/main/resources/common/message/LeaderAndIsrResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leader_and_isr/v3/request.py b/src/kio/schema/leader_and_isr/v3/request.py index 3cd8d729..10da8cc1 100644 --- a/src/kio/schema/leader_and_isr/v3/request.py +++ b/src/kio/schema/leader_and_isr/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from LeaderAndIsrRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaderAndIsrRequest.json +Generated from ``clients/src/main/resources/common/message/LeaderAndIsrRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leader_and_isr/v3/response.py b/src/kio/schema/leader_and_isr/v3/response.py index e3ffabd8..1cd15a2f 100644 --- a/src/kio/schema/leader_and_isr/v3/response.py +++ b/src/kio/schema/leader_and_isr/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from LeaderAndIsrResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaderAndIsrResponse.json +Generated from ``clients/src/main/resources/common/message/LeaderAndIsrResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leader_and_isr/v4/request.py b/src/kio/schema/leader_and_isr/v4/request.py index 4510a1b4..bf185be7 100644 --- a/src/kio/schema/leader_and_isr/v4/request.py +++ b/src/kio/schema/leader_and_isr/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from LeaderAndIsrRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaderAndIsrRequest.json +Generated from ``clients/src/main/resources/common/message/LeaderAndIsrRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leader_and_isr/v4/response.py b/src/kio/schema/leader_and_isr/v4/response.py index 67b49d6f..dec55265 100644 --- a/src/kio/schema/leader_and_isr/v4/response.py +++ b/src/kio/schema/leader_and_isr/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from LeaderAndIsrResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaderAndIsrResponse.json +Generated from ``clients/src/main/resources/common/message/LeaderAndIsrResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leader_and_isr/v5/request.py b/src/kio/schema/leader_and_isr/v5/request.py index 56722c69..188836f7 100644 --- a/src/kio/schema/leader_and_isr/v5/request.py +++ b/src/kio/schema/leader_and_isr/v5/request.py @@ -1,7 +1,5 @@ """ -Generated from LeaderAndIsrRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaderAndIsrRequest.json +Generated from ``clients/src/main/resources/common/message/LeaderAndIsrRequest.json``. """ import uuid diff --git a/src/kio/schema/leader_and_isr/v5/response.py b/src/kio/schema/leader_and_isr/v5/response.py index 2257efd9..023fe0ef 100644 --- a/src/kio/schema/leader_and_isr/v5/response.py +++ b/src/kio/schema/leader_and_isr/v5/response.py @@ -1,7 +1,5 @@ """ -Generated from LeaderAndIsrResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaderAndIsrResponse.json +Generated from ``clients/src/main/resources/common/message/LeaderAndIsrResponse.json``. """ import uuid diff --git a/src/kio/schema/leader_and_isr/v6/request.py b/src/kio/schema/leader_and_isr/v6/request.py index 3afdc44a..77582e32 100644 --- a/src/kio/schema/leader_and_isr/v6/request.py +++ b/src/kio/schema/leader_and_isr/v6/request.py @@ -1,7 +1,5 @@ """ -Generated from LeaderAndIsrRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaderAndIsrRequest.json +Generated from ``clients/src/main/resources/common/message/LeaderAndIsrRequest.json``. """ import uuid diff --git a/src/kio/schema/leader_and_isr/v6/response.py b/src/kio/schema/leader_and_isr/v6/response.py index 1ff068c4..7098d90b 100644 --- a/src/kio/schema/leader_and_isr/v6/response.py +++ b/src/kio/schema/leader_and_isr/v6/response.py @@ -1,7 +1,5 @@ """ -Generated from LeaderAndIsrResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaderAndIsrResponse.json +Generated from ``clients/src/main/resources/common/message/LeaderAndIsrResponse.json``. """ import uuid diff --git a/src/kio/schema/leader_and_isr/v7/request.py b/src/kio/schema/leader_and_isr/v7/request.py index 98f7f3f4..ad86da04 100644 --- a/src/kio/schema/leader_and_isr/v7/request.py +++ b/src/kio/schema/leader_and_isr/v7/request.py @@ -1,7 +1,5 @@ """ -Generated from LeaderAndIsrRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaderAndIsrRequest.json +Generated from ``clients/src/main/resources/common/message/LeaderAndIsrRequest.json``. """ import uuid diff --git a/src/kio/schema/leader_and_isr/v7/response.py b/src/kio/schema/leader_and_isr/v7/response.py index 0c0a394f..290e36f6 100644 --- a/src/kio/schema/leader_and_isr/v7/response.py +++ b/src/kio/schema/leader_and_isr/v7/response.py @@ -1,7 +1,5 @@ """ -Generated from LeaderAndIsrResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaderAndIsrResponse.json +Generated from ``clients/src/main/resources/common/message/LeaderAndIsrResponse.json``. """ import uuid diff --git a/src/kio/schema/leader_change_message/v0/data.py b/src/kio/schema/leader_change_message/v0/data.py index d7e7e850..fe0c77bf 100644 --- a/src/kio/schema/leader_change_message/v0/data.py +++ b/src/kio/schema/leader_change_message/v0/data.py @@ -1,7 +1,5 @@ """ -Generated from LeaderChangeMessage.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaderChangeMessage.json +Generated from ``clients/src/main/resources/common/message/LeaderChangeMessage.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leave_group/v0/request.py b/src/kio/schema/leave_group/v0/request.py index f81ec116..9eb89014 100644 --- a/src/kio/schema/leave_group/v0/request.py +++ b/src/kio/schema/leave_group/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from LeaveGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaveGroupRequest.json +Generated from ``clients/src/main/resources/common/message/LeaveGroupRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leave_group/v0/response.py b/src/kio/schema/leave_group/v0/response.py index 1d615ecf..b58c1c38 100644 --- a/src/kio/schema/leave_group/v0/response.py +++ b/src/kio/schema/leave_group/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from LeaveGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaveGroupResponse.json +Generated from ``clients/src/main/resources/common/message/LeaveGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leave_group/v1/request.py b/src/kio/schema/leave_group/v1/request.py index 60beb1a4..a96cc000 100644 --- a/src/kio/schema/leave_group/v1/request.py +++ b/src/kio/schema/leave_group/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from LeaveGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaveGroupRequest.json +Generated from ``clients/src/main/resources/common/message/LeaveGroupRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leave_group/v1/response.py b/src/kio/schema/leave_group/v1/response.py index d32c98f5..e241aa06 100644 --- a/src/kio/schema/leave_group/v1/response.py +++ b/src/kio/schema/leave_group/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from LeaveGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaveGroupResponse.json +Generated from ``clients/src/main/resources/common/message/LeaveGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leave_group/v2/request.py b/src/kio/schema/leave_group/v2/request.py index 1e277e6d..61083da4 100644 --- a/src/kio/schema/leave_group/v2/request.py +++ b/src/kio/schema/leave_group/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from LeaveGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaveGroupRequest.json +Generated from ``clients/src/main/resources/common/message/LeaveGroupRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leave_group/v2/response.py b/src/kio/schema/leave_group/v2/response.py index eac59dbe..6aa9b110 100644 --- a/src/kio/schema/leave_group/v2/response.py +++ b/src/kio/schema/leave_group/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from LeaveGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaveGroupResponse.json +Generated from ``clients/src/main/resources/common/message/LeaveGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leave_group/v3/request.py b/src/kio/schema/leave_group/v3/request.py index 0d21921a..258c75a9 100644 --- a/src/kio/schema/leave_group/v3/request.py +++ b/src/kio/schema/leave_group/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from LeaveGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaveGroupRequest.json +Generated from ``clients/src/main/resources/common/message/LeaveGroupRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leave_group/v3/response.py b/src/kio/schema/leave_group/v3/response.py index b9a8ff17..e4fe789c 100644 --- a/src/kio/schema/leave_group/v3/response.py +++ b/src/kio/schema/leave_group/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from LeaveGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaveGroupResponse.json +Generated from ``clients/src/main/resources/common/message/LeaveGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leave_group/v4/request.py b/src/kio/schema/leave_group/v4/request.py index fc5a1754..f42f4390 100644 --- a/src/kio/schema/leave_group/v4/request.py +++ b/src/kio/schema/leave_group/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from LeaveGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaveGroupRequest.json +Generated from ``clients/src/main/resources/common/message/LeaveGroupRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leave_group/v4/response.py b/src/kio/schema/leave_group/v4/response.py index 63a121d6..b4ddfcfb 100644 --- a/src/kio/schema/leave_group/v4/response.py +++ b/src/kio/schema/leave_group/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from LeaveGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaveGroupResponse.json +Generated from ``clients/src/main/resources/common/message/LeaveGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leave_group/v5/request.py b/src/kio/schema/leave_group/v5/request.py index 287a90f2..47b7e78d 100644 --- a/src/kio/schema/leave_group/v5/request.py +++ b/src/kio/schema/leave_group/v5/request.py @@ -1,7 +1,5 @@ """ -Generated from LeaveGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaveGroupRequest.json +Generated from ``clients/src/main/resources/common/message/LeaveGroupRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/leave_group/v5/response.py b/src/kio/schema/leave_group/v5/response.py index 797ea3ad..929ee86f 100644 --- a/src/kio/schema/leave_group/v5/response.py +++ b/src/kio/schema/leave_group/v5/response.py @@ -1,7 +1,5 @@ """ -Generated from LeaveGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/LeaveGroupResponse.json +Generated from ``clients/src/main/resources/common/message/LeaveGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_groups/v0/request.py b/src/kio/schema/list_groups/v0/request.py index 4dc7a6b1..79f1688f 100644 --- a/src/kio/schema/list_groups/v0/request.py +++ b/src/kio/schema/list_groups/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from ListGroupsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListGroupsRequest.json +Generated from ``clients/src/main/resources/common/message/ListGroupsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_groups/v0/response.py b/src/kio/schema/list_groups/v0/response.py index ae1b94e2..548bef4a 100644 --- a/src/kio/schema/list_groups/v0/response.py +++ b/src/kio/schema/list_groups/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from ListGroupsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListGroupsResponse.json +Generated from ``clients/src/main/resources/common/message/ListGroupsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_groups/v1/request.py b/src/kio/schema/list_groups/v1/request.py index 023e1651..52466cbb 100644 --- a/src/kio/schema/list_groups/v1/request.py +++ b/src/kio/schema/list_groups/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from ListGroupsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListGroupsRequest.json +Generated from ``clients/src/main/resources/common/message/ListGroupsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_groups/v1/response.py b/src/kio/schema/list_groups/v1/response.py index d1d58655..24c4a288 100644 --- a/src/kio/schema/list_groups/v1/response.py +++ b/src/kio/schema/list_groups/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from ListGroupsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListGroupsResponse.json +Generated from ``clients/src/main/resources/common/message/ListGroupsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_groups/v2/request.py b/src/kio/schema/list_groups/v2/request.py index 4009f856..18a13ce2 100644 --- a/src/kio/schema/list_groups/v2/request.py +++ b/src/kio/schema/list_groups/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from ListGroupsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListGroupsRequest.json +Generated from ``clients/src/main/resources/common/message/ListGroupsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_groups/v2/response.py b/src/kio/schema/list_groups/v2/response.py index 70735c2d..7fda006f 100644 --- a/src/kio/schema/list_groups/v2/response.py +++ b/src/kio/schema/list_groups/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from ListGroupsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListGroupsResponse.json +Generated from ``clients/src/main/resources/common/message/ListGroupsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_groups/v3/request.py b/src/kio/schema/list_groups/v3/request.py index 1a2a788f..f4c74ae6 100644 --- a/src/kio/schema/list_groups/v3/request.py +++ b/src/kio/schema/list_groups/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from ListGroupsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListGroupsRequest.json +Generated from ``clients/src/main/resources/common/message/ListGroupsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_groups/v3/response.py b/src/kio/schema/list_groups/v3/response.py index 21248922..bcb160d8 100644 --- a/src/kio/schema/list_groups/v3/response.py +++ b/src/kio/schema/list_groups/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from ListGroupsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListGroupsResponse.json +Generated from ``clients/src/main/resources/common/message/ListGroupsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_groups/v4/request.py b/src/kio/schema/list_groups/v4/request.py index 1343a89b..139eb7dd 100644 --- a/src/kio/schema/list_groups/v4/request.py +++ b/src/kio/schema/list_groups/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from ListGroupsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListGroupsRequest.json +Generated from ``clients/src/main/resources/common/message/ListGroupsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_groups/v4/response.py b/src/kio/schema/list_groups/v4/response.py index 0e60ce1e..ef1edfab 100644 --- a/src/kio/schema/list_groups/v4/response.py +++ b/src/kio/schema/list_groups/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from ListGroupsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListGroupsResponse.json +Generated from ``clients/src/main/resources/common/message/ListGroupsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_offsets/v0/request.py b/src/kio/schema/list_offsets/v0/request.py index aff6ed3a..3cba2c71 100644 --- a/src/kio/schema/list_offsets/v0/request.py +++ b/src/kio/schema/list_offsets/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from ListOffsetsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListOffsetsRequest.json +Generated from ``clients/src/main/resources/common/message/ListOffsetsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_offsets/v0/response.py b/src/kio/schema/list_offsets/v0/response.py index dabd744f..92b9e33f 100644 --- a/src/kio/schema/list_offsets/v0/response.py +++ b/src/kio/schema/list_offsets/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from ListOffsetsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListOffsetsResponse.json +Generated from ``clients/src/main/resources/common/message/ListOffsetsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_offsets/v1/request.py b/src/kio/schema/list_offsets/v1/request.py index 46249688..4cb242ce 100644 --- a/src/kio/schema/list_offsets/v1/request.py +++ b/src/kio/schema/list_offsets/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from ListOffsetsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListOffsetsRequest.json +Generated from ``clients/src/main/resources/common/message/ListOffsetsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_offsets/v1/response.py b/src/kio/schema/list_offsets/v1/response.py index 52d29cd2..8bb6e893 100644 --- a/src/kio/schema/list_offsets/v1/response.py +++ b/src/kio/schema/list_offsets/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from ListOffsetsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListOffsetsResponse.json +Generated from ``clients/src/main/resources/common/message/ListOffsetsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_offsets/v2/request.py b/src/kio/schema/list_offsets/v2/request.py index 97ee1933..00664d32 100644 --- a/src/kio/schema/list_offsets/v2/request.py +++ b/src/kio/schema/list_offsets/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from ListOffsetsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListOffsetsRequest.json +Generated from ``clients/src/main/resources/common/message/ListOffsetsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_offsets/v2/response.py b/src/kio/schema/list_offsets/v2/response.py index bdb1c97f..b45b5efe 100644 --- a/src/kio/schema/list_offsets/v2/response.py +++ b/src/kio/schema/list_offsets/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from ListOffsetsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListOffsetsResponse.json +Generated from ``clients/src/main/resources/common/message/ListOffsetsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_offsets/v3/request.py b/src/kio/schema/list_offsets/v3/request.py index 5a9779dc..e7429951 100644 --- a/src/kio/schema/list_offsets/v3/request.py +++ b/src/kio/schema/list_offsets/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from ListOffsetsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListOffsetsRequest.json +Generated from ``clients/src/main/resources/common/message/ListOffsetsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_offsets/v3/response.py b/src/kio/schema/list_offsets/v3/response.py index c661238e..bf8270dd 100644 --- a/src/kio/schema/list_offsets/v3/response.py +++ b/src/kio/schema/list_offsets/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from ListOffsetsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListOffsetsResponse.json +Generated from ``clients/src/main/resources/common/message/ListOffsetsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_offsets/v4/request.py b/src/kio/schema/list_offsets/v4/request.py index a5657a54..6c258bd1 100644 --- a/src/kio/schema/list_offsets/v4/request.py +++ b/src/kio/schema/list_offsets/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from ListOffsetsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListOffsetsRequest.json +Generated from ``clients/src/main/resources/common/message/ListOffsetsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_offsets/v4/response.py b/src/kio/schema/list_offsets/v4/response.py index 3ca24721..a28e1948 100644 --- a/src/kio/schema/list_offsets/v4/response.py +++ b/src/kio/schema/list_offsets/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from ListOffsetsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListOffsetsResponse.json +Generated from ``clients/src/main/resources/common/message/ListOffsetsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_offsets/v5/request.py b/src/kio/schema/list_offsets/v5/request.py index 01678f7d..a66becd0 100644 --- a/src/kio/schema/list_offsets/v5/request.py +++ b/src/kio/schema/list_offsets/v5/request.py @@ -1,7 +1,5 @@ """ -Generated from ListOffsetsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListOffsetsRequest.json +Generated from ``clients/src/main/resources/common/message/ListOffsetsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_offsets/v5/response.py b/src/kio/schema/list_offsets/v5/response.py index 46b10719..16d47664 100644 --- a/src/kio/schema/list_offsets/v5/response.py +++ b/src/kio/schema/list_offsets/v5/response.py @@ -1,7 +1,5 @@ """ -Generated from ListOffsetsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListOffsetsResponse.json +Generated from ``clients/src/main/resources/common/message/ListOffsetsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_offsets/v6/request.py b/src/kio/schema/list_offsets/v6/request.py index 4dd405ec..c4329762 100644 --- a/src/kio/schema/list_offsets/v6/request.py +++ b/src/kio/schema/list_offsets/v6/request.py @@ -1,7 +1,5 @@ """ -Generated from ListOffsetsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListOffsetsRequest.json +Generated from ``clients/src/main/resources/common/message/ListOffsetsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_offsets/v6/response.py b/src/kio/schema/list_offsets/v6/response.py index 48dc04e7..bc5375f6 100644 --- a/src/kio/schema/list_offsets/v6/response.py +++ b/src/kio/schema/list_offsets/v6/response.py @@ -1,7 +1,5 @@ """ -Generated from ListOffsetsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListOffsetsResponse.json +Generated from ``clients/src/main/resources/common/message/ListOffsetsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_offsets/v7/request.py b/src/kio/schema/list_offsets/v7/request.py index 8e2c9963..156c4475 100644 --- a/src/kio/schema/list_offsets/v7/request.py +++ b/src/kio/schema/list_offsets/v7/request.py @@ -1,7 +1,5 @@ """ -Generated from ListOffsetsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListOffsetsRequest.json +Generated from ``clients/src/main/resources/common/message/ListOffsetsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_offsets/v7/response.py b/src/kio/schema/list_offsets/v7/response.py index 22ec1b94..7839069b 100644 --- a/src/kio/schema/list_offsets/v7/response.py +++ b/src/kio/schema/list_offsets/v7/response.py @@ -1,7 +1,5 @@ """ -Generated from ListOffsetsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListOffsetsResponse.json +Generated from ``clients/src/main/resources/common/message/ListOffsetsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_offsets/v8/request.py b/src/kio/schema/list_offsets/v8/request.py index 8f1051c3..a88a5efc 100644 --- a/src/kio/schema/list_offsets/v8/request.py +++ b/src/kio/schema/list_offsets/v8/request.py @@ -1,7 +1,5 @@ """ -Generated from ListOffsetsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListOffsetsRequest.json +Generated from ``clients/src/main/resources/common/message/ListOffsetsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_offsets/v8/response.py b/src/kio/schema/list_offsets/v8/response.py index a6f37297..4c373d02 100644 --- a/src/kio/schema/list_offsets/v8/response.py +++ b/src/kio/schema/list_offsets/v8/response.py @@ -1,7 +1,5 @@ """ -Generated from ListOffsetsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListOffsetsResponse.json +Generated from ``clients/src/main/resources/common/message/ListOffsetsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_partition_reassignments/v0/request.py b/src/kio/schema/list_partition_reassignments/v0/request.py index 7556edcc..3b64eaa3 100644 --- a/src/kio/schema/list_partition_reassignments/v0/request.py +++ b/src/kio/schema/list_partition_reassignments/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from ListPartitionReassignmentsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListPartitionReassignmentsRequest.json +Generated from ``clients/src/main/resources/common/message/ListPartitionReassignmentsRequest.json``. """ import datetime diff --git a/src/kio/schema/list_partition_reassignments/v0/response.py b/src/kio/schema/list_partition_reassignments/v0/response.py index a8463a23..bff1c21d 100644 --- a/src/kio/schema/list_partition_reassignments/v0/response.py +++ b/src/kio/schema/list_partition_reassignments/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from ListPartitionReassignmentsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListPartitionReassignmentsResponse.json +Generated from ``clients/src/main/resources/common/message/ListPartitionReassignmentsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_transactions/v0/request.py b/src/kio/schema/list_transactions/v0/request.py index 6c0e35e2..e5d19032 100644 --- a/src/kio/schema/list_transactions/v0/request.py +++ b/src/kio/schema/list_transactions/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from ListTransactionsRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListTransactionsRequest.json +Generated from ``clients/src/main/resources/common/message/ListTransactionsRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/list_transactions/v0/response.py b/src/kio/schema/list_transactions/v0/response.py index 49543a52..c10effba 100644 --- a/src/kio/schema/list_transactions/v0/response.py +++ b/src/kio/schema/list_transactions/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from ListTransactionsResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ListTransactionsResponse.json +Generated from ``clients/src/main/resources/common/message/ListTransactionsResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v0/request.py b/src/kio/schema/metadata/v0/request.py index a6dcb032..284556dc 100644 --- a/src/kio/schema/metadata/v0/request.py +++ b/src/kio/schema/metadata/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from MetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataRequest.json +Generated from ``clients/src/main/resources/common/message/MetadataRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v0/response.py b/src/kio/schema/metadata/v0/response.py index 37ec965c..871bc994 100644 --- a/src/kio/schema/metadata/v0/response.py +++ b/src/kio/schema/metadata/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from MetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataResponse.json +Generated from ``clients/src/main/resources/common/message/MetadataResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v1/request.py b/src/kio/schema/metadata/v1/request.py index 9b0d7a9d..0dc2c6a8 100644 --- a/src/kio/schema/metadata/v1/request.py +++ b/src/kio/schema/metadata/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from MetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataRequest.json +Generated from ``clients/src/main/resources/common/message/MetadataRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v1/response.py b/src/kio/schema/metadata/v1/response.py index d6f57ebb..85440dea 100644 --- a/src/kio/schema/metadata/v1/response.py +++ b/src/kio/schema/metadata/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from MetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataResponse.json +Generated from ``clients/src/main/resources/common/message/MetadataResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v10/request.py b/src/kio/schema/metadata/v10/request.py index 3718a8aa..45ed50e1 100644 --- a/src/kio/schema/metadata/v10/request.py +++ b/src/kio/schema/metadata/v10/request.py @@ -1,7 +1,5 @@ """ -Generated from MetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataRequest.json +Generated from ``clients/src/main/resources/common/message/MetadataRequest.json``. """ import uuid diff --git a/src/kio/schema/metadata/v10/response.py b/src/kio/schema/metadata/v10/response.py index c3c9544f..2ce84357 100644 --- a/src/kio/schema/metadata/v10/response.py +++ b/src/kio/schema/metadata/v10/response.py @@ -1,7 +1,5 @@ """ -Generated from MetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataResponse.json +Generated from ``clients/src/main/resources/common/message/MetadataResponse.json``. """ import uuid diff --git a/src/kio/schema/metadata/v11/request.py b/src/kio/schema/metadata/v11/request.py index b2a897fe..de2cb0d9 100644 --- a/src/kio/schema/metadata/v11/request.py +++ b/src/kio/schema/metadata/v11/request.py @@ -1,7 +1,5 @@ """ -Generated from MetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataRequest.json +Generated from ``clients/src/main/resources/common/message/MetadataRequest.json``. """ import uuid diff --git a/src/kio/schema/metadata/v11/response.py b/src/kio/schema/metadata/v11/response.py index 9f09ee52..7bc0d2d2 100644 --- a/src/kio/schema/metadata/v11/response.py +++ b/src/kio/schema/metadata/v11/response.py @@ -1,7 +1,5 @@ """ -Generated from MetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataResponse.json +Generated from ``clients/src/main/resources/common/message/MetadataResponse.json``. """ import uuid diff --git a/src/kio/schema/metadata/v12/request.py b/src/kio/schema/metadata/v12/request.py index 840ee523..d7b36278 100644 --- a/src/kio/schema/metadata/v12/request.py +++ b/src/kio/schema/metadata/v12/request.py @@ -1,7 +1,5 @@ """ -Generated from MetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataRequest.json +Generated from ``clients/src/main/resources/common/message/MetadataRequest.json``. """ import uuid diff --git a/src/kio/schema/metadata/v12/response.py b/src/kio/schema/metadata/v12/response.py index 69db3076..d2f5adf6 100644 --- a/src/kio/schema/metadata/v12/response.py +++ b/src/kio/schema/metadata/v12/response.py @@ -1,7 +1,5 @@ """ -Generated from MetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataResponse.json +Generated from ``clients/src/main/resources/common/message/MetadataResponse.json``. """ import uuid diff --git a/src/kio/schema/metadata/v2/request.py b/src/kio/schema/metadata/v2/request.py index f06aeba1..04e41f53 100644 --- a/src/kio/schema/metadata/v2/request.py +++ b/src/kio/schema/metadata/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from MetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataRequest.json +Generated from ``clients/src/main/resources/common/message/MetadataRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v2/response.py b/src/kio/schema/metadata/v2/response.py index 3a7646ce..d446ee5e 100644 --- a/src/kio/schema/metadata/v2/response.py +++ b/src/kio/schema/metadata/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from MetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataResponse.json +Generated from ``clients/src/main/resources/common/message/MetadataResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v3/request.py b/src/kio/schema/metadata/v3/request.py index e86c5fd2..7358cc27 100644 --- a/src/kio/schema/metadata/v3/request.py +++ b/src/kio/schema/metadata/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from MetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataRequest.json +Generated from ``clients/src/main/resources/common/message/MetadataRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v3/response.py b/src/kio/schema/metadata/v3/response.py index d25d3800..4681f30d 100644 --- a/src/kio/schema/metadata/v3/response.py +++ b/src/kio/schema/metadata/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from MetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataResponse.json +Generated from ``clients/src/main/resources/common/message/MetadataResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v4/request.py b/src/kio/schema/metadata/v4/request.py index f2e443f8..d88bd362 100644 --- a/src/kio/schema/metadata/v4/request.py +++ b/src/kio/schema/metadata/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from MetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataRequest.json +Generated from ``clients/src/main/resources/common/message/MetadataRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v4/response.py b/src/kio/schema/metadata/v4/response.py index a1d26f44..d1c5ebaf 100644 --- a/src/kio/schema/metadata/v4/response.py +++ b/src/kio/schema/metadata/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from MetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataResponse.json +Generated from ``clients/src/main/resources/common/message/MetadataResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v5/request.py b/src/kio/schema/metadata/v5/request.py index 2fec815d..0036cb50 100644 --- a/src/kio/schema/metadata/v5/request.py +++ b/src/kio/schema/metadata/v5/request.py @@ -1,7 +1,5 @@ """ -Generated from MetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataRequest.json +Generated from ``clients/src/main/resources/common/message/MetadataRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v5/response.py b/src/kio/schema/metadata/v5/response.py index c1e2aacd..254e588c 100644 --- a/src/kio/schema/metadata/v5/response.py +++ b/src/kio/schema/metadata/v5/response.py @@ -1,7 +1,5 @@ """ -Generated from MetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataResponse.json +Generated from ``clients/src/main/resources/common/message/MetadataResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v6/request.py b/src/kio/schema/metadata/v6/request.py index 45a7afd5..89910c8c 100644 --- a/src/kio/schema/metadata/v6/request.py +++ b/src/kio/schema/metadata/v6/request.py @@ -1,7 +1,5 @@ """ -Generated from MetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataRequest.json +Generated from ``clients/src/main/resources/common/message/MetadataRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v6/response.py b/src/kio/schema/metadata/v6/response.py index 59578962..0aa4fb23 100644 --- a/src/kio/schema/metadata/v6/response.py +++ b/src/kio/schema/metadata/v6/response.py @@ -1,7 +1,5 @@ """ -Generated from MetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataResponse.json +Generated from ``clients/src/main/resources/common/message/MetadataResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v7/request.py b/src/kio/schema/metadata/v7/request.py index a140c091..e268d3f3 100644 --- a/src/kio/schema/metadata/v7/request.py +++ b/src/kio/schema/metadata/v7/request.py @@ -1,7 +1,5 @@ """ -Generated from MetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataRequest.json +Generated from ``clients/src/main/resources/common/message/MetadataRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v7/response.py b/src/kio/schema/metadata/v7/response.py index e07c86bb..f2c6c4ba 100644 --- a/src/kio/schema/metadata/v7/response.py +++ b/src/kio/schema/metadata/v7/response.py @@ -1,7 +1,5 @@ """ -Generated from MetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataResponse.json +Generated from ``clients/src/main/resources/common/message/MetadataResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v8/request.py b/src/kio/schema/metadata/v8/request.py index c5e96e65..57ea4cba 100644 --- a/src/kio/schema/metadata/v8/request.py +++ b/src/kio/schema/metadata/v8/request.py @@ -1,7 +1,5 @@ """ -Generated from MetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataRequest.json +Generated from ``clients/src/main/resources/common/message/MetadataRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v8/response.py b/src/kio/schema/metadata/v8/response.py index a33b777e..0965a8ff 100644 --- a/src/kio/schema/metadata/v8/response.py +++ b/src/kio/schema/metadata/v8/response.py @@ -1,7 +1,5 @@ """ -Generated from MetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataResponse.json +Generated from ``clients/src/main/resources/common/message/MetadataResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v9/request.py b/src/kio/schema/metadata/v9/request.py index ebf30c2d..fa5a181c 100644 --- a/src/kio/schema/metadata/v9/request.py +++ b/src/kio/schema/metadata/v9/request.py @@ -1,7 +1,5 @@ """ -Generated from MetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataRequest.json +Generated from ``clients/src/main/resources/common/message/MetadataRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/metadata/v9/response.py b/src/kio/schema/metadata/v9/response.py index a0d2a7e7..7010e636 100644 --- a/src/kio/schema/metadata/v9/response.py +++ b/src/kio/schema/metadata/v9/response.py @@ -1,7 +1,5 @@ """ -Generated from MetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/MetadataResponse.json +Generated from ``clients/src/main/resources/common/message/MetadataResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_commit/v0/request.py b/src/kio/schema/offset_commit/v0/request.py index f2cc491f..75f3fff8 100644 --- a/src/kio/schema/offset_commit/v0/request.py +++ b/src/kio/schema/offset_commit/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_commit/v0/response.py b/src/kio/schema/offset_commit/v0/response.py index 9db8f7c5..90638563 100644 --- a/src/kio/schema/offset_commit/v0/response.py +++ b/src/kio/schema/offset_commit/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_commit/v1/request.py b/src/kio/schema/offset_commit/v1/request.py index e03e6bd0..0c0e0273 100644 --- a/src/kio/schema/offset_commit/v1/request.py +++ b/src/kio/schema/offset_commit/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_commit/v1/response.py b/src/kio/schema/offset_commit/v1/response.py index a1b5e4e6..29eb9082 100644 --- a/src/kio/schema/offset_commit/v1/response.py +++ b/src/kio/schema/offset_commit/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_commit/v2/request.py b/src/kio/schema/offset_commit/v2/request.py index 18a13c81..1b0def56 100644 --- a/src/kio/schema/offset_commit/v2/request.py +++ b/src/kio/schema/offset_commit/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitRequest.json``. """ import datetime diff --git a/src/kio/schema/offset_commit/v2/response.py b/src/kio/schema/offset_commit/v2/response.py index be7b9738..7774f2ca 100644 --- a/src/kio/schema/offset_commit/v2/response.py +++ b/src/kio/schema/offset_commit/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_commit/v3/request.py b/src/kio/schema/offset_commit/v3/request.py index a5e9bfa3..f5f345f7 100644 --- a/src/kio/schema/offset_commit/v3/request.py +++ b/src/kio/schema/offset_commit/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitRequest.json``. """ import datetime diff --git a/src/kio/schema/offset_commit/v3/response.py b/src/kio/schema/offset_commit/v3/response.py index 5a04a088..3eb7951c 100644 --- a/src/kio/schema/offset_commit/v3/response.py +++ b/src/kio/schema/offset_commit/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_commit/v4/request.py b/src/kio/schema/offset_commit/v4/request.py index a21ab69e..4560b2aa 100644 --- a/src/kio/schema/offset_commit/v4/request.py +++ b/src/kio/schema/offset_commit/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitRequest.json``. """ import datetime diff --git a/src/kio/schema/offset_commit/v4/response.py b/src/kio/schema/offset_commit/v4/response.py index 8a75e823..0d3f57da 100644 --- a/src/kio/schema/offset_commit/v4/response.py +++ b/src/kio/schema/offset_commit/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_commit/v5/request.py b/src/kio/schema/offset_commit/v5/request.py index d2205115..b0bdcdbc 100644 --- a/src/kio/schema/offset_commit/v5/request.py +++ b/src/kio/schema/offset_commit/v5/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_commit/v5/response.py b/src/kio/schema/offset_commit/v5/response.py index f45c5908..55bd7627 100644 --- a/src/kio/schema/offset_commit/v5/response.py +++ b/src/kio/schema/offset_commit/v5/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_commit/v6/request.py b/src/kio/schema/offset_commit/v6/request.py index c501a244..09551ff9 100644 --- a/src/kio/schema/offset_commit/v6/request.py +++ b/src/kio/schema/offset_commit/v6/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_commit/v6/response.py b/src/kio/schema/offset_commit/v6/response.py index eb70ee4d..0ec0518f 100644 --- a/src/kio/schema/offset_commit/v6/response.py +++ b/src/kio/schema/offset_commit/v6/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_commit/v7/request.py b/src/kio/schema/offset_commit/v7/request.py index 285236af..dd6ccc38 100644 --- a/src/kio/schema/offset_commit/v7/request.py +++ b/src/kio/schema/offset_commit/v7/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_commit/v7/response.py b/src/kio/schema/offset_commit/v7/response.py index 9340864e..ef82d29f 100644 --- a/src/kio/schema/offset_commit/v7/response.py +++ b/src/kio/schema/offset_commit/v7/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_commit/v8/request.py b/src/kio/schema/offset_commit/v8/request.py index bcd2c3e0..d27872ed 100644 --- a/src/kio/schema/offset_commit/v8/request.py +++ b/src/kio/schema/offset_commit/v8/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_commit/v8/response.py b/src/kio/schema/offset_commit/v8/response.py index 15836db5..54c0a770 100644 --- a/src/kio/schema/offset_commit/v8/response.py +++ b/src/kio/schema/offset_commit/v8/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_commit/v9/request.py b/src/kio/schema/offset_commit/v9/request.py index 87c8c7f6..129ce793 100644 --- a/src/kio/schema/offset_commit/v9/request.py +++ b/src/kio/schema/offset_commit/v9/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_commit/v9/response.py b/src/kio/schema/offset_commit/v9/response.py index 5ba91755..f7704d7d 100644 --- a/src/kio/schema/offset_commit/v9/response.py +++ b/src/kio/schema/offset_commit/v9/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetCommitResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetCommitResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetCommitResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_delete/v0/request.py b/src/kio/schema/offset_delete/v0/request.py index a036fad6..6ed18ccb 100644 --- a/src/kio/schema/offset_delete/v0/request.py +++ b/src/kio/schema/offset_delete/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetDeleteRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetDeleteRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetDeleteRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_delete/v0/response.py b/src/kio/schema/offset_delete/v0/response.py index 7e608163..48369ee2 100644 --- a/src/kio/schema/offset_delete/v0/response.py +++ b/src/kio/schema/offset_delete/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetDeleteResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetDeleteResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetDeleteResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_fetch/v0/request.py b/src/kio/schema/offset_fetch/v0/request.py index d45e1d90..ee41e9c2 100644 --- a/src/kio/schema/offset_fetch/v0/request.py +++ b/src/kio/schema/offset_fetch/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetFetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetFetchRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetFetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_fetch/v0/response.py b/src/kio/schema/offset_fetch/v0/response.py index 82f8d085..615c77b3 100644 --- a/src/kio/schema/offset_fetch/v0/response.py +++ b/src/kio/schema/offset_fetch/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetFetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetFetchResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetFetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_fetch/v1/request.py b/src/kio/schema/offset_fetch/v1/request.py index 51494f09..e6e27205 100644 --- a/src/kio/schema/offset_fetch/v1/request.py +++ b/src/kio/schema/offset_fetch/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetFetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetFetchRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetFetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_fetch/v1/response.py b/src/kio/schema/offset_fetch/v1/response.py index ee1289d9..196fb34e 100644 --- a/src/kio/schema/offset_fetch/v1/response.py +++ b/src/kio/schema/offset_fetch/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetFetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetFetchResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetFetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_fetch/v2/request.py b/src/kio/schema/offset_fetch/v2/request.py index 6c83178c..3eb68741 100644 --- a/src/kio/schema/offset_fetch/v2/request.py +++ b/src/kio/schema/offset_fetch/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetFetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetFetchRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetFetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_fetch/v2/response.py b/src/kio/schema/offset_fetch/v2/response.py index fccdd0c1..190f1f71 100644 --- a/src/kio/schema/offset_fetch/v2/response.py +++ b/src/kio/schema/offset_fetch/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetFetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetFetchResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetFetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_fetch/v3/request.py b/src/kio/schema/offset_fetch/v3/request.py index 5f3cc6f8..78991b67 100644 --- a/src/kio/schema/offset_fetch/v3/request.py +++ b/src/kio/schema/offset_fetch/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetFetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetFetchRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetFetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_fetch/v3/response.py b/src/kio/schema/offset_fetch/v3/response.py index c6cb4167..c86af1ff 100644 --- a/src/kio/schema/offset_fetch/v3/response.py +++ b/src/kio/schema/offset_fetch/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetFetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetFetchResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetFetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_fetch/v4/request.py b/src/kio/schema/offset_fetch/v4/request.py index 67ab1758..588a08b8 100644 --- a/src/kio/schema/offset_fetch/v4/request.py +++ b/src/kio/schema/offset_fetch/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetFetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetFetchRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetFetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_fetch/v4/response.py b/src/kio/schema/offset_fetch/v4/response.py index 0fa396a9..38050d84 100644 --- a/src/kio/schema/offset_fetch/v4/response.py +++ b/src/kio/schema/offset_fetch/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetFetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetFetchResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetFetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_fetch/v5/request.py b/src/kio/schema/offset_fetch/v5/request.py index 71544ebe..623cec9d 100644 --- a/src/kio/schema/offset_fetch/v5/request.py +++ b/src/kio/schema/offset_fetch/v5/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetFetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetFetchRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetFetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_fetch/v5/response.py b/src/kio/schema/offset_fetch/v5/response.py index e63044f4..46e907b4 100644 --- a/src/kio/schema/offset_fetch/v5/response.py +++ b/src/kio/schema/offset_fetch/v5/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetFetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetFetchResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetFetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_fetch/v6/request.py b/src/kio/schema/offset_fetch/v6/request.py index c3f922cf..c028debe 100644 --- a/src/kio/schema/offset_fetch/v6/request.py +++ b/src/kio/schema/offset_fetch/v6/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetFetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetFetchRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetFetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_fetch/v6/response.py b/src/kio/schema/offset_fetch/v6/response.py index bc634ded..11163664 100644 --- a/src/kio/schema/offset_fetch/v6/response.py +++ b/src/kio/schema/offset_fetch/v6/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetFetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetFetchResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetFetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_fetch/v7/request.py b/src/kio/schema/offset_fetch/v7/request.py index c9653a63..5053ce82 100644 --- a/src/kio/schema/offset_fetch/v7/request.py +++ b/src/kio/schema/offset_fetch/v7/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetFetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetFetchRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetFetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_fetch/v7/response.py b/src/kio/schema/offset_fetch/v7/response.py index 50776f04..4967b33a 100644 --- a/src/kio/schema/offset_fetch/v7/response.py +++ b/src/kio/schema/offset_fetch/v7/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetFetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetFetchResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetFetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_fetch/v8/request.py b/src/kio/schema/offset_fetch/v8/request.py index 9d811f55..08c5f2d4 100644 --- a/src/kio/schema/offset_fetch/v8/request.py +++ b/src/kio/schema/offset_fetch/v8/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetFetchRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetFetchRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetFetchRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_fetch/v8/response.py b/src/kio/schema/offset_fetch/v8/response.py index 482f094d..f4da8be9 100644 --- a/src/kio/schema/offset_fetch/v8/response.py +++ b/src/kio/schema/offset_fetch/v8/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetFetchResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetFetchResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetFetchResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_for_leader_epoch/v0/request.py b/src/kio/schema/offset_for_leader_epoch/v0/request.py index 17a94248..fabbc14c 100644 --- a/src/kio/schema/offset_for_leader_epoch/v0/request.py +++ b/src/kio/schema/offset_for_leader_epoch/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetForLeaderEpochRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetForLeaderEpochRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetForLeaderEpochRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_for_leader_epoch/v0/response.py b/src/kio/schema/offset_for_leader_epoch/v0/response.py index ed47cef0..3020b11c 100644 --- a/src/kio/schema/offset_for_leader_epoch/v0/response.py +++ b/src/kio/schema/offset_for_leader_epoch/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetForLeaderEpochResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetForLeaderEpochResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetForLeaderEpochResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_for_leader_epoch/v1/request.py b/src/kio/schema/offset_for_leader_epoch/v1/request.py index 952090ca..802e6363 100644 --- a/src/kio/schema/offset_for_leader_epoch/v1/request.py +++ b/src/kio/schema/offset_for_leader_epoch/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetForLeaderEpochRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetForLeaderEpochRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetForLeaderEpochRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_for_leader_epoch/v1/response.py b/src/kio/schema/offset_for_leader_epoch/v1/response.py index 13e962b2..b3ed3102 100644 --- a/src/kio/schema/offset_for_leader_epoch/v1/response.py +++ b/src/kio/schema/offset_for_leader_epoch/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetForLeaderEpochResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetForLeaderEpochResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetForLeaderEpochResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_for_leader_epoch/v2/request.py b/src/kio/schema/offset_for_leader_epoch/v2/request.py index f5cc77f6..3888ea80 100644 --- a/src/kio/schema/offset_for_leader_epoch/v2/request.py +++ b/src/kio/schema/offset_for_leader_epoch/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetForLeaderEpochRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetForLeaderEpochRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetForLeaderEpochRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_for_leader_epoch/v2/response.py b/src/kio/schema/offset_for_leader_epoch/v2/response.py index e034d2ea..d2366385 100644 --- a/src/kio/schema/offset_for_leader_epoch/v2/response.py +++ b/src/kio/schema/offset_for_leader_epoch/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetForLeaderEpochResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetForLeaderEpochResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetForLeaderEpochResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_for_leader_epoch/v3/request.py b/src/kio/schema/offset_for_leader_epoch/v3/request.py index 8e21ef40..8705769c 100644 --- a/src/kio/schema/offset_for_leader_epoch/v3/request.py +++ b/src/kio/schema/offset_for_leader_epoch/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetForLeaderEpochRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetForLeaderEpochRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetForLeaderEpochRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_for_leader_epoch/v3/response.py b/src/kio/schema/offset_for_leader_epoch/v3/response.py index 49d171f7..6063c4cf 100644 --- a/src/kio/schema/offset_for_leader_epoch/v3/response.py +++ b/src/kio/schema/offset_for_leader_epoch/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetForLeaderEpochResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetForLeaderEpochResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetForLeaderEpochResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_for_leader_epoch/v4/request.py b/src/kio/schema/offset_for_leader_epoch/v4/request.py index f5a54e16..2f027077 100644 --- a/src/kio/schema/offset_for_leader_epoch/v4/request.py +++ b/src/kio/schema/offset_for_leader_epoch/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from OffsetForLeaderEpochRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetForLeaderEpochRequest.json +Generated from ``clients/src/main/resources/common/message/OffsetForLeaderEpochRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/offset_for_leader_epoch/v4/response.py b/src/kio/schema/offset_for_leader_epoch/v4/response.py index 4a5eed5d..87996a82 100644 --- a/src/kio/schema/offset_for_leader_epoch/v4/response.py +++ b/src/kio/schema/offset_for_leader_epoch/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from OffsetForLeaderEpochResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/OffsetForLeaderEpochResponse.json +Generated from ``clients/src/main/resources/common/message/OffsetForLeaderEpochResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/produce/v0/request.py b/src/kio/schema/produce/v0/request.py index 66cdbbf0..86291d7c 100644 --- a/src/kio/schema/produce/v0/request.py +++ b/src/kio/schema/produce/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from ProduceRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceRequest.json +Generated from ``clients/src/main/resources/common/message/ProduceRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/produce/v0/response.py b/src/kio/schema/produce/v0/response.py index 775fcf6f..04018c55 100644 --- a/src/kio/schema/produce/v0/response.py +++ b/src/kio/schema/produce/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from ProduceResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceResponse.json +Generated from ``clients/src/main/resources/common/message/ProduceResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/produce/v1/request.py b/src/kio/schema/produce/v1/request.py index 5be4eac8..93ebc8a3 100644 --- a/src/kio/schema/produce/v1/request.py +++ b/src/kio/schema/produce/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from ProduceRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceRequest.json +Generated from ``clients/src/main/resources/common/message/ProduceRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/produce/v1/response.py b/src/kio/schema/produce/v1/response.py index d5a3ed7f..9afe3791 100644 --- a/src/kio/schema/produce/v1/response.py +++ b/src/kio/schema/produce/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from ProduceResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceResponse.json +Generated from ``clients/src/main/resources/common/message/ProduceResponse.json``. """ import datetime diff --git a/src/kio/schema/produce/v2/request.py b/src/kio/schema/produce/v2/request.py index 6676a547..0c8ab878 100644 --- a/src/kio/schema/produce/v2/request.py +++ b/src/kio/schema/produce/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from ProduceRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceRequest.json +Generated from ``clients/src/main/resources/common/message/ProduceRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/produce/v2/response.py b/src/kio/schema/produce/v2/response.py index b81caebf..79076fb5 100644 --- a/src/kio/schema/produce/v2/response.py +++ b/src/kio/schema/produce/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from ProduceResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceResponse.json +Generated from ``clients/src/main/resources/common/message/ProduceResponse.json``. """ import datetime diff --git a/src/kio/schema/produce/v3/request.py b/src/kio/schema/produce/v3/request.py index 2d25ce4d..daa975af 100644 --- a/src/kio/schema/produce/v3/request.py +++ b/src/kio/schema/produce/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from ProduceRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceRequest.json +Generated from ``clients/src/main/resources/common/message/ProduceRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/produce/v3/response.py b/src/kio/schema/produce/v3/response.py index e1f71e69..e12534d9 100644 --- a/src/kio/schema/produce/v3/response.py +++ b/src/kio/schema/produce/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from ProduceResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceResponse.json +Generated from ``clients/src/main/resources/common/message/ProduceResponse.json``. """ import datetime diff --git a/src/kio/schema/produce/v4/request.py b/src/kio/schema/produce/v4/request.py index 1e925e3c..3bff4a52 100644 --- a/src/kio/schema/produce/v4/request.py +++ b/src/kio/schema/produce/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from ProduceRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceRequest.json +Generated from ``clients/src/main/resources/common/message/ProduceRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/produce/v4/response.py b/src/kio/schema/produce/v4/response.py index 9622b600..e01aadbf 100644 --- a/src/kio/schema/produce/v4/response.py +++ b/src/kio/schema/produce/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from ProduceResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceResponse.json +Generated from ``clients/src/main/resources/common/message/ProduceResponse.json``. """ import datetime diff --git a/src/kio/schema/produce/v5/request.py b/src/kio/schema/produce/v5/request.py index c2a54974..2a86b675 100644 --- a/src/kio/schema/produce/v5/request.py +++ b/src/kio/schema/produce/v5/request.py @@ -1,7 +1,5 @@ """ -Generated from ProduceRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceRequest.json +Generated from ``clients/src/main/resources/common/message/ProduceRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/produce/v5/response.py b/src/kio/schema/produce/v5/response.py index 5b7bee53..b19d1948 100644 --- a/src/kio/schema/produce/v5/response.py +++ b/src/kio/schema/produce/v5/response.py @@ -1,7 +1,5 @@ """ -Generated from ProduceResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceResponse.json +Generated from ``clients/src/main/resources/common/message/ProduceResponse.json``. """ import datetime diff --git a/src/kio/schema/produce/v6/request.py b/src/kio/schema/produce/v6/request.py index 6e052883..c76b9c5b 100644 --- a/src/kio/schema/produce/v6/request.py +++ b/src/kio/schema/produce/v6/request.py @@ -1,7 +1,5 @@ """ -Generated from ProduceRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceRequest.json +Generated from ``clients/src/main/resources/common/message/ProduceRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/produce/v6/response.py b/src/kio/schema/produce/v6/response.py index 1db0247a..8c776044 100644 --- a/src/kio/schema/produce/v6/response.py +++ b/src/kio/schema/produce/v6/response.py @@ -1,7 +1,5 @@ """ -Generated from ProduceResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceResponse.json +Generated from ``clients/src/main/resources/common/message/ProduceResponse.json``. """ import datetime diff --git a/src/kio/schema/produce/v7/request.py b/src/kio/schema/produce/v7/request.py index cacd406a..ba237b4e 100644 --- a/src/kio/schema/produce/v7/request.py +++ b/src/kio/schema/produce/v7/request.py @@ -1,7 +1,5 @@ """ -Generated from ProduceRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceRequest.json +Generated from ``clients/src/main/resources/common/message/ProduceRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/produce/v7/response.py b/src/kio/schema/produce/v7/response.py index d031cb50..6a1d1cfc 100644 --- a/src/kio/schema/produce/v7/response.py +++ b/src/kio/schema/produce/v7/response.py @@ -1,7 +1,5 @@ """ -Generated from ProduceResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceResponse.json +Generated from ``clients/src/main/resources/common/message/ProduceResponse.json``. """ import datetime diff --git a/src/kio/schema/produce/v8/request.py b/src/kio/schema/produce/v8/request.py index 88821d7f..ebd3bfc4 100644 --- a/src/kio/schema/produce/v8/request.py +++ b/src/kio/schema/produce/v8/request.py @@ -1,7 +1,5 @@ """ -Generated from ProduceRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceRequest.json +Generated from ``clients/src/main/resources/common/message/ProduceRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/produce/v8/response.py b/src/kio/schema/produce/v8/response.py index d5d799ff..0b5e5cde 100644 --- a/src/kio/schema/produce/v8/response.py +++ b/src/kio/schema/produce/v8/response.py @@ -1,7 +1,5 @@ """ -Generated from ProduceResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceResponse.json +Generated from ``clients/src/main/resources/common/message/ProduceResponse.json``. """ import datetime diff --git a/src/kio/schema/produce/v9/request.py b/src/kio/schema/produce/v9/request.py index 9278ee74..801a5436 100644 --- a/src/kio/schema/produce/v9/request.py +++ b/src/kio/schema/produce/v9/request.py @@ -1,7 +1,5 @@ """ -Generated from ProduceRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceRequest.json +Generated from ``clients/src/main/resources/common/message/ProduceRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/produce/v9/response.py b/src/kio/schema/produce/v9/response.py index 8085c759..c4e8713c 100644 --- a/src/kio/schema/produce/v9/response.py +++ b/src/kio/schema/produce/v9/response.py @@ -1,7 +1,5 @@ """ -Generated from ProduceResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ProduceResponse.json +Generated from ``clients/src/main/resources/common/message/ProduceResponse.json``. """ import datetime diff --git a/src/kio/schema/renew_delegation_token/v0/request.py b/src/kio/schema/renew_delegation_token/v0/request.py index af67d74c..cd410027 100644 --- a/src/kio/schema/renew_delegation_token/v0/request.py +++ b/src/kio/schema/renew_delegation_token/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from RenewDelegationTokenRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/RenewDelegationTokenRequest.json +Generated from ``clients/src/main/resources/common/message/RenewDelegationTokenRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/renew_delegation_token/v0/response.py b/src/kio/schema/renew_delegation_token/v0/response.py index 1d80ad1c..78668f5e 100644 --- a/src/kio/schema/renew_delegation_token/v0/response.py +++ b/src/kio/schema/renew_delegation_token/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from RenewDelegationTokenResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/RenewDelegationTokenResponse.json +Generated from ``clients/src/main/resources/common/message/RenewDelegationTokenResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/renew_delegation_token/v1/request.py b/src/kio/schema/renew_delegation_token/v1/request.py index 520c2c31..0134a905 100644 --- a/src/kio/schema/renew_delegation_token/v1/request.py +++ b/src/kio/schema/renew_delegation_token/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from RenewDelegationTokenRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/RenewDelegationTokenRequest.json +Generated from ``clients/src/main/resources/common/message/RenewDelegationTokenRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/renew_delegation_token/v1/response.py b/src/kio/schema/renew_delegation_token/v1/response.py index 1062672c..1278b835 100644 --- a/src/kio/schema/renew_delegation_token/v1/response.py +++ b/src/kio/schema/renew_delegation_token/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from RenewDelegationTokenResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/RenewDelegationTokenResponse.json +Generated from ``clients/src/main/resources/common/message/RenewDelegationTokenResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/renew_delegation_token/v2/request.py b/src/kio/schema/renew_delegation_token/v2/request.py index 6fea7244..6bf0bfd8 100644 --- a/src/kio/schema/renew_delegation_token/v2/request.py +++ b/src/kio/schema/renew_delegation_token/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from RenewDelegationTokenRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/RenewDelegationTokenRequest.json +Generated from ``clients/src/main/resources/common/message/RenewDelegationTokenRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/renew_delegation_token/v2/response.py b/src/kio/schema/renew_delegation_token/v2/response.py index a9969719..49d123e6 100644 --- a/src/kio/schema/renew_delegation_token/v2/response.py +++ b/src/kio/schema/renew_delegation_token/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from RenewDelegationTokenResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/RenewDelegationTokenResponse.json +Generated from ``clients/src/main/resources/common/message/RenewDelegationTokenResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/request_header/v0/header.py b/src/kio/schema/request_header/v0/header.py index 2db898e1..f11687e3 100644 --- a/src/kio/schema/request_header/v0/header.py +++ b/src/kio/schema/request_header/v0/header.py @@ -1,7 +1,5 @@ """ -Generated from RequestHeader.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/RequestHeader.json +Generated from ``clients/src/main/resources/common/message/RequestHeader.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/request_header/v1/header.py b/src/kio/schema/request_header/v1/header.py index c1b51370..074cf056 100644 --- a/src/kio/schema/request_header/v1/header.py +++ b/src/kio/schema/request_header/v1/header.py @@ -1,7 +1,5 @@ """ -Generated from RequestHeader.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/RequestHeader.json +Generated from ``clients/src/main/resources/common/message/RequestHeader.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/request_header/v2/header.py b/src/kio/schema/request_header/v2/header.py index 339f43d7..3e8be6e1 100644 --- a/src/kio/schema/request_header/v2/header.py +++ b/src/kio/schema/request_header/v2/header.py @@ -1,7 +1,5 @@ """ -Generated from RequestHeader.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/RequestHeader.json +Generated from ``clients/src/main/resources/common/message/RequestHeader.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/response_header/v0/header.py b/src/kio/schema/response_header/v0/header.py index a8326ec6..8957f79d 100644 --- a/src/kio/schema/response_header/v0/header.py +++ b/src/kio/schema/response_header/v0/header.py @@ -1,7 +1,5 @@ """ -Generated from ResponseHeader.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ResponseHeader.json +Generated from ``clients/src/main/resources/common/message/ResponseHeader.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/response_header/v1/header.py b/src/kio/schema/response_header/v1/header.py index d6eb1f1b..1bbd16bb 100644 --- a/src/kio/schema/response_header/v1/header.py +++ b/src/kio/schema/response_header/v1/header.py @@ -1,7 +1,5 @@ """ -Generated from ResponseHeader.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/ResponseHeader.json +Generated from ``clients/src/main/resources/common/message/ResponseHeader.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sasl_authenticate/v0/request.py b/src/kio/schema/sasl_authenticate/v0/request.py index db505470..065a6595 100644 --- a/src/kio/schema/sasl_authenticate/v0/request.py +++ b/src/kio/schema/sasl_authenticate/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from SaslAuthenticateRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SaslAuthenticateRequest.json +Generated from ``clients/src/main/resources/common/message/SaslAuthenticateRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sasl_authenticate/v0/response.py b/src/kio/schema/sasl_authenticate/v0/response.py index 0a5ee500..ea5616c7 100644 --- a/src/kio/schema/sasl_authenticate/v0/response.py +++ b/src/kio/schema/sasl_authenticate/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from SaslAuthenticateResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SaslAuthenticateResponse.json +Generated from ``clients/src/main/resources/common/message/SaslAuthenticateResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sasl_authenticate/v1/request.py b/src/kio/schema/sasl_authenticate/v1/request.py index 4346c575..3ae6c067 100644 --- a/src/kio/schema/sasl_authenticate/v1/request.py +++ b/src/kio/schema/sasl_authenticate/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from SaslAuthenticateRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SaslAuthenticateRequest.json +Generated from ``clients/src/main/resources/common/message/SaslAuthenticateRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sasl_authenticate/v1/response.py b/src/kio/schema/sasl_authenticate/v1/response.py index f51ffcd3..63cb0b04 100644 --- a/src/kio/schema/sasl_authenticate/v1/response.py +++ b/src/kio/schema/sasl_authenticate/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from SaslAuthenticateResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SaslAuthenticateResponse.json +Generated from ``clients/src/main/resources/common/message/SaslAuthenticateResponse.json``. """ import datetime diff --git a/src/kio/schema/sasl_authenticate/v2/request.py b/src/kio/schema/sasl_authenticate/v2/request.py index f3bedb90..0d047dd8 100644 --- a/src/kio/schema/sasl_authenticate/v2/request.py +++ b/src/kio/schema/sasl_authenticate/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from SaslAuthenticateRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SaslAuthenticateRequest.json +Generated from ``clients/src/main/resources/common/message/SaslAuthenticateRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sasl_authenticate/v2/response.py b/src/kio/schema/sasl_authenticate/v2/response.py index 0b8e9582..4a06b4f1 100644 --- a/src/kio/schema/sasl_authenticate/v2/response.py +++ b/src/kio/schema/sasl_authenticate/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from SaslAuthenticateResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SaslAuthenticateResponse.json +Generated from ``clients/src/main/resources/common/message/SaslAuthenticateResponse.json``. """ import datetime diff --git a/src/kio/schema/sasl_handshake/v0/request.py b/src/kio/schema/sasl_handshake/v0/request.py index af95ebc9..f88b2cab 100644 --- a/src/kio/schema/sasl_handshake/v0/request.py +++ b/src/kio/schema/sasl_handshake/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from SaslHandshakeRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SaslHandshakeRequest.json +Generated from ``clients/src/main/resources/common/message/SaslHandshakeRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sasl_handshake/v0/response.py b/src/kio/schema/sasl_handshake/v0/response.py index 1666eaf5..81c760ca 100644 --- a/src/kio/schema/sasl_handshake/v0/response.py +++ b/src/kio/schema/sasl_handshake/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from SaslHandshakeResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SaslHandshakeResponse.json +Generated from ``clients/src/main/resources/common/message/SaslHandshakeResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sasl_handshake/v1/request.py b/src/kio/schema/sasl_handshake/v1/request.py index 524f93b8..1e8bccea 100644 --- a/src/kio/schema/sasl_handshake/v1/request.py +++ b/src/kio/schema/sasl_handshake/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from SaslHandshakeRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SaslHandshakeRequest.json +Generated from ``clients/src/main/resources/common/message/SaslHandshakeRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sasl_handshake/v1/response.py b/src/kio/schema/sasl_handshake/v1/response.py index 21d6ae3a..e875e38b 100644 --- a/src/kio/schema/sasl_handshake/v1/response.py +++ b/src/kio/schema/sasl_handshake/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from SaslHandshakeResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SaslHandshakeResponse.json +Generated from ``clients/src/main/resources/common/message/SaslHandshakeResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/snapshot_footer_record/v0/data.py b/src/kio/schema/snapshot_footer_record/v0/data.py index 07a20e76..dbfa5a9a 100644 --- a/src/kio/schema/snapshot_footer_record/v0/data.py +++ b/src/kio/schema/snapshot_footer_record/v0/data.py @@ -1,7 +1,5 @@ """ -Generated from SnapshotFooterRecord.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SnapshotFooterRecord.json +Generated from ``clients/src/main/resources/common/message/SnapshotFooterRecord.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/snapshot_header_record/v0/data.py b/src/kio/schema/snapshot_header_record/v0/data.py index 0e4b8b4d..7915a4e4 100644 --- a/src/kio/schema/snapshot_header_record/v0/data.py +++ b/src/kio/schema/snapshot_header_record/v0/data.py @@ -1,7 +1,5 @@ """ -Generated from SnapshotHeaderRecord.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SnapshotHeaderRecord.json +Generated from ``clients/src/main/resources/common/message/SnapshotHeaderRecord.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/stop_replica/v0/request.py b/src/kio/schema/stop_replica/v0/request.py index eb207970..1b16c400 100644 --- a/src/kio/schema/stop_replica/v0/request.py +++ b/src/kio/schema/stop_replica/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from StopReplicaRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/StopReplicaRequest.json +Generated from ``clients/src/main/resources/common/message/StopReplicaRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/stop_replica/v0/response.py b/src/kio/schema/stop_replica/v0/response.py index b4a58ea4..6ca56704 100644 --- a/src/kio/schema/stop_replica/v0/response.py +++ b/src/kio/schema/stop_replica/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from StopReplicaResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/StopReplicaResponse.json +Generated from ``clients/src/main/resources/common/message/StopReplicaResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/stop_replica/v1/request.py b/src/kio/schema/stop_replica/v1/request.py index 657dce4d..284bf07b 100644 --- a/src/kio/schema/stop_replica/v1/request.py +++ b/src/kio/schema/stop_replica/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from StopReplicaRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/StopReplicaRequest.json +Generated from ``clients/src/main/resources/common/message/StopReplicaRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/stop_replica/v1/response.py b/src/kio/schema/stop_replica/v1/response.py index 5816d7f4..c6eb0d0e 100644 --- a/src/kio/schema/stop_replica/v1/response.py +++ b/src/kio/schema/stop_replica/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from StopReplicaResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/StopReplicaResponse.json +Generated from ``clients/src/main/resources/common/message/StopReplicaResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/stop_replica/v2/request.py b/src/kio/schema/stop_replica/v2/request.py index e368d97e..b4a9aabb 100644 --- a/src/kio/schema/stop_replica/v2/request.py +++ b/src/kio/schema/stop_replica/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from StopReplicaRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/StopReplicaRequest.json +Generated from ``clients/src/main/resources/common/message/StopReplicaRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/stop_replica/v2/response.py b/src/kio/schema/stop_replica/v2/response.py index b87fe2b0..edc9863c 100644 --- a/src/kio/schema/stop_replica/v2/response.py +++ b/src/kio/schema/stop_replica/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from StopReplicaResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/StopReplicaResponse.json +Generated from ``clients/src/main/resources/common/message/StopReplicaResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/stop_replica/v3/request.py b/src/kio/schema/stop_replica/v3/request.py index ceed13c4..8609b26a 100644 --- a/src/kio/schema/stop_replica/v3/request.py +++ b/src/kio/schema/stop_replica/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from StopReplicaRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/StopReplicaRequest.json +Generated from ``clients/src/main/resources/common/message/StopReplicaRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/stop_replica/v3/response.py b/src/kio/schema/stop_replica/v3/response.py index 870cc865..d616f2a2 100644 --- a/src/kio/schema/stop_replica/v3/response.py +++ b/src/kio/schema/stop_replica/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from StopReplicaResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/StopReplicaResponse.json +Generated from ``clients/src/main/resources/common/message/StopReplicaResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/stop_replica/v4/request.py b/src/kio/schema/stop_replica/v4/request.py index 945b4c7b..d8b64dc3 100644 --- a/src/kio/schema/stop_replica/v4/request.py +++ b/src/kio/schema/stop_replica/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from StopReplicaRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/StopReplicaRequest.json +Generated from ``clients/src/main/resources/common/message/StopReplicaRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/stop_replica/v4/response.py b/src/kio/schema/stop_replica/v4/response.py index 48f4ce1c..6b0778b1 100644 --- a/src/kio/schema/stop_replica/v4/response.py +++ b/src/kio/schema/stop_replica/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from StopReplicaResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/StopReplicaResponse.json +Generated from ``clients/src/main/resources/common/message/StopReplicaResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sync_group/v0/request.py b/src/kio/schema/sync_group/v0/request.py index 19cdd7bb..bfe7ecc4 100644 --- a/src/kio/schema/sync_group/v0/request.py +++ b/src/kio/schema/sync_group/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from SyncGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SyncGroupRequest.json +Generated from ``clients/src/main/resources/common/message/SyncGroupRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sync_group/v0/response.py b/src/kio/schema/sync_group/v0/response.py index 270699da..5c9d26c1 100644 --- a/src/kio/schema/sync_group/v0/response.py +++ b/src/kio/schema/sync_group/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from SyncGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SyncGroupResponse.json +Generated from ``clients/src/main/resources/common/message/SyncGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sync_group/v1/request.py b/src/kio/schema/sync_group/v1/request.py index fa5e7bf4..506f60d7 100644 --- a/src/kio/schema/sync_group/v1/request.py +++ b/src/kio/schema/sync_group/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from SyncGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SyncGroupRequest.json +Generated from ``clients/src/main/resources/common/message/SyncGroupRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sync_group/v1/response.py b/src/kio/schema/sync_group/v1/response.py index a976b9e2..5384f931 100644 --- a/src/kio/schema/sync_group/v1/response.py +++ b/src/kio/schema/sync_group/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from SyncGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SyncGroupResponse.json +Generated from ``clients/src/main/resources/common/message/SyncGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sync_group/v2/request.py b/src/kio/schema/sync_group/v2/request.py index 107a94e6..dab78373 100644 --- a/src/kio/schema/sync_group/v2/request.py +++ b/src/kio/schema/sync_group/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from SyncGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SyncGroupRequest.json +Generated from ``clients/src/main/resources/common/message/SyncGroupRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sync_group/v2/response.py b/src/kio/schema/sync_group/v2/response.py index 6978f0ec..d3f2f6d4 100644 --- a/src/kio/schema/sync_group/v2/response.py +++ b/src/kio/schema/sync_group/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from SyncGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SyncGroupResponse.json +Generated from ``clients/src/main/resources/common/message/SyncGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sync_group/v3/request.py b/src/kio/schema/sync_group/v3/request.py index 555f8c06..32314700 100644 --- a/src/kio/schema/sync_group/v3/request.py +++ b/src/kio/schema/sync_group/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from SyncGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SyncGroupRequest.json +Generated from ``clients/src/main/resources/common/message/SyncGroupRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sync_group/v3/response.py b/src/kio/schema/sync_group/v3/response.py index 3e0a342d..c83d5a92 100644 --- a/src/kio/schema/sync_group/v3/response.py +++ b/src/kio/schema/sync_group/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from SyncGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SyncGroupResponse.json +Generated from ``clients/src/main/resources/common/message/SyncGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sync_group/v4/request.py b/src/kio/schema/sync_group/v4/request.py index a5f15b17..5a34e1e1 100644 --- a/src/kio/schema/sync_group/v4/request.py +++ b/src/kio/schema/sync_group/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from SyncGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SyncGroupRequest.json +Generated from ``clients/src/main/resources/common/message/SyncGroupRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sync_group/v4/response.py b/src/kio/schema/sync_group/v4/response.py index 7ef9df70..1678d809 100644 --- a/src/kio/schema/sync_group/v4/response.py +++ b/src/kio/schema/sync_group/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from SyncGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SyncGroupResponse.json +Generated from ``clients/src/main/resources/common/message/SyncGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sync_group/v5/request.py b/src/kio/schema/sync_group/v5/request.py index 9ed109b0..49c91e24 100644 --- a/src/kio/schema/sync_group/v5/request.py +++ b/src/kio/schema/sync_group/v5/request.py @@ -1,7 +1,5 @@ """ -Generated from SyncGroupRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SyncGroupRequest.json +Generated from ``clients/src/main/resources/common/message/SyncGroupRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/sync_group/v5/response.py b/src/kio/schema/sync_group/v5/response.py index 8e21d3e0..767e0962 100644 --- a/src/kio/schema/sync_group/v5/response.py +++ b/src/kio/schema/sync_group/v5/response.py @@ -1,7 +1,5 @@ """ -Generated from SyncGroupResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/SyncGroupResponse.json +Generated from ``clients/src/main/resources/common/message/SyncGroupResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/txn_offset_commit/v0/request.py b/src/kio/schema/txn_offset_commit/v0/request.py index 002a9f7e..acfef0bb 100644 --- a/src/kio/schema/txn_offset_commit/v0/request.py +++ b/src/kio/schema/txn_offset_commit/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from TxnOffsetCommitRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/TxnOffsetCommitRequest.json +Generated from ``clients/src/main/resources/common/message/TxnOffsetCommitRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/txn_offset_commit/v0/response.py b/src/kio/schema/txn_offset_commit/v0/response.py index 313f5b01..d9eef358 100644 --- a/src/kio/schema/txn_offset_commit/v0/response.py +++ b/src/kio/schema/txn_offset_commit/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from TxnOffsetCommitResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/TxnOffsetCommitResponse.json +Generated from ``clients/src/main/resources/common/message/TxnOffsetCommitResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/txn_offset_commit/v1/request.py b/src/kio/schema/txn_offset_commit/v1/request.py index a9dfa44f..3ebc7eda 100644 --- a/src/kio/schema/txn_offset_commit/v1/request.py +++ b/src/kio/schema/txn_offset_commit/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from TxnOffsetCommitRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/TxnOffsetCommitRequest.json +Generated from ``clients/src/main/resources/common/message/TxnOffsetCommitRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/txn_offset_commit/v1/response.py b/src/kio/schema/txn_offset_commit/v1/response.py index 5b2cbb7c..e808d8f1 100644 --- a/src/kio/schema/txn_offset_commit/v1/response.py +++ b/src/kio/schema/txn_offset_commit/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from TxnOffsetCommitResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/TxnOffsetCommitResponse.json +Generated from ``clients/src/main/resources/common/message/TxnOffsetCommitResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/txn_offset_commit/v2/request.py b/src/kio/schema/txn_offset_commit/v2/request.py index 55eb52e3..792b650f 100644 --- a/src/kio/schema/txn_offset_commit/v2/request.py +++ b/src/kio/schema/txn_offset_commit/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from TxnOffsetCommitRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/TxnOffsetCommitRequest.json +Generated from ``clients/src/main/resources/common/message/TxnOffsetCommitRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/txn_offset_commit/v2/response.py b/src/kio/schema/txn_offset_commit/v2/response.py index 4da2094b..3a8b0f1d 100644 --- a/src/kio/schema/txn_offset_commit/v2/response.py +++ b/src/kio/schema/txn_offset_commit/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from TxnOffsetCommitResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/TxnOffsetCommitResponse.json +Generated from ``clients/src/main/resources/common/message/TxnOffsetCommitResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/txn_offset_commit/v3/request.py b/src/kio/schema/txn_offset_commit/v3/request.py index 74342dd4..0299674b 100644 --- a/src/kio/schema/txn_offset_commit/v3/request.py +++ b/src/kio/schema/txn_offset_commit/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from TxnOffsetCommitRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/TxnOffsetCommitRequest.json +Generated from ``clients/src/main/resources/common/message/TxnOffsetCommitRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/txn_offset_commit/v3/response.py b/src/kio/schema/txn_offset_commit/v3/response.py index 8460771a..fe383102 100644 --- a/src/kio/schema/txn_offset_commit/v3/response.py +++ b/src/kio/schema/txn_offset_commit/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from TxnOffsetCommitResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/TxnOffsetCommitResponse.json +Generated from ``clients/src/main/resources/common/message/TxnOffsetCommitResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/unregister_broker/v0/request.py b/src/kio/schema/unregister_broker/v0/request.py index a40be1de..97e0fbb3 100644 --- a/src/kio/schema/unregister_broker/v0/request.py +++ b/src/kio/schema/unregister_broker/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from UnregisterBrokerRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UnregisterBrokerRequest.json +Generated from ``clients/src/main/resources/common/message/UnregisterBrokerRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/unregister_broker/v0/response.py b/src/kio/schema/unregister_broker/v0/response.py index ecdcf1b9..858fe7b7 100644 --- a/src/kio/schema/unregister_broker/v0/response.py +++ b/src/kio/schema/unregister_broker/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from UnregisterBrokerResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UnregisterBrokerResponse.json +Generated from ``clients/src/main/resources/common/message/UnregisterBrokerResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/update_features/v0/request.py b/src/kio/schema/update_features/v0/request.py index 8d09f86c..8fae40c6 100644 --- a/src/kio/schema/update_features/v0/request.py +++ b/src/kio/schema/update_features/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from UpdateFeaturesRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateFeaturesRequest.json +Generated from ``clients/src/main/resources/common/message/UpdateFeaturesRequest.json``. """ import datetime diff --git a/src/kio/schema/update_features/v0/response.py b/src/kio/schema/update_features/v0/response.py index 11907b4d..ffb34ed5 100644 --- a/src/kio/schema/update_features/v0/response.py +++ b/src/kio/schema/update_features/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from UpdateFeaturesResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateFeaturesResponse.json +Generated from ``clients/src/main/resources/common/message/UpdateFeaturesResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/update_features/v1/request.py b/src/kio/schema/update_features/v1/request.py index 3c8a5fd2..62200a3c 100644 --- a/src/kio/schema/update_features/v1/request.py +++ b/src/kio/schema/update_features/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from UpdateFeaturesRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateFeaturesRequest.json +Generated from ``clients/src/main/resources/common/message/UpdateFeaturesRequest.json``. """ import datetime diff --git a/src/kio/schema/update_features/v1/response.py b/src/kio/schema/update_features/v1/response.py index e3351261..e26641e5 100644 --- a/src/kio/schema/update_features/v1/response.py +++ b/src/kio/schema/update_features/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from UpdateFeaturesResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateFeaturesResponse.json +Generated from ``clients/src/main/resources/common/message/UpdateFeaturesResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/update_metadata/v0/request.py b/src/kio/schema/update_metadata/v0/request.py index 319fdda3..ce257e8c 100644 --- a/src/kio/schema/update_metadata/v0/request.py +++ b/src/kio/schema/update_metadata/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from UpdateMetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateMetadataRequest.json +Generated from ``clients/src/main/resources/common/message/UpdateMetadataRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/update_metadata/v0/response.py b/src/kio/schema/update_metadata/v0/response.py index 86ba7c40..a1a5e09e 100644 --- a/src/kio/schema/update_metadata/v0/response.py +++ b/src/kio/schema/update_metadata/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from UpdateMetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateMetadataResponse.json +Generated from ``clients/src/main/resources/common/message/UpdateMetadataResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/update_metadata/v1/request.py b/src/kio/schema/update_metadata/v1/request.py index 5560be94..37500d4d 100644 --- a/src/kio/schema/update_metadata/v1/request.py +++ b/src/kio/schema/update_metadata/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from UpdateMetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateMetadataRequest.json +Generated from ``clients/src/main/resources/common/message/UpdateMetadataRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/update_metadata/v1/response.py b/src/kio/schema/update_metadata/v1/response.py index 3a2de526..978e23d3 100644 --- a/src/kio/schema/update_metadata/v1/response.py +++ b/src/kio/schema/update_metadata/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from UpdateMetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateMetadataResponse.json +Generated from ``clients/src/main/resources/common/message/UpdateMetadataResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/update_metadata/v2/request.py b/src/kio/schema/update_metadata/v2/request.py index bc038e81..de673a3b 100644 --- a/src/kio/schema/update_metadata/v2/request.py +++ b/src/kio/schema/update_metadata/v2/request.py @@ -1,7 +1,5 @@ """ -Generated from UpdateMetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateMetadataRequest.json +Generated from ``clients/src/main/resources/common/message/UpdateMetadataRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/update_metadata/v2/response.py b/src/kio/schema/update_metadata/v2/response.py index 759d0613..3ab066fa 100644 --- a/src/kio/schema/update_metadata/v2/response.py +++ b/src/kio/schema/update_metadata/v2/response.py @@ -1,7 +1,5 @@ """ -Generated from UpdateMetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateMetadataResponse.json +Generated from ``clients/src/main/resources/common/message/UpdateMetadataResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/update_metadata/v3/request.py b/src/kio/schema/update_metadata/v3/request.py index 32047705..df55f16c 100644 --- a/src/kio/schema/update_metadata/v3/request.py +++ b/src/kio/schema/update_metadata/v3/request.py @@ -1,7 +1,5 @@ """ -Generated from UpdateMetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateMetadataRequest.json +Generated from ``clients/src/main/resources/common/message/UpdateMetadataRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/update_metadata/v3/response.py b/src/kio/schema/update_metadata/v3/response.py index ad05c46d..66ba7a93 100644 --- a/src/kio/schema/update_metadata/v3/response.py +++ b/src/kio/schema/update_metadata/v3/response.py @@ -1,7 +1,5 @@ """ -Generated from UpdateMetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateMetadataResponse.json +Generated from ``clients/src/main/resources/common/message/UpdateMetadataResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/update_metadata/v4/request.py b/src/kio/schema/update_metadata/v4/request.py index ab99f3d5..fb8bd0cd 100644 --- a/src/kio/schema/update_metadata/v4/request.py +++ b/src/kio/schema/update_metadata/v4/request.py @@ -1,7 +1,5 @@ """ -Generated from UpdateMetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateMetadataRequest.json +Generated from ``clients/src/main/resources/common/message/UpdateMetadataRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/update_metadata/v4/response.py b/src/kio/schema/update_metadata/v4/response.py index 001786af..7a82f3b6 100644 --- a/src/kio/schema/update_metadata/v4/response.py +++ b/src/kio/schema/update_metadata/v4/response.py @@ -1,7 +1,5 @@ """ -Generated from UpdateMetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateMetadataResponse.json +Generated from ``clients/src/main/resources/common/message/UpdateMetadataResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/update_metadata/v5/request.py b/src/kio/schema/update_metadata/v5/request.py index 030986f3..5bd2ff57 100644 --- a/src/kio/schema/update_metadata/v5/request.py +++ b/src/kio/schema/update_metadata/v5/request.py @@ -1,7 +1,5 @@ """ -Generated from UpdateMetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateMetadataRequest.json +Generated from ``clients/src/main/resources/common/message/UpdateMetadataRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/update_metadata/v5/response.py b/src/kio/schema/update_metadata/v5/response.py index 331ad493..2438546d 100644 --- a/src/kio/schema/update_metadata/v5/response.py +++ b/src/kio/schema/update_metadata/v5/response.py @@ -1,7 +1,5 @@ """ -Generated from UpdateMetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateMetadataResponse.json +Generated from ``clients/src/main/resources/common/message/UpdateMetadataResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/update_metadata/v6/request.py b/src/kio/schema/update_metadata/v6/request.py index f17d836a..d0247866 100644 --- a/src/kio/schema/update_metadata/v6/request.py +++ b/src/kio/schema/update_metadata/v6/request.py @@ -1,7 +1,5 @@ """ -Generated from UpdateMetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateMetadataRequest.json +Generated from ``clients/src/main/resources/common/message/UpdateMetadataRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/update_metadata/v6/response.py b/src/kio/schema/update_metadata/v6/response.py index 250fcf00..716a7323 100644 --- a/src/kio/schema/update_metadata/v6/response.py +++ b/src/kio/schema/update_metadata/v6/response.py @@ -1,7 +1,5 @@ """ -Generated from UpdateMetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateMetadataResponse.json +Generated from ``clients/src/main/resources/common/message/UpdateMetadataResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/update_metadata/v7/request.py b/src/kio/schema/update_metadata/v7/request.py index 15a366ee..d7bef0fd 100644 --- a/src/kio/schema/update_metadata/v7/request.py +++ b/src/kio/schema/update_metadata/v7/request.py @@ -1,7 +1,5 @@ """ -Generated from UpdateMetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateMetadataRequest.json +Generated from ``clients/src/main/resources/common/message/UpdateMetadataRequest.json``. """ import uuid diff --git a/src/kio/schema/update_metadata/v7/response.py b/src/kio/schema/update_metadata/v7/response.py index 4b6c67a0..9f646301 100644 --- a/src/kio/schema/update_metadata/v7/response.py +++ b/src/kio/schema/update_metadata/v7/response.py @@ -1,7 +1,5 @@ """ -Generated from UpdateMetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateMetadataResponse.json +Generated from ``clients/src/main/resources/common/message/UpdateMetadataResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/update_metadata/v8/request.py b/src/kio/schema/update_metadata/v8/request.py index fb004913..bf24d9e8 100644 --- a/src/kio/schema/update_metadata/v8/request.py +++ b/src/kio/schema/update_metadata/v8/request.py @@ -1,7 +1,5 @@ """ -Generated from UpdateMetadataRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateMetadataRequest.json +Generated from ``clients/src/main/resources/common/message/UpdateMetadataRequest.json``. """ import uuid diff --git a/src/kio/schema/update_metadata/v8/response.py b/src/kio/schema/update_metadata/v8/response.py index 037eb6f0..feab849e 100644 --- a/src/kio/schema/update_metadata/v8/response.py +++ b/src/kio/schema/update_metadata/v8/response.py @@ -1,7 +1,5 @@ """ -Generated from UpdateMetadataResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/UpdateMetadataResponse.json +Generated from ``clients/src/main/resources/common/message/UpdateMetadataResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/vote/v0/request.py b/src/kio/schema/vote/v0/request.py index c5cd2898..a514edbf 100644 --- a/src/kio/schema/vote/v0/request.py +++ b/src/kio/schema/vote/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from VoteRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/VoteRequest.json +Generated from ``clients/src/main/resources/common/message/VoteRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/vote/v0/response.py b/src/kio/schema/vote/v0/response.py index 44184cd8..c75854ef 100644 --- a/src/kio/schema/vote/v0/response.py +++ b/src/kio/schema/vote/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from VoteResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/VoteResponse.json +Generated from ``clients/src/main/resources/common/message/VoteResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/write_txn_markers/v0/request.py b/src/kio/schema/write_txn_markers/v0/request.py index 848f66d0..934508dd 100644 --- a/src/kio/schema/write_txn_markers/v0/request.py +++ b/src/kio/schema/write_txn_markers/v0/request.py @@ -1,7 +1,5 @@ """ -Generated from WriteTxnMarkersRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/WriteTxnMarkersRequest.json +Generated from ``clients/src/main/resources/common/message/WriteTxnMarkersRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/write_txn_markers/v0/response.py b/src/kio/schema/write_txn_markers/v0/response.py index b349d6ab..c58c5f2c 100644 --- a/src/kio/schema/write_txn_markers/v0/response.py +++ b/src/kio/schema/write_txn_markers/v0/response.py @@ -1,7 +1,5 @@ """ -Generated from WriteTxnMarkersResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/WriteTxnMarkersResponse.json +Generated from ``clients/src/main/resources/common/message/WriteTxnMarkersResponse.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/write_txn_markers/v1/request.py b/src/kio/schema/write_txn_markers/v1/request.py index f02ce97a..38614a07 100644 --- a/src/kio/schema/write_txn_markers/v1/request.py +++ b/src/kio/schema/write_txn_markers/v1/request.py @@ -1,7 +1,5 @@ """ -Generated from WriteTxnMarkersRequest.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/WriteTxnMarkersRequest.json +Generated from ``clients/src/main/resources/common/message/WriteTxnMarkersRequest.json``. """ from dataclasses import dataclass diff --git a/src/kio/schema/write_txn_markers/v1/response.py b/src/kio/schema/write_txn_markers/v1/response.py index 8f08b16c..19bf4c96 100644 --- a/src/kio/schema/write_txn_markers/v1/response.py +++ b/src/kio/schema/write_txn_markers/v1/response.py @@ -1,7 +1,5 @@ """ -Generated from WriteTxnMarkersResponse.json. - -https://github.com/apache/kafka/tree/3.6.0/clients/src/main/resources/common/message/WriteTxnMarkersResponse.json +Generated from ``clients/src/main/resources/common/message/WriteTxnMarkersResponse.json``. """ from dataclasses import dataclass