From 5738e487ef556a4df5af39d53875d720ca251e0a Mon Sep 17 00:00:00 2001
From: MASES Public Developers Team
<94312179+masesdevelopers@users.noreply.github.com>
Date: Mon, 16 Oct 2023 22:33:56 +0200
Subject: [PATCH] One-shot upgrade to Apache Kafka 3.6.0 (#263)
* First step with added/removed classes
* Update for documentation
* Converted SerDes to interface
* Update config files
* Update commandlineswitch.md
* Removed deprecated classes
---
src/config/connect-log4j.properties | 1 -
src/config/kraft/broker.properties | 2 +-
src/config/kraft/controller.properties | 2 +-
src/config/kraft/server.properties | 2 +-
src/config/tools-log4j.properties | 3 +
src/configuration.json | 47 ++-
.../articles/commandlineswitch.md | 17 +-
src/java/knet/pom.xml | 2 +-
.../KNet/Developed/Kafka/Tools/ClusterTool.cs | 34 --
.../Kafka/Tools/ConsumerPerformance.cs | 34 --
.../Developed/Kafka/Tools/StreamsResetter.cs | 34 --
.../KNet/Generated/Kafka/Admin/AclCommand.cs | 66 +--
.../Kafka/Admin/AllPackageClasses.cs | 368 +++-------------
.../Kafka/Admin/BrokerApiVersionsCommand.cs | 14 +-
.../Generated/Kafka/Admin/BrokerMetadata.cs | 116 -----
.../Generated/Kafka/Admin/ConfigCommand.cs | 48 +--
.../Kafka/Admin/ConsumerGroupCommand.cs | 196 ++++-----
.../Kafka/Admin/DeleteRecordsCommand.cs | 141 -------
.../Generated/Kafka/Admin/FeatureCommand.cs | 12 +-
.../Kafka/Admin/LeaderElectionCommand.cs | 8 +-
.../Admin/LeaderElectionCommandOptions.cs | 4 +-
.../Generated/Kafka/Admin/LogDirsCommand.cs | 114 -----
.../Generated/Kafka/Admin/RackAwareMode.cs | 2 +-
.../Kafka/Admin/ReassignPartitionsCommand.cs | 160 +++----
.../Generated/Kafka/Admin/TopicCommand.cs | 140 +++----
.../Kafka/Admin/ZkSecurityMigrator.cs | 20 +-
.../KNet/Generated/Kafka/AllPackageClasses.cs | 2 +-
.../Clients/Admin/AbortTransactionOptions.cs | 2 +-
.../Clients/Admin/AbortTransactionResult.cs | 4 +-
.../Clients/Admin/AbortTransactionSpec.cs | 12 +-
.../Kafka/Clients/Admin/AbstractOptions.cs | 10 +-
.../Org/Apache/Kafka/Clients/Admin/Admin.cs | 200 ++++-----
.../Apache/Kafka/Clients/Admin/AdminClient.cs | 2 +-
.../Kafka/Clients/Admin/AdminClientConfig.cs | 56 +--
.../Kafka/Clients/Admin/AllPackageClasses.cs | 292 ++++++-------
.../Clients/Admin/AlterClientQuotasOptions.cs | 6 +-
.../Clients/Admin/AlterClientQuotasResult.cs | 8 +-
.../Kafka/Clients/Admin/AlterConfigOp.cs | 24 +-
.../Clients/Admin/AlterConfigsOptions.cs | 6 +-
.../Kafka/Clients/Admin/AlterConfigsResult.cs | 6 +-
.../Admin/AlterConsumerGroupOffsetsOptions.cs | 2 +-
.../Admin/AlterConsumerGroupOffsetsResult.cs | 6 +-
.../AlterPartitionReassignmentsOptions.cs | 2 +-
.../AlterPartitionReassignmentsResult.cs | 6 +-
.../Admin/AlterReplicaLogDirsOptions.cs | 2 +-
.../Admin/AlterReplicaLogDirsResult.cs | 6 +-
.../Admin/AlterUserScramCredentialsOptions.cs | 2 +-
.../Admin/AlterUserScramCredentialsResult.cs | 8 +-
.../Org/Apache/Kafka/Clients/Admin/Config.cs | 8 +-
.../Apache/Kafka/Clients/Admin/ConfigEntry.cs | 72 ++--
.../Clients/Admin/ConsumerGroupDescription.cs | 20 +-
.../Clients/Admin/ConsumerGroupListing.cs | 12 +-
.../Kafka/Clients/Admin/CreateAclsOptions.cs | 2 +-
.../Kafka/Clients/Admin/CreateAclsResult.cs | 6 +-
.../Admin/CreateDelegationTokenOptions.cs | 14 +-
.../Admin/CreateDelegationTokenResult.cs | 4 +-
.../Clients/Admin/CreatePartitionsOptions.cs | 10 +-
.../Clients/Admin/CreatePartitionsResult.cs | 6 +-
.../Clients/Admin/CreateTopicsOptions.cs | 10 +-
.../Kafka/Clients/Admin/CreateTopicsResult.cs | 26 +-
.../Kafka/Clients/Admin/DeleteAclsOptions.cs | 2 +-
.../Kafka/Clients/Admin/DeleteAclsResult.cs | 12 +-
.../DeleteConsumerGroupOffsetsOptions.cs | 2 +-
.../Admin/DeleteConsumerGroupOffsetsResult.cs | 6 +-
.../Admin/DeleteConsumerGroupsOptions.cs | 2 +-
.../Admin/DeleteConsumerGroupsResult.cs | 6 +-
.../Clients/Admin/DeleteRecordsOptions.cs | 2 +-
.../Clients/Admin/DeleteRecordsResult.cs | 8 +-
.../Clients/Admin/DeleteTopicsOptions.cs | 6 +-
.../Kafka/Clients/Admin/DeleteTopicsResult.cs | 8 +-
.../Kafka/Clients/Admin/DeletedRecords.cs | 6 +-
.../Clients/Admin/DescribeAclsOptions.cs | 2 +-
.../Kafka/Clients/Admin/DescribeAclsResult.cs | 4 +-
.../Admin/DescribeClientQuotasOptions.cs | 2 +-
.../Admin/DescribeClientQuotasResult.cs | 6 +-
.../Clients/Admin/DescribeClusterOptions.cs | 6 +-
.../Clients/Admin/DescribeClusterResult.cs | 10 +-
.../Clients/Admin/DescribeConfigsOptions.cs | 10 +-
.../Clients/Admin/DescribeConfigsResult.cs | 6 +-
.../Admin/DescribeConsumerGroupsOptions.cs | 6 +-
.../Admin/DescribeConsumerGroupsResult.cs | 8 +-
.../Admin/DescribeDelegationTokenOptions.cs | 6 +-
.../Admin/DescribeDelegationTokenResult.cs | 4 +-
.../Clients/Admin/DescribeFeaturesOptions.cs | 2 +-
.../Clients/Admin/DescribeFeaturesResult.cs | 4 +-
.../Clients/Admin/DescribeLogDirsOptions.cs | 2 +-
.../Clients/Admin/DescribeLogDirsResult.cs | 6 +-
.../Admin/DescribeMetadataQuorumOptions.cs | 2 +-
.../Admin/DescribeMetadataQuorumResult.cs | 4 +-
.../Clients/Admin/DescribeProducersOptions.cs | 6 +-
.../Clients/Admin/DescribeProducersResult.cs | 10 +-
.../Admin/DescribeReplicaLogDirsOptions.cs | 2 +-
.../Admin/DescribeReplicaLogDirsResult.cs | 14 +-
.../Clients/Admin/DescribeTopicsOptions.cs | 6 +-
.../Clients/Admin/DescribeTopicsResult.cs | 10 +-
.../Admin/DescribeTransactionsOptions.cs | 2 +-
.../Admin/DescribeTransactionsResult.cs | 6 +-
.../DescribeUserScramCredentialsOptions.cs | 2 +-
.../DescribeUserScramCredentialsResult.cs | 8 +-
.../Clients/Admin/ElectLeadersOptions.cs | 2 +-
.../Kafka/Clients/Admin/ElectLeadersResult.cs | 6 +-
.../Admin/ExpireDelegationTokenOptions.cs | 6 +-
.../Admin/ExpireDelegationTokenResult.cs | 4 +-
.../Kafka/Clients/Admin/FeatureMetadata.cs | 8 +-
.../Kafka/Clients/Admin/FeatureUpdate.cs | 24 +-
.../Clients/Admin/FenceProducersOptions.cs | 2 +-
.../Clients/Admin/FenceProducersResult.cs | 10 +-
.../Clients/Admin/FinalizedVersionRange.cs | 6 +-
.../Kafka/Clients/Admin/ForwardingAdmin.cs | 94 ++---
.../Kafka/Clients/Admin/KafkaAdminClient.cs | 2 +-
.../Admin/ListConsumerGroupOffsetsOptions.cs | 6 +-
.../Admin/ListConsumerGroupOffsetsResult.cs | 8 +-
.../Admin/ListConsumerGroupOffsetsSpec.cs | 6 +-
.../Admin/ListConsumerGroupsOptions.cs | 6 +-
.../Clients/Admin/ListConsumerGroupsResult.cs | 8 +-
.../Kafka/Clients/Admin/ListOffsetsOptions.cs | 6 +-
.../Kafka/Clients/Admin/ListOffsetsResult.cs | 16 +-
.../ListPartitionReassignmentsOptions.cs | 2 +-
.../Admin/ListPartitionReassignmentsResult.cs | 4 +-
.../Kafka/Clients/Admin/ListTopicsOptions.cs | 6 +-
.../Kafka/Clients/Admin/ListTopicsResult.cs | 8 +-
.../Clients/Admin/ListTransactionsOptions.cs | 10 +-
.../Clients/Admin/ListTransactionsResult.cs | 8 +-
.../Kafka/Clients/Admin/LogDirDescription.cs | 14 +-
.../Kafka/Clients/Admin/MemberAssignment.cs | 6 +-
.../Kafka/Clients/Admin/MemberDescription.cs | 16 +-
.../Kafka/Clients/Admin/MemberToRemove.cs | 6 +-
.../Clients/Admin/NewPartitionReassignment.cs | 6 +-
.../Kafka/Clients/Admin/NewPartitions.cs | 10 +-
.../Apache/Kafka/Clients/Admin/NewTopic.cs | 20 +-
.../Apache/Kafka/Clients/Admin/OffsetSpec.cs | 10 +-
.../Clients/Admin/PartitionReassignment.cs | 10 +-
.../Kafka/Clients/Admin/ProducerState.cs | 16 +-
.../Apache/Kafka/Clients/Admin/QuorumInfo.cs | 20 +-
.../Kafka/Clients/Admin/RecordsToDelete.cs | 6 +-
.../RemoveMembersFromConsumerGroupOptions.cs | 12 +-
.../RemoveMembersFromConsumerGroupResult.cs | 6 +-
.../Admin/RenewDelegationTokenOptions.cs | 6 +-
.../Admin/RenewDelegationTokenResult.cs | 4 +-
.../Apache/Kafka/Clients/Admin/ReplicaInfo.cs | 10 +-
.../Clients/Admin/ScramCredentialInfo.cs | 8 +-
.../Kafka/Clients/Admin/ScramMechanism.cs | 20 +-
.../Clients/Admin/SupportedVersionRange.cs | 6 +-
.../Kafka/Clients/Admin/TopicDescription.cs | 18 +-
.../Kafka/Clients/Admin/TopicListing.cs | 10 +-
.../Clients/Admin/TransactionDescription.cs | 18 +-
.../Kafka/Clients/Admin/TransactionListing.cs | 10 +-
.../Kafka/Clients/Admin/TransactionState.cs | 24 +-
.../Clients/Admin/UnregisterBrokerOptions.cs | 2 +-
.../Clients/Admin/UnregisterBrokerResult.cs | 4 +-
.../Clients/Admin/UpdateFeaturesOptions.cs | 6 +-
.../Clients/Admin/UpdateFeaturesResult.cs | 6 +-
.../Admin/UserScramCredentialAlteration.cs | 4 +-
.../Admin/UserScramCredentialDeletion.cs | 6 +-
.../Admin/UserScramCredentialUpsertion.cs | 14 +-
.../Admin/UserScramCredentialsDescription.cs | 8 +-
.../Apache/Kafka/Clients/AllPackageClasses.cs | 42 +-
.../Org/Apache/Kafka/Clients/ApiVersions.cs | 10 +-
.../Apache/Kafka/Clients/ClientDnsLookup.cs | 12 +-
.../Apache/Kafka/Clients/ClientResponse.cs | 20 +-
.../Org/Apache/Kafka/Clients/ClientUtils.cs | 6 +-
.../Kafka/Clients/CommonClientConfigs.cs | 152 +++----
.../Apache/Kafka/Clients/ConnectionState.cs | 20 +-
.../Clients/Consumer/AllPackageClasses.cs | 72 ++--
.../Clients/Consumer/CommitFailedException.cs | 2 +-
.../Apache/Kafka/Clients/Consumer/Consumer.cs | 182 ++++----
.../Kafka/Clients/Consumer/ConsumerConfig.cs | 124 +++---
.../Clients/Consumer/ConsumerGroupMetadata.cs | 14 +-
.../Clients/Consumer/ConsumerInterceptor.cs | 36 +-
.../Consumer/ConsumerPartitionAssignor.cs | 78 ++--
.../Consumer/ConsumerRebalanceListener.cs | 16 +-
.../Kafka/Clients/Consumer/ConsumerRecord.cs | 62 +--
.../Kafka/Clients/Consumer/ConsumerRecords.cs | 38 +-
.../Consumer/CooperativeStickyAssignor.cs | 4 +-
.../Consumer/InvalidOffsetException.cs | 2 +-
.../Kafka/Clients/Consumer/KafkaConsumer.cs | 198 ++++-----
.../Consumer/LogTruncationException.cs | 2 +-
.../Kafka/Clients/Consumer/MockConsumer.cs | 238 +++++------
.../Consumer/NoOffsetForPartitionException.cs | 2 +-
.../Clients/Consumer/OffsetAndMetadata.cs | 14 +-
.../Clients/Consumer/OffsetAndTimestamp.cs | 12 +-
.../Clients/Consumer/OffsetCommitCallback.cs | 8 +-
.../Consumer/OffsetOutOfRangeException.cs | 2 +-
.../Clients/Consumer/OffsetResetStrategy.cs | 12 +-
.../Kafka/Clients/Consumer/RangeAssignor.cs | 4 +-
.../RetriableCommitFailedException.cs | 2 +-
.../Clients/Consumer/RoundRobinAssignor.cs | 4 +-
.../Kafka/Clients/Consumer/StickyAssignor.cs | 4 +-
.../Kafka/Clients/DefaultHostResolver.cs | 4 +-
.../Kafka/Clients/GroupRebalanceConfig.cs | 28 +-
.../Org/Apache/Kafka/Clients/HostResolver.cs | 4 +-
.../Kafka/Clients/ManualMetadataUpdater.cs | 18 +-
.../Org/Apache/Kafka/Clients/Metadata.cs | 56 +--
.../Org/Apache/Kafka/Clients/MetadataCache.cs | 2 +-
.../Apache/Kafka/Clients/MetadataUpdater.cs | 14 +-
.../Kafka/Clients/NetworkClientUtils.cs | 2 +-
.../Apache/Kafka/Clients/NodeApiVersions.cs | 10 +-
.../Clients/Producer/AllPackageClasses.cs | 34 +-
.../Producer/BufferExhaustedException.cs | 2 +-
.../Apache/Kafka/Clients/Producer/Callback.cs | 8 +-
.../Kafka/Clients/Producer/KafkaProducer.cs | 74 ++--
.../Kafka/Clients/Producer/MockProducer.cs | 170 ++++----
.../Kafka/Clients/Producer/Partitioner.cs | 16 +-
.../Apache/Kafka/Clients/Producer/Producer.cs | 50 +--
.../Kafka/Clients/Producer/ProducerConfig.cs | 102 ++---
.../Clients/Producer/ProducerInterceptor.cs | 36 +-
.../Kafka/Clients/Producer/ProducerRecord.cs | 50 +--
.../Kafka/Clients/Producer/RecordMetadata.cs | 22 +-
.../Clients/Producer/RoundRobinPartitioner.cs | 8 +-
.../Kafka/Clients/RequestCompletionHandler.cs | 4 +-
.../Kafka/Clients/StaleMetadataException.cs | 2 +-
.../Kafka/Common/Acl/AccessControlEntry.cs | 16 +-
.../Common/Acl/AccessControlEntryFilter.cs | 22 +-
.../Org/Apache/Kafka/Common/Acl/AclBinding.cs | 12 +-
.../Kafka/Common/Acl/AclBindingFilter.cs | 18 +-
.../Apache/Kafka/Common/Acl/AclOperation.cs | 44 +-
.../Kafka/Common/Acl/AclPermissionType.cs | 22 +-
.../Kafka/Common/Acl/AllPackageClasses.cs | 14 +-
.../Apache/Kafka/Common/AllPackageClasses.cs | 64 +--
.../Common/Annotation/AllPackageClasses.cs | 10 +-
.../Common/Annotation/InterfaceStability.cs | 2 +-
.../Kafka/Common/Cache/AllPackageClasses.cs | 14 +-
.../Org/Apache/Kafka/Common/Cache/Cache.cs | 18 +-
.../Org/Apache/Kafka/Common/Cache/LRUCache.cs | 22 +-
.../Kafka/Common/Cache/SynchronizedCache.cs | 22 +-
.../Org/Apache/Kafka/Common/Cluster.cs | 54 +--
.../Apache/Kafka/Common/ClusterResource.cs | 6 +-
.../Kafka/Common/ClusterResourceListener.cs | 8 +-
.../Common/Compress/AllPackageClasses.cs | 14 +-
.../Compress/KafkaLZ4BlockInputStream.cs | 14 +-
.../Compress/KafkaLZ4BlockOutputStream.cs | 54 +--
.../Kafka/Common/Compress/SnappyFactory.cs | 6 +-
.../Kafka/Common/Compress/ZstdFactory.cs | 6 +-
.../Kafka/Common/Config/AbstractConfig.cs | 66 +--
.../Kafka/Common/Config/AllPackageClasses.cs | 68 +--
.../Org/Apache/Kafka/Common/Config/Config.cs | 6 +-
.../Common/Config/ConfigChangeCallback.cs | 8 +-
.../Apache/Kafka/Common/Config/ConfigData.cs | 10 +-
.../Apache/Kafka/Common/Config/ConfigDef.cs | 206 ++++-----
.../Kafka/Common/Config/ConfigException.cs | 2 +-
.../Kafka/Common/Config/ConfigResource.cs | 26 +-
.../Kafka/Common/Config/ConfigTransformer.cs | 8 +-
.../Common/Config/ConfigTransformerResult.cs | 8 +-
.../Apache/Kafka/Common/Config/ConfigValue.cs | 24 +-
.../Kafka/Common/Config/LogLevelConfig.cs | 16 +-
.../Config/Provider/AllPackageClasses.cs | 10 +-
.../Common/Config/Provider/ConfigProvider.cs | 12 +-
.../Provider/DirectoryConfigProvider.cs | 10 +-
.../Config/Provider/EnvVarConfigProvider.cs | 16 +-
.../Config/Provider/FileConfigProvider.cs | 10 +-
.../Apache/Kafka/Common/Config/SaslConfigs.cs | 152 +++----
.../Kafka/Common/Config/SecurityConfig.cs | 6 +-
.../Kafka/Common/Config/SslClientAuth.cs | 16 +-
.../Apache/Kafka/Common/Config/SslConfigs.cs | 98 ++---
.../Apache/Kafka/Common/Config/TopicConfig.cs | 110 ++---
.../Common/Config/Types/AllPackageClasses.cs | 4 +-
.../Kafka/Common/Config/Types/Password.cs | 8 +-
.../Org/Apache/Kafka/Common/Configurable.cs | 4 +-
.../Apache/Kafka/Common/ConsumerGroupState.cs | 20 +-
.../Org/Apache/Kafka/Common/ElectionType.cs | 14 +-
.../Org/Apache/Kafka/Common/Endpoint.cs | 12 +-
.../Kafka/Common/Errors/AllPackageClasses.cs | 270 ++++++------
.../Kafka/Common/Errors/ApiException.cs | 2 +-
.../Common/Errors/AuthenticationException.cs | 2 +-
.../Common/Errors/AuthorizationException.cs | 2 +-
.../Errors/AuthorizerNotReadyException.cs | 2 +-
.../Errors/BrokerIdNotRegisteredException.cs | 2 +-
.../Errors/BrokerNotAvailableException.cs | 2 +-
.../Errors/ClusterAuthorizationException.cs | 2 +-
.../Errors/ConcurrentTransactionsException.cs | 2 +-
.../Common/Errors/ControllerMovedException.cs | 2 +-
.../CoordinatorLoadInProgressException.cs | 2 +-
.../CoordinatorNotAvailableException.cs | 2 +-
.../Common/Errors/CorruptRecordException.cs | 2 +-
.../DelegationTokenAuthorizationException.cs | 2 +-
.../DelegationTokenDisabledException.cs | 2 +-
.../Errors/DelegationTokenExpiredException.cs | 2 +-
.../DelegationTokenNotFoundException.cs | 2 +-
.../DelegationTokenOwnerMismatchException.cs | 2 +-
.../Common/Errors/DisconnectException.cs | 2 +-
.../DuplicateBrokerRegistrationException.cs | 2 +-
.../Errors/DuplicateResourceException.cs | 2 +-
.../Errors/DuplicateSequenceException.cs | 2 +-
.../Errors/ElectionNotNeededException.cs | 2 +-
.../EligibleLeadersNotAvailableException.cs | 2 +-
.../Errors/FeatureUpdateFailedException.cs | 2 +-
.../Errors/FencedInstanceIdException.cs | 2 +-
.../Errors/FencedLeaderEpochException.cs | 2 +-
.../Errors/FencedMemberEpochException.cs | 2 +-
.../Errors/FetchSessionIdNotFoundException.cs | 2 +-
.../Errors/FetchSessionTopicIdException.cs | 2 +-
.../Errors/GroupAuthorizationException.cs | 2 +-
.../Common/Errors/GroupIdNotFoundException.cs | 2 +-
.../Errors/GroupMaxSizeReachedException.cs | 2 +-
.../Common/Errors/GroupNotEmptyException.cs | 2 +-
.../Errors/GroupSubscribedToTopicException.cs | 2 +-
.../Errors/IllegalGenerationException.cs | 2 +-
.../Errors/IllegalSaslStateException.cs | 2 +-
.../Errors/InconsistentClusterIdException.cs | 2 +-
.../InconsistentGroupProtocolException.cs | 2 +-
.../Errors/InconsistentTopicIdException.cs | 2 +-
.../Errors/InconsistentVoterSetException.cs | 2 +-
.../Errors/IneligibleReplicaException.cs | 2 +-
.../Kafka/Common/Errors/InterruptException.cs | 2 +-
.../InvalidCommitOffsetSizeException.cs | 2 +-
.../Errors/InvalidConfigurationException.cs | 2 +-
.../InvalidFetchSessionEpochException.cs | 2 +-
.../Errors/InvalidFetchSizeException.cs | 2 +-
.../Common/Errors/InvalidGroupIdException.cs | 2 +-
.../Common/Errors/InvalidMetadataException.cs | 2 +-
.../Common/Errors/InvalidOffsetException.cs | 2 +-
.../Errors/InvalidPartitionsException.cs | 2 +-
.../Errors/InvalidPidMappingException.cs | 2 +-
.../Errors/InvalidPrincipalTypeException.cs | 2 +-
.../Errors/InvalidProducerEpochException.cs | 2 +-
.../InvalidReplicaAssignmentException.cs | 2 +-
.../InvalidReplicationFactorException.cs | 2 +-
.../Common/Errors/InvalidRequestException.cs | 2 +-
.../Errors/InvalidRequiredAcksException.cs | 2 +-
.../Errors/InvalidSessionTimeoutException.cs | 2 +-
.../Errors/InvalidTimestampException.cs | 2 +-
.../Common/Errors/InvalidTopicException.cs | 2 +-
.../Common/Errors/InvalidTxnStateException.cs | 2 +-
.../Errors/InvalidTxnTimeoutException.cs | 2 +-
.../Errors/InvalidUpdateVersionException.cs | 2 +-
.../Common/Errors/KafkaStorageException.cs | 2 +-
.../Errors/LeaderNotAvailableException.cs | 2 +-
.../Errors/ListenerNotFoundException.cs | 2 +-
.../Common/Errors/LogDirNotFoundException.cs | 2 +-
.../Errors/MemberIdRequiredException.cs | 2 +-
.../Kafka/Common/Errors/NetworkException.cs | 2 +-
.../Errors/NewLeaderElectedException.cs | 2 +-
.../NoReassignmentInProgressException.cs | 2 +-
.../Common/Errors/NotControllerException.cs | 2 +-
.../Common/Errors/NotCoordinatorException.cs | 2 +-
.../NotEnoughReplicasAfterAppendException.cs | 2 +-
.../Errors/NotEnoughReplicasException.cs | 2 +-
.../Errors/NotLeaderOrFollowerException.cs | 2 +-
.../Common/Errors/OffsetMetadataTooLarge.cs | 2 +-
.../OffsetMovedToTieredStorageException.cs | 2 +-
.../Errors/OffsetNotAvailableException.cs | 2 +-
.../Errors/OffsetOutOfRangeException.cs | 2 +-
.../Errors/OperationNotAttemptedException.cs | 2 +-
.../Errors/OutOfOrderSequenceException.cs | 2 +-
.../Common/Errors/PolicyViolationException.cs | 2 +-
.../Errors/PositionOutOfRangeException.cs | 2 +-
.../PreferredLeaderNotAvailableException.cs | 2 +-
.../PrincipalDeserializationException.cs | 2 +-
.../Common/Errors/ProducerFencedException.cs | 2 +-
.../Errors/ReassignmentInProgressException.cs | 2 +-
.../Errors/RebalanceInProgressException.cs | 2 +-
.../Errors/RecordBatchTooLargeException.cs | 2 +-
.../Errors/RecordDeserializationException.cs | 2 +-
.../Common/Errors/RecordTooLargeException.cs | 2 +-
.../Errors/ReplicaNotAvailableException.cs | 2 +-
.../Errors/ResourceNotFoundException.cs | 2 +-
.../Kafka/Common/Errors/RetriableException.cs | 2 +-
.../Errors/SaslAuthenticationException.cs | 2 +-
.../Errors/SecurityDisabledException.cs | 2 +-
.../Common/Errors/SerializationException.cs | 2 +-
.../Errors/SnapshotNotFoundException.cs | 2 +-
.../Errors/SslAuthenticationException.cs | 2 +-
.../Errors/StaleBrokerEpochException.cs | 2 +-
.../Errors/StaleMemberEpochException.cs} | 8 +-
.../ThrottlingQuotaExceededException.cs | 2 +-
.../Kafka/Common/Errors/TimeoutException.cs | 2 +-
.../Errors/TopicAuthorizationException.cs | 2 +-
.../Errors/TopicDeletionDisabledException.cs | 2 +-
.../Common/Errors/TopicExistsException.cs | 2 +-
.../Errors/TransactionAbortedException.cs | 2 +-
.../TransactionCoordinatorFencedException.cs | 2 +-
.../TransactionalIdAuthorizationException.cs | 2 +-
.../TransactionalIdNotFoundException.cs | 2 +-
.../Errors/UnacceptableCredentialException.cs | 2 +-
.../Errors/UnknownLeaderEpochException.cs | 2 +-
.../Common/Errors/UnknownMemberIdException.cs | 2 +-
.../Errors/UnknownProducerIdException.cs | 2 +-
.../Common/Errors/UnknownServerException.cs | 2 +-
.../Common/Errors/UnknownTopicIdException.cs | 2 +-
.../UnknownTopicOrPartitionException.cs | 2 +-
.../Errors/UnreleasedInstanceIdException.cs | 2 +-
.../Errors/UnstableOffsetCommitException.cs | 2 +-
.../Errors/UnsupportedAssignorException.cs | 2 +-
.../UnsupportedByAuthenticationException.cs | 2 +-
.../UnsupportedCompressionTypeException.cs | 2 +-
.../UnsupportedForMessageFormatException.cs | 2 +-
.../UnsupportedSaslMechanismException.cs | 2 +-
.../Errors/UnsupportedVersionException.cs | 2 +-
.../Kafka/Common/Errors/WakeupException.cs | 2 +-
.../Kafka/Common/Header/AllPackageClasses.cs | 6 +-
.../Org/Apache/Kafka/Common/Header/Header.cs | 6 +-
.../Org/Apache/Kafka/Common/Header/Headers.cs | 14 +-
.../Kafka/Common/InvalidRecordException.cs | 2 +-
.../Org/Apache/Kafka/Common/IsolationLevel.cs | 14 +-
.../Org/Apache/Kafka/Common/KafkaException.cs | 2 +-
.../Org/Apache/Kafka/Common/KafkaFuture.cs | 58 +--
.../Kafka/Common/Memory/AllPackageClasses.cs | 8 +-
.../Memory/GarbageCollectedMemoryPool.cs | 6 +-
.../Apache/Kafka/Common/Memory/MemoryPool.cs | 14 +-
.../Kafka/Common/Memory/SimpleMemoryPool.cs | 14 +-
.../Apache/Kafka/Common/MessageFormatter.cs | 8 +-
.../Org/Apache/Kafka/Common/Metric.cs | 6 +-
.../Org/Apache/Kafka/Common/MetricName.cs | 12 +-
.../Apache/Kafka/Common/MetricNameTemplate.cs | 14 +-
.../Kafka/Common/Metrics/AllPackageClasses.cs | 42 +-
.../Kafka/Common/Metrics/CompoundStat.cs | 10 +-
.../Org/Apache/Kafka/Common/Metrics/Gauge.cs | 6 +-
.../Kafka/Common/Metrics/JmxReporter.cs | 40 +-
.../Kafka/Common/Metrics/KafkaMetric.cs | 14 +-
.../Common/Metrics/KafkaMetricsContext.cs | 8 +-
.../Apache/Kafka/Common/Metrics/Measurable.cs | 4 +-
.../Kafka/Common/Metrics/MeasurableStat.cs | 2 +-
.../Kafka/Common/Metrics/MetricConfig.cs | 26 +-
.../Common/Metrics/MetricValueProvider.cs | 2 +-
.../Apache/Kafka/Common/Metrics/Metrics.cs | 78 ++--
.../Kafka/Common/Metrics/MetricsContext.cs | 6 +-
.../Kafka/Common/Metrics/MetricsReporter.cs | 40 +-
.../Org/Apache/Kafka/Common/Metrics/Quota.cs | 14 +-
.../Common/Metrics/QuotaViolationException.cs | 2 +-
.../Org/Apache/Kafka/Common/Metrics/Sensor.cs | 52 +--
.../Org/Apache/Kafka/Common/Metrics/Stat.cs | 4 +-
.../Common/Metrics/Stats/AllPackageClasses.cs | 46 +-
.../Apache/Kafka/Common/Metrics/Stats/Avg.cs | 2 +-
.../Common/Metrics/Stats/CumulativeCount.cs | 2 +-
.../Common/Metrics/Stats/CumulativeSum.cs | 8 +-
.../Kafka/Common/Metrics/Stats/Frequencies.cs | 10 +-
.../Kafka/Common/Metrics/Stats/Frequency.cs | 8 +-
.../Kafka/Common/Metrics/Stats/Histogram.cs | 34 +-
.../Apache/Kafka/Common/Metrics/Stats/Max.cs | 2 +-
.../Kafka/Common/Metrics/Stats/Meter.cs | 14 +-
.../Apache/Kafka/Common/Metrics/Stats/Min.cs | 2 +-
.../Kafka/Common/Metrics/Stats/Percentile.cs | 8 +-
.../Kafka/Common/Metrics/Stats/Percentiles.cs | 18 +-
.../Apache/Kafka/Common/Metrics/Stats/Rate.cs | 16 +-
.../Kafka/Common/Metrics/Stats/SampledStat.cs | 8 +-
.../Kafka/Common/Metrics/Stats/SimpleRate.cs | 2 +-
.../Kafka/Common/Metrics/Stats/TokenBucket.cs | 8 +-
.../Kafka/Common/Metrics/Stats/Value.cs | 6 +-
.../Common/Metrics/Stats/WindowedCount.cs | 2 +-
.../Kafka/Common/Metrics/Stats/WindowedSum.cs | 2 +-
.../Generated/Org/Apache/Kafka/Common/Node.cs | 22 +-
.../Org/Apache/Kafka/Common/PartitionInfo.cs | 18 +-
.../Kafka/Common/Quota/AllPackageClasses.cs | 12 +-
.../Common/Quota/ClientQuotaAlteration.cs | 14 +-
.../Kafka/Common/Quota/ClientQuotaEntity.cs | 14 +-
.../Kafka/Common/Quota/ClientQuotaFilter.cs | 12 +-
.../Quota/ClientQuotaFilterComponent.cs | 12 +-
.../Org/Apache/Kafka/Common/Reconfigurable.cs | 8 +-
.../Record/AbstractLegacyRecordBatch.cs | 26 +-
.../Kafka/Common/Record/AllPackageClasses.cs | 52 +--
.../Kafka/Common/Record/CompressionType.cs | 30 +-
.../Kafka/Common/Record/ControlRecordType.cs | 26 +-
.../Kafka/Common/Record/ControlRecordUtils.cs | 8 +-
.../Kafka/Common/Record/DefaultRecordBatch.cs | 36 +-
.../Kafka/Common/Record/FileLogInputStream.cs | 6 +-
.../Record/LazyDownConversionRecords.cs | 6 +-
.../Kafka/Common/Record/LegacyRecord.cs | 102 ++---
.../Common/Record/MemoryRecordsBuilder.cs | 100 ++---
.../Kafka/Common/Record/MultiRecordsSend.cs | 8 +-
.../Kafka/Common/Record/MutableRecordBatch.cs | 12 +-
.../Org/Apache/Kafka/Common/Record/Record.cs | 34 +-
.../Apache/Kafka/Common/Record/RecordBatch.cs | 68 +--
.../Common/Record/RecordConversionStats.cs | 14 +-
.../Kafka/Common/Record/RecordVersion.cs | 20 +-
.../Apache/Kafka/Common/Record/RecordsUtil.cs | 2 +-
.../Common/Record/RemoteLogInputStream.cs | 6 +-
.../Kafka/Common/Record/SimpleRecord.cs | 28 +-
.../Kafka/Common/Record/TimestampType.cs | 18 +-
.../Common/Record/TransferableRecords.cs | 2 +-
.../Common/Record/UnalignedFileRecords.cs | 6 +-
.../Common/Record/UnalignedMemoryRecords.cs | 8 +-
.../Kafka/Common/Record/UnalignedRecords.cs | 2 +-
.../Kafka/Common/Replica/AllPackageClasses.cs | 18 +-
.../Kafka/Common/Replica/ClientMetadata.cs | 24 +-
.../Kafka/Common/Replica/PartitionView.cs | 12 +-
.../Replica/RackAwareReplicaSelector.cs | 4 +-
.../Kafka/Common/Replica/ReplicaSelector.cs | 8 +-
.../Kafka/Common/Replica/ReplicaView.cs | 18 +-
.../Common/Resource/AllPackageClasses.cs | 12 +-
.../Kafka/Common/Resource/PatternType.cs | 26 +-
.../Apache/Kafka/Common/Resource/Resource.cs | 14 +-
.../Kafka/Common/Resource/ResourcePattern.cs | 16 +-
.../Common/Resource/ResourcePatternFilter.cs | 20 +-
.../Kafka/Common/Resource/ResourceType.cs | 30 +-
.../Common/Security/AllPackageClasses.cs | 8 +-
.../Common/Security/Auth/AllPackageClasses.cs | 30 +-
.../Auth/AuthenticateCallbackHandler.cs | 6 +-
.../Security/Auth/AuthenticationContext.cs | 8 +-
.../Common/Security/Auth/KafkaPrincipal.cs | 18 +-
.../Security/Auth/KafkaPrincipalBuilder.cs | 4 +-
.../Security/Auth/KafkaPrincipalSerde.cs | 6 +-
.../Kafka/Common/Security/Auth/Login.cs | 12 +-
.../Auth/PlaintextAuthenticationContext.cs | 10 +-
.../Auth/SaslAuthenticationContext.cs | 16 +-
.../Common/Security/Auth/SaslExtensions.cs | 8 +-
.../Security/Auth/SaslExtensionsCallback.cs | 6 +-
.../Common/Security/Auth/SecurityProtocol.cs | 24 +-
.../Security/Auth/SecurityProviderCreator.cs | 6 +-
.../Security/Auth/SslAuthenticationContext.cs | 12 +-
.../Common/Security/Auth/SslEngineFactory.cs | 14 +-
.../Security/Authenticator/AbstractLogin.cs | 14 +-
.../Authenticator/AllPackageClasses.cs | 30 +-
.../Security/Authenticator/CredentialCache.cs | 26 +-
.../DefaultKafkaPrincipalBuilder.cs | 8 +-
.../Security/Authenticator/DefaultLogin.cs | 2 +-
.../Security/Authenticator/LoginManager.cs | 12 +-
.../Authenticator/SaslClientAuthenticator.cs | 54 +--
.../SaslClientCallbackHandler.cs | 8 +-
.../Authenticator/SaslInternalConfigs.cs | 4 +-
.../Authenticator/SaslServerAuthenticator.cs | 20 +-
.../SaslServerCallbackHandler.cs | 8 +-
.../Kafka/Common/Security/JaasContext.cs | 26 +-
.../Apache/Kafka/Common/Security/JaasUtils.cs | 18 +-
.../Security/Oauthbearer/AllPackageClasses.cs | 16 +-
.../OAuthBearerExtensionsValidatorCallback.cs | 18 +-
.../OAuthBearerLoginCallbackHandler.cs | 20 +-
.../Oauthbearer/OAuthBearerLoginModule.cs | 14 +-
.../Security/Oauthbearer/OAuthBearerToken.cs | 12 +-
.../Oauthbearer/OAuthBearerTokenCallback.cs | 14 +-
.../OAuthBearerValidatorCallback.cs | 18 +-
.../OAuthBearerValidatorCallbackHandler.cs | 8 +-
.../Oauthbearer/Secured/AllPackageClasses.cs | 2 +-
.../Security/Plain/AllPackageClasses.cs | 6 +-
.../Plain/Internals/AllPackageClasses.cs | 10 +-
.../Plain/Internals/PlainSaslServer.cs | 26 +-
.../Internals/PlainSaslServerProvider.cs | 4 +-
.../Internals/PlainServerCallbackHandler.cs | 8 +-
.../Plain/PlainAuthenticateCallback.cs | 10 +-
.../Common/Security/Plain/PlainLoginModule.cs | 12 +-
.../Security/Scram/AllPackageClasses.cs | 10 +-
.../Common/Security/Scram/ScramCredential.cs | 12 +-
.../Security/Scram/ScramCredentialCallback.cs | 6 +-
.../Security/Scram/ScramExtensionsCallback.cs | 6 +-
.../Common/Security/Scram/ScramLoginModule.cs | 14 +-
.../Common/Security/Ssl/AllPackageClasses.cs | 10 +-
.../Security/Ssl/DefaultSslEngineFactory.cs | 22 +-
.../Kafka/Common/Security/Ssl/SslFactory.cs | 18 +-
.../Common/Security/Ssl/SslPrincipalMapper.cs | 8 +-
.../Token/Delegation/AllPackageClasses.cs | 6 +-
.../Token/Delegation/DelegationToken.cs | 10 +-
.../Token/Delegation/TokenInformation.cs | 28 +-
.../Common/Serialization/AllPackageClasses.cs | 102 ++---
.../Serialization/BooleanDeserializer.cs | 4 +-
.../Common/Serialization/BooleanSerializer.cs | 6 +-
.../Serialization/ByteArrayDeserializer.cs | 4 +-
.../Serialization/ByteArraySerializer.cs | 6 +-
.../Serialization/ByteBufferDeserializer.cs | 4 +-
.../Serialization/ByteBufferSerializer.cs | 6 +-
.../Common/Serialization/BytesDeserializer.cs | 4 +-
.../Common/Serialization/BytesSerializer.cs | 6 +-
.../Common/Serialization/Deserializer.cs | 36 +-
.../Serialization/DoubleDeserializer.cs | 4 +-
.../Common/Serialization/DoubleSerializer.cs | 6 +-
.../Common/Serialization/FloatDeserializer.cs | 4 +-
.../Common/Serialization/FloatSerializer.cs | 6 +-
.../Serialization/IntegerDeserializer.cs | 4 +-
.../Common/Serialization/IntegerSerializer.cs | 6 +-
.../Common/Serialization/ListDeserializer.cs | 22 +-
.../Common/Serialization/ListSerializer.cs | 26 +-
.../Common/Serialization/LongDeserializer.cs | 4 +-
.../Common/Serialization/LongSerializer.cs | 6 +-
.../Kafka/Common/Serialization/Serde.cs | 18 +-
.../Kafka/Common/Serialization/Serdes.cs | 56 +--
.../Kafka/Common/Serialization/Serializer.cs | 36 +-
.../Common/Serialization/ShortDeserializer.cs | 4 +-
.../Common/Serialization/ShortSerializer.cs | 6 +-
.../Serialization/StringDeserializer.cs | 6 +-
.../Common/Serialization/StringSerializer.cs | 8 +-
.../Common/Serialization/UUIDDeserializer.cs | 6 +-
.../Common/Serialization/UUIDSerializer.cs | 8 +-
.../Common/Serialization/VoidDeserializer.cs | 4 +-
.../Apache/Kafka/Common/TopicCollection.cs | 10 +-
.../Apache/Kafka/Common/TopicIdPartition.cs | 14 +-
.../Org/Apache/Kafka/Common/TopicPartition.cs | 8 +-
.../Apache/Kafka/Common/TopicPartitionInfo.cs | 12 +-
.../Kafka/Common/TopicPartitionReplica.cs | 10 +-
.../Kafka/Common/Utils/AbstractIterator.cs | 18 +-
.../Kafka/Common/Utils/AllPackageClasses.cs | 155 ++++---
.../Kafka/Common/Utils/AppInfoParser.cs | 24 +-
.../Kafka/Common/Utils/BufferSupplier.cs | 12 +-
.../Common/Utils/ByteBufferInputStream.cs | 4 +-
.../Common/Utils/ByteBufferOutputStream.cs | 24 +-
.../Kafka/Common/Utils/ByteBufferUnmapper.cs | 4 +-
.../Apache/Kafka/Common/Utils/ByteUtils.cs | 60 +--
.../Org/Apache/Kafka/Common/Utils/Bytes.cs | 16 +-
.../Apache/Kafka/Common/Utils/Checksums.cs | 10 +-
.../Common/Utils/ChildFirstClassLoader.cs | 4 +-
.../Kafka/Common/Utils/ChunkedBytesStream.cs | 78 ++++
.../Kafka/Common/Utils/CircularIterator.cs | 22 +-
.../Kafka/Common/Utils/CloseableIterator.cs | 10 +-
.../Kafka/Common/Utils/CollectionUtils.cs | 10 +-
.../Apache/Kafka/Common/Utils/ConfigUtils.cs | 8 +-
.../Kafka/Common/Utils/CopyOnWriteMap.cs | 70 ++--
.../Org/Apache/Kafka/Common/Utils/Crc32C.cs | 8 +-
.../Org/Apache/Kafka/Common/Utils/Exit.cs | 28 +-
.../Kafka/Common/Utils/ExponentialBackoff.cs | 6 +-
.../Kafka/Common/Utils/FixedOrderMap.cs | 2 +-
.../Kafka/Common/Utils/FlattenedIterator.cs | 10 +-
.../Apache/Kafka/Common/Utils/KafkaThread.cs | 10 +-
.../Apache/Kafka/Common/Utils/LogContext.cs | 6 +-
.../Common/Utils/LoggingSignalHandler.cs | 4 +-
.../Kafka/Common/Utils/MappedIterator.cs | 14 +-
.../Kafka/Common/Utils/OperatingSystem.cs | 8 +-
.../Apache/Kafka/Common/Utils/PrimitiveRef.cs | 10 +-
.../Kafka/Common/Utils/ProducerIdAndEpoch.cs | 12 +-
.../Kafka/Common/Utils/PureJavaCrc32C.cs | 10 +-
.../Apache/Kafka/Common/Utils/Sanitizer.cs | 8 +-
.../Apache/Kafka/Common/Utils/Scheduler.cs | 8 +-
.../Kafka/Common/Utils/SecurityUtils.cs | 20 +-
.../Org/Apache/Kafka/Common/Utils/Shell.cs | 18 +-
.../Kafka/Common/Utils/SystemScheduler.cs | 6 +-
.../Apache/Kafka/Common/Utils/SystemTime.cs | 10 +-
.../Apache/Kafka/Common/Utils/ThreadUtils.cs | 4 +-
.../Org/Apache/Kafka/Common/Utils/Time.cs | 20 +-
.../Org/Apache/Kafka/Common/Utils/Timer.cs | 26 +-
.../Org/Apache/Kafka/Common/Utils/Utils.cs | 182 ++++----
.../Generated/Org/Apache/Kafka/Common/Uuid.cs | 20 +-
.../Kafka/Connect/Cli/AllPackageClasses.cs | 6 +-
.../Kafka/Connect/Cli/ConnectDistributed.cs | 6 +-
.../Kafka/Connect/Cli/ConnectStandalone.cs | 4 +-
.../Connect/Components/AllPackageClasses.cs | 4 +-
.../Kafka/Connect/Components/Versioned.cs | 4 +-
.../Connect/Connector/AllPackageClasses.cs | 12 +-
.../Kafka/Connect/Connector/ConnectRecord.cs | 50 +--
.../Kafka/Connect/Connector/Connector.cs | 20 +-
.../Connect/Connector/ConnectorContext.cs | 6 +-
.../Apache/Kafka/Connect/Connector/Task.cs | 8 +-
.../Connect/Converters/AllPackageClasses.cs | 16 +-
.../Connect/Converters/ByteArrayConverter.cs | 18 +-
.../Connect/Converters/DoubleConverter.cs | 2 +-
.../Connect/Converters/FloatConverter.cs | 2 +-
.../Connect/Converters/IntegerConverter.cs | 2 +-
.../Kafka/Connect/Converters/LongConverter.cs | 2 +-
.../Converters/NumberConverterConfig.cs | 6 +-
.../Connect/Converters/ShortConverter.cs | 2 +-
.../Kafka/Connect/Data/AllPackageClasses.cs | 28 +-
.../Kafka/Connect/Data/ConnectSchema.cs | 40 +-
.../Org/Apache/Kafka/Connect/Data/Date.cs | 12 +-
.../Org/Apache/Kafka/Connect/Data/Decimal.cs | 14 +-
.../Org/Apache/Kafka/Connect/Data/Field.cs | 10 +-
.../Org/Apache/Kafka/Connect/Data/Schema.cs | 94 ++---
.../Kafka/Connect/Data/SchemaAndValue.cs | 10 +-
.../Kafka/Connect/Data/SchemaBuilder.cs | 74 ++--
.../Kafka/Connect/Data/SchemaProjector.cs | 4 +-
.../Org/Apache/Kafka/Connect/Data/Struct.cs | 42 +-
.../Org/Apache/Kafka/Connect/Data/Time.cs | 12 +-
.../Apache/Kafka/Connect/Data/Timestamp.cs | 12 +-
.../Org/Apache/Kafka/Connect/Data/Values.cs | 38 +-
.../Kafka/Connect/Errors/AllPackageClasses.cs | 18 +-
.../Connect/Errors/AlreadyExistsException.cs | 2 +-
.../Kafka/Connect/Errors/ConnectException.cs | 2 +-
.../Kafka/Connect/Errors/DataException.cs | 2 +-
.../Errors/IllegalWorkerStateException.cs | 2 +-
.../Kafka/Connect/Errors/NotFoundException.cs | 2 +-
.../Connect/Errors/RetriableException.cs | 2 +-
.../Connect/Errors/SchemaBuilderException.cs | 2 +-
.../Errors/SchemaProjectorException.cs | 2 +-
.../Kafka/Connect/Header/AllPackageClasses.cs | 10 +-
.../Kafka/Connect/Header/ConnectHeaders.cs | 66 +--
.../Org/Apache/Kafka/Connect/Header/Header.cs | 12 +-
.../Apache/Kafka/Connect/Header/Headers.cs | 64 +--
.../Kafka/Connect/Health/AbstractState.cs | 10 +-
.../Kafka/Connect/Health/AllPackageClasses.cs | 16 +-
.../Connect/Health/ConnectClusterDetails.cs | 4 +-
.../Connect/Health/ConnectClusterState.cs | 10 +-
.../Kafka/Connect/Health/ConnectorHealth.cs | 12 +-
.../Kafka/Connect/Health/ConnectorState.cs | 4 +-
.../Kafka/Connect/Health/ConnectorType.cs | 12 +-
.../Apache/Kafka/Connect/Health/TaskState.cs | 6 +-
.../Kafka/Connect/Json/AllPackageClasses.cs | 14 +-
.../Kafka/Connect/Json/DecimalFormat.cs | 10 +-
.../Kafka/Connect/Json/JsonConverter.cs | 18 +-
.../Kafka/Connect/Json/JsonConverterConfig.cs | 30 +-
.../Kafka/Connect/Json/JsonDeserializer.cs | 4 +-
.../Apache/Kafka/Connect/Json/JsonSchema.cs | 2 +-
.../Kafka/Connect/Json/JsonSerializer.cs | 4 +-
.../Kafka/Connect/Mirror/AllPackageClasses.cs | 62 +--
.../Apache/Kafka/Connect/Mirror/Checkpoint.cs | 34 +-
.../Connect/Mirror/ConfigPropertyFilter.cs | 10 +-
.../Mirror/DefaultConfigPropertyFilter.cs | 18 +-
.../Connect/Mirror/DefaultGroupFilter.cs | 18 +-
.../Mirror/DefaultReplicationPolicy.cs | 22 +-
.../Connect/Mirror/DefaultTopicFilter.cs | 18 +-
.../Mirror/Formatters/AllPackageClasses.cs | 8 +-
.../Mirror/Formatters/CheckpointFormatter.cs | 4 +-
.../Mirror/Formatters/HeartbeatFormatter.cs | 4 +-
.../Mirror/Formatters/OffsetSyncFormatter.cs | 4 +-
.../Kafka/Connect/Mirror/GroupFilter.cs | 8 +-
.../Apache/Kafka/Connect/Mirror/Heartbeat.cs | 22 +-
.../Mirror/IdentityReplicationPolicy.cs | 4 +-
.../Connect/Mirror/MirrorCheckpointConfig.cs | 64 +--
.../Mirror/MirrorCheckpointConnector.cs | 2 +-
.../Connect/Mirror/MirrorCheckpointTask.cs | 2 +-
.../Mirror/MirrorCheckpointTaskConfig.cs | 4 +-
.../Kafka/Connect/Mirror/MirrorClient.cs | 24 +-
.../Connect/Mirror/MirrorClientConfig.cs | 30 +-
.../Connect/Mirror/MirrorConnectorConfig.cs | 40 +-
.../Connect/Mirror/MirrorHeartbeatConfig.cs | 20 +-
.../Mirror/MirrorHeartbeatConnector.cs | 2 +-
.../Connect/Mirror/MirrorHeartbeatTask.cs | 2 +-
.../Kafka/Connect/Mirror/MirrorMaker.cs | 20 +-
.../Kafka/Connect/Mirror/MirrorMakerConfig.cs | 20 +-
.../Connect/Mirror/MirrorSourceConfig.cs | 88 ++--
.../Connect/Mirror/MirrorSourceConnector.cs | 2 +-
.../Kafka/Connect/Mirror/MirrorSourceTask.cs | 2 +-
.../Connect/Mirror/MirrorSourceTaskConfig.cs | 4 +-
.../Apache/Kafka/Connect/Mirror/OffsetSync.cs | 20 +-
.../Connect/Mirror/RemoteClusterUtils.cs | 12 +-
.../Kafka/Connect/Mirror/ReplicationPolicy.cs | 24 +-
.../Kafka/Connect/Mirror/SourceAndTarget.cs | 8 +-
.../Kafka/Connect/Mirror/TopicFilter.cs | 8 +-
.../Kafka/Connect/Rest/AllPackageClasses.cs | 2 +-
.../Basic/Auth/Extension/AllPackageClasses.cs | 10 +-
.../BasicAuthSecurityRestExtension.cs | 8 +-
.../Auth/Extension/JaasBasicAuthFilter.cs | 6 +-
.../Auth/Extension/PropertyFileLoginModule.cs | 12 +-
.../Kafka/Connect/Sink/AllPackageClasses.cs | 14 +-
.../Connect/Sink/ErrantRecordReporter.cs | 4 +-
.../Kafka/Connect/Sink/SinkConnector.cs | 4 +-
.../Connect/Sink/SinkConnectorContext.cs | 2 +-
.../Apache/Kafka/Connect/Sink/SinkRecord.cs | 12 +-
.../Org/Apache/Kafka/Connect/Sink/SinkTask.cs | 22 +-
.../Kafka/Connect/Sink/SinkTaskContext.cs | 20 +-
.../Kafka/Connect/Source/AllPackageClasses.cs | 20 +-
.../Source/ConnectorTransactionBoundaries.cs | 10 +-
.../Connect/Source/ExactlyOnceSupport.cs | 10 +-
.../Kafka/Connect/Source/SourceConnector.cs | 6 +-
.../Connect/Source/SourceConnectorContext.cs | 2 +-
.../Kafka/Connect/Source/SourceRecord.cs | 18 +-
.../Apache/Kafka/Connect/Source/SourceTask.cs | 30 +-
.../Kafka/Connect/Source/SourceTaskContext.cs | 6 +-
.../Connect/Source/TransactionContext.cs | 10 +-
.../Connect/Transforms/AllPackageClasses.cs | 150 +++----
.../Apache/Kafka/Connect/Transforms/Cast.cs | 30 +-
.../Kafka/Connect/Transforms/DropHeaders.cs | 30 +-
.../Kafka/Connect/Transforms/ExtractField.cs | 26 +-
.../Apache/Kafka/Connect/Transforms/Filter.cs | 26 +-
.../Kafka/Connect/Transforms/Flatten.cs | 26 +-
.../Kafka/Connect/Transforms/HeaderFrom.cs | 46 +-
.../Kafka/Connect/Transforms/HoistField.cs | 26 +-
.../Kafka/Connect/Transforms/InsertField.cs | 26 +-
.../Kafka/Connect/Transforms/InsertHeader.cs | 34 +-
.../Kafka/Connect/Transforms/MaskField.cs | 26 +-
.../Predicates/AllPackageClasses.cs | 18 +-
.../Transforms/Predicates/HasHeaderKey.cs | 26 +-
.../Transforms/Predicates/Predicate.cs | 14 +-
.../Predicates/RecordIsTombstone.cs | 26 +-
.../Transforms/Predicates/TopicNameMatches.cs | 26 +-
.../Kafka/Connect/Transforms/RegexRouter.cs | 26 +-
.../Kafka/Connect/Transforms/ReplaceField.cs | 26 +-
.../Connect/Transforms/SetSchemaMetadata.cs | 26 +-
.../Connect/Transforms/TimestampConverter.cs | 54 +--
.../Connect/Transforms/TimestampRouter.cs | 26 +-
.../Connect/Transforms/Transformation.cs | 14 +-
.../Transforms/Util/AllPackageClasses.cs | 12 +-
.../Transforms/Util/NonEmptyListValidator.cs | 4 +-
.../Connect/Transforms/Util/RegexValidator.cs | 4 +-
.../Connect/Transforms/Util/Requirements.cs | 14 +-
.../Connect/Transforms/Util/SchemaUtil.cs | 6 +-
.../Connect/Transforms/Util/SimpleConfig.cs | 4 +-
.../Kafka/Connect/Transforms/ValueToKey.cs | 30 +-
.../Kafka/Connect/Util/AllPackageClasses.cs | 48 +--
.../Org/Apache/Kafka/Connect/Util/Callback.cs | 6 +-
.../Apache/Kafka/Connect/Util/ConnectUtils.cs | 22 +-
.../Kafka/Connect/Util/ConnectorTaskId.cs | 12 +-
.../Kafka/Connect/Util/ConnectorUtils.cs | 4 +-
.../Connect/Util/ConvertingFutureCallback.cs | 34 +-
.../Kafka/Connect/Util/FutureCallback.cs | 6 +-
.../Kafka/Connect/Util/KafkaBasedLog.cs | 50 +--
.../Kafka/Connect/Util/LoggingContext.cs | 30 +-
.../Apache/Kafka/Connect/Util/RetryUtil.cs | 4 +-
.../Connect/Util/SafeObjectInputStream.cs | 4 +-
.../Apache/Kafka/Connect/Util/SinkUtils.cs | 10 +-
.../Org/Apache/Kafka/Connect/Util/Table.cs | 26 +-
.../Apache/Kafka/Connect/Util/TopicAdmin.cs | 78 ++--
.../Kafka/Connect/Util/TopicCreation.cs | 16 +-
.../Kafka/Connect/Util/TopicCreationGroup.cs | 8 +-
.../Apache/Kafka/Streams/AllPackageClasses.cs | 60 +--
.../Kafka/Streams/Errors/AllPackageClasses.cs | 58 +--
.../Streams/Errors/BrokerNotFoundException.cs | 2 +-
.../DefaultProductionExceptionHandler.cs | 6 +-
.../Errors/DeserializationExceptionHandler.cs | 16 +-
.../Errors/InvalidStateStoreException.cs | 2 +-
.../InvalidStateStorePartitionException.cs | 2 +-
.../Kafka/Streams/Errors/LockException.cs | 2 +-
.../Errors/LogAndContinueExceptionHandler.cs | 6 +-
.../Errors/LogAndFailExceptionHandler.cs | 6 +-
.../Errors/MissingSourceTopicException.cs | 2 +-
.../Streams/Errors/ProcessorStateException.cs | 2 +-
.../Errors/ProductionExceptionHandler.cs | 18 +-
.../Errors/StateStoreMigratedException.cs | 2 +-
.../Errors/StateStoreNotAvailableException.cs | 2 +-
.../Kafka/Streams/Errors/StreamsException.cs | 2 +-
.../Errors/StreamsNotStartedException.cs | 2 +-
.../Errors/StreamsRebalancingException.cs | 2 +-
.../Streams/Errors/StreamsStoppedException.cs | 2 +-
.../Errors/StreamsUncaughtExceptionHandler.cs | 22 +-
.../Streams/Errors/TaskAssignmentException.cs | 2 +-
.../Streams/Errors/TaskCorruptedException.cs | 2 +-
.../Streams/Errors/TaskIdFormatException.cs | 2 +-
.../Streams/Errors/TaskMigratedException.cs | 2 +-
.../Kafka/Streams/Errors/TopologyException.cs | 2 +-
.../Errors/UnknownStateStoreException.cs | 2 +-
.../Errors/UnknownTopologyException.cs | 2 +-
.../Kafka/Streams/KafkaClientSupplier.cs | 24 +-
.../Org/Apache/Kafka/Streams/KafkaStreams.cs | 102 ++---
.../Apache/Kafka/Streams/KeyQueryMetadata.cs | 12 +-
.../Org/Apache/Kafka/Streams/KeyValue.cs | 18 +-
.../Kafka/Streams/Kstream/Aggregator.cs | 12 +-
.../Streams/Kstream/AllPackageClasses.cs | 212 +++++-----
.../Apache/Kafka/Streams/Kstream/Branched.cs | 22 +-
.../Kafka/Streams/Kstream/BranchedKStream.cs | 22 +-
.../Kafka/Streams/Kstream/CogroupedKStream.cs | 34 +-
.../Apache/Kafka/Streams/Kstream/Consumed.cs | 38 +-
.../Kafka/Streams/Kstream/EmitStrategy.cs | 18 +-
.../Kafka/Streams/Kstream/ForeachAction.cs | 12 +-
.../Kafka/Streams/Kstream/ForeachProcessor.cs | 10 +-
.../Kafka/Streams/Kstream/GlobalKTable.cs | 6 +-
.../Apache/Kafka/Streams/Kstream/Grouped.cs | 30 +-
.../Kafka/Streams/Kstream/Initializer.cs | 12 +-
.../Kafka/Streams/Kstream/JoinWindows.cs | 14 +-
.../Apache/Kafka/Streams/Kstream/Joined.cs | 50 +--
.../Kafka/Streams/Kstream/KGroupedStream.cs | 58 +--
.../Kafka/Streams/Kstream/KGroupedTable.cs | 46 +-
.../Apache/Kafka/Streams/Kstream/KStream.cs | 278 ++++++------
.../Apache/Kafka/Streams/Kstream/KTable.cs | 178 ++++----
.../Kafka/Streams/Kstream/KeyValueMapper.cs | 12 +-
.../Kafka/Streams/Kstream/Materialized.cs | 70 ++--
.../Apache/Kafka/Streams/Kstream/Merger.cs | 12 +-
.../Org/Apache/Kafka/Streams/Kstream/Named.cs | 4 +-
.../Apache/Kafka/Streams/Kstream/Predicate.cs | 12 +-
.../Apache/Kafka/Streams/Kstream/Printed.cs | 18 +-
.../Apache/Kafka/Streams/Kstream/Produced.cs | 38 +-
.../Apache/Kafka/Streams/Kstream/Reducer.cs | 12 +-
.../Kafka/Streams/Kstream/Repartitioned.cs | 34 +-
.../SessionWindowedCogroupedKStream.cs | 18 +-
.../Kstream/SessionWindowedDeserializer.cs | 18 +-
.../Streams/Kstream/SessionWindowedKStream.cs | 54 +--
.../Kstream/SessionWindowedSerializer.cs | 26 +-
.../Kafka/Streams/Kstream/SessionWindows.cs | 10 +-
.../Kafka/Streams/Kstream/SlidingWindows.cs | 10 +-
.../Kafka/Streams/Kstream/StreamJoined.cs | 46 +-
.../Kafka/Streams/Kstream/Suppressed.cs | 50 +--
.../Kafka/Streams/Kstream/TableJoined.cs | 18 +-
.../Kstream/TimeWindowedCogroupedKStream.cs | 18 +-
.../Kstream/TimeWindowedDeserializer.cs | 26 +-
.../Streams/Kstream/TimeWindowedKStream.cs | 54 +--
.../Streams/Kstream/TimeWindowedSerializer.cs | 26 +-
.../Kafka/Streams/Kstream/TimeWindows.cs | 12 +-
.../Kafka/Streams/Kstream/Transformer.cs | 28 +-
.../Kafka/Streams/Kstream/UnlimitedWindows.cs | 8 +-
.../Kafka/Streams/Kstream/ValueJoiner.cs | 12 +-
.../Streams/Kstream/ValueJoinerWithKey.cs | 12 +-
.../Kafka/Streams/Kstream/ValueMapper.cs | 12 +-
.../Streams/Kstream/ValueMapperWithKey.cs | 12 +-
.../Kafka/Streams/Kstream/ValueTransformer.cs | 28 +-
.../Kstream/ValueTransformerWithKey.cs | 28 +-
.../Apache/Kafka/Streams/Kstream/Window.cs | 14 +-
.../Apache/Kafka/Streams/Kstream/Windowed.cs | 14 +-
.../Kafka/Streams/Kstream/WindowedSerdes.cs | 18 +-
.../Apache/Kafka/Streams/Kstream/Windows.cs | 14 +-
.../Org/Apache/Kafka/Streams/LagInfo.cs | 8 +-
.../Streams/Processor/AllPackageClasses.cs | 48 +--
.../Processor/Api/AllPackageClasses.cs | 40 +-
.../Api/ContextualFixedKeyProcessor.cs | 6 +-
.../Processor/Api/ContextualProcessor.cs | 6 +-
.../Processor/Api/FixedKeyProcessor.cs | 28 +-
.../Processor/Api/FixedKeyProcessorContext.cs | 10 +-
.../Streams/Processor/Api/FixedKeyRecord.cs | 30 +-
.../Api/InternalFixedKeyRecordFactory.cs | 4 +-
.../Processor/Api/ProcessingContext.cs | 30 +-
.../Kafka/Streams/Processor/Api/Processor.cs | 28 +-
.../Streams/Processor/Api/ProcessorContext.cs | 10 +-
.../Kafka/Streams/Processor/Api/Record.cs | 42 +-
.../Streams/Processor/Api/RecordMetadata.cs | 8 +-
.../Processor/BatchingStateRestoreCallback.cs | 12 +-
.../Kafka/Streams/Processor/Cancellable.cs | 4 +-
.../Kafka/Streams/Processor/CommitCallback.cs | 4 +-
.../Processor/ConnectedStoreProvider.cs | 4 +-
.../Processor/FailOnInvalidTimestamp.cs | 2 +-
.../Processor/LogAndSkipOnInvalidTimestamp.cs | 2 +-
.../Streams/Processor/ProcessorContext.cs | 44 +-
.../Streams/Processor/PunctuationType.cs | 10 +-
.../Kafka/Streams/Processor/Punctuator.cs | 4 +-
.../Kafka/Streams/Processor/RecordContext.cs | 12 +-
.../Streams/Processor/StateRestoreCallback.cs | 8 +-
.../Streams/Processor/StateRestoreListener.cs | 20 +-
.../Kafka/Streams/Processor/StateStore.cs | 18 +-
.../Streams/Processor/StateStoreContext.cs | 24 +-
.../Streams/Processor/StreamPartitioner.cs | 12 +-
.../Apache/Kafka/Streams/Processor/TaskId.cs | 20 +-
.../Streams/Processor/TimestampExtractor.cs | 8 +-
.../Org/Apache/Kafka/Streams/Processor/To.cs | 8 +-
.../Streams/Processor/TopicNameExtractor.cs | 12 +-
.../UsePartitionTimeOnInvalidTimestamp.cs | 2 +-
.../Processor/WallclockTimestampExtractor.cs | 4 +-
.../Kafka/Streams/Query/AllPackageClasses.cs | 44 +-
.../Kafka/Streams/Query/FailureReason.cs | 18 +-
.../Apache/Kafka/Streams/Query/KeyQuery.cs | 18 +-
.../Apache/Kafka/Streams/Query/Position.cs | 18 +-
.../Kafka/Streams/Query/PositionBound.cs | 10 +-
.../Org/Apache/Kafka/Streams/Query/Query.cs | 2 +-
.../Apache/Kafka/Streams/Query/QueryConfig.cs | 6 +-
.../Apache/Kafka/Streams/Query/QueryResult.cs | 50 +--
.../Apache/Kafka/Streams/Query/RangeQuery.cs | 26 +-
.../Kafka/Streams/Query/StateQueryRequest.cs | 56 +--
.../Kafka/Streams/Query/StateQueryResult.cs | 22 +-
.../Kafka/Streams/Query/WindowKeyQuery.cs | 18 +-
.../Kafka/Streams/Query/WindowRangeQuery.cs | 22 +-
.../Kafka/Streams/State/AllPackageClasses.cs | 102 ++---
.../Apache/Kafka/Streams/State/HostInfo.cs | 12 +-
.../State/KeyValueBytesStoreSupplier.cs | 2 +-
.../Kafka/Streams/State/KeyValueIterator.cs | 10 +-
.../Kafka/Streams/State/KeyValueStore.cs | 18 +-
.../Kafka/Streams/State/QueryableStoreType.cs | 6 +-
.../Streams/State/QueryableStoreTypes.cs | 12 +-
.../Streams/State/ReadOnlyKeyValueStore.cs | 30 +-
.../Streams/State/ReadOnlySessionStore.cs | 58 +--
.../Streams/State/ReadOnlyWindowStore.cs | 38 +-
.../Streams/State/RocksDBConfigSetter.cs | 2 +-
.../State/SessionBytesStoreSupplier.cs | 6 +-
.../Kafka/Streams/State/SessionStore.cs | 34 +-
.../Apache/Kafka/Streams/State/StateSerdes.cs | 62 +--
.../Kafka/Streams/State/StoreBuilder.cs | 34 +-
.../Kafka/Streams/State/StoreSupplier.cs | 14 +-
.../Org/Apache/Kafka/Streams/State/Stores.cs | 36 +-
.../Streams/State/TimestampedBytesStore.cs | 4 +-
.../Streams/State/TimestampedKeyValueStore.cs | 2 +-
.../Streams/State/TimestampedWindowStore.cs | 2 +-
.../Kafka/Streams/State/ValueAndTimestamp.cs | 22 +-
.../Streams/State/VersionedBytesStore.cs | 8 +-
.../State/VersionedBytesStoreSupplier.cs | 4 +-
.../Streams/State/VersionedKeyValueStore.cs | 26 +-
.../Kafka/Streams/State/VersionedRecord.cs | 14 +-
.../Streams/State/WindowBytesStoreSupplier.cs | 10 +-
.../Apache/Kafka/Streams/State/WindowStore.cs | 54 +--
.../Streams/State/WindowStoreIterator.cs | 6 +-
.../Kafka/Streams/StoreQueryParameters.cs | 30 +-
.../Apache/Kafka/Streams/StreamsBuilder.cs | 38 +-
.../Org/Apache/Kafka/Streams/StreamsConfig.cs | 272 ++++++------
.../Apache/Kafka/Streams/StreamsMetadata.cs | 16 +-
.../Apache/Kafka/Streams/StreamsMetrics.cs | 14 +-
.../Org/Apache/Kafka/Streams/TaskMetadata.cs | 12 +-
.../Apache/Kafka/Streams/ThreadMetadata.cs | 18 +-
.../Org/Apache/Kafka/Streams/Topology.cs | 62 +--
.../Apache/Kafka/Streams/TopologyConfig.cs | 46 +-
.../Kafka/Streams/TopologyDescription.cs | 32 +-
.../Apache/Kafka/Tools/AllPackageClasses.cs | 395 ++++++++++++++++--
.../Kafka/Tools/ClientCompatibilityTest.cs | 8 +-
.../Org/Apache/Kafka/Tools/ClusterTool.cs | 4 +-
...ghputThrottler.cs => ConnectPluginPath.cs} | 58 ++-
.../Apache/Kafka/Tools/ConsumerPerformance.cs | 4 +-
.../Kafka/Tools/DelegationTokenCommand.cs | 4 +-
.../Kafka/Tools/DeleteRecordsCommand.cs | 77 ++++
.../Org/Apache/Kafka/Tools/EndToEndLatency.cs | 4 +-
.../Org/Apache/Kafka/Tools/FeatureCommand.cs | 66 +++
.../Org/Apache/Kafka/Tools/JmxTool.cs | 4 +-
.../Org/Apache/Kafka/Tools/LogDirsCommand.cs | 66 +++
.../Apache/Kafka/Tools/ManifestWorkspace.cs | 161 +++++++
.../Kafka/Tools/MetadataQuorumCommand.cs | 4 +-
.../Kafka/Tools/OAuthCompatibilityTool.cs | 4 +-
.../Apache/Kafka/Tools/ProducerPerformance.cs | 4 +-
.../Kafka/Tools/PushHttpMetricsReporter.cs | 12 +-
.../Kafka/Tools/Reassign/AllPackageClasses.cs | 116 +++++
.../ReassignPartitionsCommandOptions.cs | 66 +++
.../Tools/Reassign/VerifyAssignmentResult.cs} | 50 +--
.../Kafka/Tools/ReplicaVerificationTool.cs | 66 +++
.../Org/Apache/Kafka/Tools/StreamsResetter.cs | 22 +-
.../Org/Apache/Kafka/Tools/TerseException.cs | 2 +-
.../Org/Apache/Kafka/Tools/ToolsUtils.cs | 77 ++++
.../Kafka/Tools/TransactionalMessageCopier.cs | 4 +-
.../Apache/Kafka/Tools/TransactionsCommand.cs | 4 +-
.../Apache/Kafka/Tools/VerifiableConsumer.cs | 18 +-
.../Kafka/Tools/VerifiableLog4jAppender.cs | 10 +-
.../Apache/Kafka/Tools/VerifiableProducer.cs | 24 +-
.../Org/Apache/Zookeeper/AllPackageClasses.cs | 2 +-
976 files changed, 10042 insertions(+), 9656 deletions(-)
delete mode 100644 src/net/KNet/Developed/Kafka/Tools/ClusterTool.cs
delete mode 100644 src/net/KNet/Developed/Kafka/Tools/ConsumerPerformance.cs
delete mode 100644 src/net/KNet/Developed/Kafka/Tools/StreamsResetter.cs
delete mode 100644 src/net/KNet/Generated/Kafka/Admin/BrokerMetadata.cs
delete mode 100644 src/net/KNet/Generated/Kafka/Admin/DeleteRecordsCommand.cs
delete mode 100644 src/net/KNet/Generated/Kafka/Admin/LogDirsCommand.cs
rename src/net/KNet/Generated/{Kafka/Admin/AdminOperationException.cs => Org/Apache/Kafka/Common/Errors/StaleMemberEpochException.cs} (86%)
create mode 100644 src/net/KNet/Generated/Org/Apache/Kafka/Common/Utils/ChunkedBytesStream.cs
rename src/net/KNet/Generated/Org/Apache/Kafka/Tools/{ThroughputThrottler.cs => ConnectPluginPath.cs} (54%)
create mode 100644 src/net/KNet/Generated/Org/Apache/Kafka/Tools/DeleteRecordsCommand.cs
create mode 100644 src/net/KNet/Generated/Org/Apache/Kafka/Tools/FeatureCommand.cs
create mode 100644 src/net/KNet/Generated/Org/Apache/Kafka/Tools/LogDirsCommand.cs
create mode 100644 src/net/KNet/Generated/Org/Apache/Kafka/Tools/ManifestWorkspace.cs
create mode 100644 src/net/KNet/Generated/Org/Apache/Kafka/Tools/Reassign/AllPackageClasses.cs
create mode 100644 src/net/KNet/Generated/Org/Apache/Kafka/Tools/Reassign/ReassignPartitionsCommandOptions.cs
rename src/net/KNet/Generated/{Kafka/Admin/AdminUtils.cs => Org/Apache/Kafka/Tools/Reassign/VerifyAssignmentResult.cs} (57%)
create mode 100644 src/net/KNet/Generated/Org/Apache/Kafka/Tools/ReplicaVerificationTool.cs
create mode 100644 src/net/KNet/Generated/Org/Apache/Kafka/Tools/ToolsUtils.cs
diff --git a/src/config/connect-log4j.properties b/src/config/connect-log4j.properties
index 157d5931b6..2e049a50b8 100644
--- a/src/config/connect-log4j.properties
+++ b/src/config/connect-log4j.properties
@@ -38,5 +38,4 @@ connect.log.pattern=[%d] %p %X{connector.context}%m (%c:%L)%n
log4j.appender.stdout.layout.ConversionPattern=${connect.log.pattern}
log4j.appender.connectAppender.layout.ConversionPattern=${connect.log.pattern}
-log4j.logger.org.apache.zookeeper=ERROR
log4j.logger.org.reflections=ERROR
diff --git a/src/config/kraft/broker.properties b/src/config/kraft/broker.properties
index 4edcc126d6..2d15997f28 100644
--- a/src/config/kraft/broker.properties
+++ b/src/config/kraft/broker.properties
@@ -15,7 +15,7 @@
#
# This configuration file is intended for use in KRaft mode, where
-# Apache ZooKeeper is not present. See config/kraft/README.md for details.
+# Apache ZooKeeper is not present.
#
############################# Server Basics #############################
diff --git a/src/config/kraft/controller.properties b/src/config/kraft/controller.properties
index 9e8ad62054..9d152f7829 100644
--- a/src/config/kraft/controller.properties
+++ b/src/config/kraft/controller.properties
@@ -15,7 +15,7 @@
#
# This configuration file is intended for use in KRaft mode, where
-# Apache ZooKeeper is not present. See config/kraft/README.md for details.
+# Apache ZooKeeper is not present.
#
############################# Server Basics #############################
diff --git a/src/config/kraft/server.properties b/src/config/kraft/server.properties
index ea84818b0c..6461c988d3 100644
--- a/src/config/kraft/server.properties
+++ b/src/config/kraft/server.properties
@@ -15,7 +15,7 @@
#
# This configuration file is intended for use in KRaft mode, where
-# Apache ZooKeeper is not present. See config/kraft/README.md for details.
+# Apache ZooKeeper is not present.
#
############################# Server Basics #############################
diff --git a/src/config/tools-log4j.properties b/src/config/tools-log4j.properties
index b19e343265..b669a4e638 100644
--- a/src/config/tools-log4j.properties
+++ b/src/config/tools-log4j.properties
@@ -19,3 +19,6 @@ log4j.appender.stderr=org.apache.log4j.ConsoleAppender
log4j.appender.stderr.layout=org.apache.log4j.PatternLayout
log4j.appender.stderr.layout.ConversionPattern=[%d] %p %m (%c)%n
log4j.appender.stderr.Target=System.err
+
+# for connect-plugin-path
+log4j.logger.org.reflections=ERROR
diff --git a/src/configuration.json b/src/configuration.json
index 8ec72625e2..8e1dce8691 100644
--- a/src/configuration.json
+++ b/src/configuration.json
@@ -4,62 +4,62 @@
"DisableInterfaceMethodGeneration": true,
"CreateInterfaceInheritance": true,
"JarList": [
- "kafka_2.13-3.5.1.jar",
- "kafka-clients-3.5.1.jar",
- "kafka-streams-3.5.1.jar",
- "kafka-tools-3.5.1.jar",
- "connect-api-3.5.1.jar",
- "connect-basic-auth-extension-3.5.1.jar",
- "connect-json-3.5.1.jar",
- "connect-mirror-3.5.1.jar",
- "connect-mirror-client-3.5.1.jar",
- "connect-runtime-3.5.1.jar",
- "connect-transforms-3.5.1.jar"
+ "kafka_2.13-3.6.0.jar",
+ "kafka-clients-3.6.0.jar",
+ "kafka-streams-3.6.0.jar",
+ "kafka-tools-3.6.0.jar",
+ "connect-api-3.6.0.jar",
+ "connect-basic-auth-extension-3.6.0.jar",
+ "connect-json-3.6.0.jar",
+ "connect-mirror-3.6.0.jar",
+ "connect-mirror-client-3.6.0.jar",
+ "connect-runtime-3.6.0.jar",
+ "connect-transforms-3.6.0.jar"
],
"OriginJavadocJARVersionAndUrls": [
{
"Version": 8,
- "Url": "https://www.javadoc.io/doc/org.apache.kafka/kafka_2.13/3.5.1/"
+ "Url": "https://www.javadoc.io/doc/org.apache.kafka/kafka_2.13/3.6.0/"
},
{
"Version": 8,
- "Url": "https://www.javadoc.io/doc/org.apache.kafka/kafka-clients/3.5.1/"
+ "Url": "https://www.javadoc.io/doc/org.apache.kafka/kafka-clients/3.6.0/"
},
{
"Version": 8,
- "Url": "https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/3.5.1/"
+ "Url": "https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/3.6.0/"
},
{
"Version": 8,
- "Url": "https://www.javadoc.io/doc/org.apache.kafka/kafka-tools/3.5.1/"
+ "Url": "https://www.javadoc.io/doc/org.apache.kafka/kafka-tools/3.6.0/"
},
{
"Version": 8,
- "Url": "https://www.javadoc.io/doc/org.apache.kafka/connect-api/3.5.1/"
+ "Url": "https://www.javadoc.io/doc/org.apache.kafka/connect-api/3.6.0/"
},
{
"Version": 8,
- "Url": "https://www.javadoc.io/doc/org.apache.kafka/connect-basic-auth-extension/3.5.1/"
+ "Url": "https://www.javadoc.io/doc/org.apache.kafka/connect-basic-auth-extension/3.6.0/"
},
{
"Version": 8,
- "Url": "https://www.javadoc.io/doc/org.apache.kafka/connect-json/3.5.1/"
+ "Url": "https://www.javadoc.io/doc/org.apache.kafka/connect-json/3.6.0/"
},
{
"Version": 8,
- "Url": "https://www.javadoc.io/doc/org.apache.kafka/connect-mirror/3.5.1/"
+ "Url": "https://www.javadoc.io/doc/org.apache.kafka/connect-mirror/3.6.0/"
},
{
"Version": 8,
- "Url": "https://www.javadoc.io/doc/org.apache.kafka/connect-mirror-client/3.5.1/"
+ "Url": "https://www.javadoc.io/doc/org.apache.kafka/connect-mirror-client/3.6.0/"
},
{
"Version": 8,
- "Url": "https://www.javadoc.io/doc/org.apache.kafka/connect-runtime/3.5.1/"
+ "Url": "https://www.javadoc.io/doc/org.apache.kafka/connect-runtime/3.6.0/"
},
{
"Version": 8,
- "Url": "https://www.javadoc.io/doc/org.apache.kafka/connect-transforms/3.5.1/"
+ "Url": "https://www.javadoc.io/doc/org.apache.kafka/connect-transforms/3.6.0/"
}
],
"NamespacesToAvoid": [
@@ -200,8 +200,11 @@
"org.apache.kafka.streams.processor.api.ProcessorSupplier",
"org.apache.kafka.tools.ClientCompatibilityTest$ClientCompatibilityTestDeserializer",
"org.apache.kafka.tools.ConsumerPerformance$ConsumerPerfRebListener",
+ "org.apache.kafka.tools.ThroughputThrottler",
"org.apache.kafka.tools.VerifiableConsumer$RecordData",
"org.apache.kafka.tools.VerifiableConsumer$RecordsConsumed",
+ "org.apache.kafka.tools.reassign.LogDirMoveState",
+ "org.apache.kafka.tools.reassign.PartitionReassignmentState",
"org.apache.zookeeper.ZooKeeperMainWithTlsSupportForKafka",
"org.apache.zookeeper.server.quorum.QuorumPeerMain"
]
diff --git a/src/documentation/articles/commandlineswitch.md b/src/documentation/articles/commandlineswitch.md
index ed5eacb803..a6142789aa 100644
--- a/src/documentation/articles/commandlineswitch.md
+++ b/src/documentation/articles/commandlineswitch.md
@@ -59,20 +59,5 @@ Plus it accepts from:
## JVM identification
-One of the most important command-line switch is **JVMPath** and it is available in [JCOBridge switches](https://www.jcobridge.com/net-examples/command-line-options/): it can be used to set-up the location of the JVM library if JCOBridge is not able to identify a suitable JRE installation.
-If a developer is using KNet within its own product it is possible to override the **JVMPath** property with a snippet like the following one:
-
-```c#
- class MyKNetCore : KNetCore
- {
- public override string JVMPath
- {
- get
- {
- string pathToJVM = "Set here the path to JVM library or use your own search method";
- return pathToJVM;
- }
- }
- }
-```
+One of the most important command-line switch is **JVMPath**: see [KNet usage](usage.md) to find more information.
diff --git a/src/java/knet/pom.xml b/src/java/knet/pom.xml
index f7310ed4c4..fec71ebc6c 100644
--- a/src/java/knet/pom.xml
+++ b/src/java/knet/pom.xml
@@ -40,7 +40,7 @@
11
11
${basedir}/classpathfile.classpath
- 3.5.1
+ 3.6.0
2.1.3.0
2.5.8
diff --git a/src/net/KNet/Developed/Kafka/Tools/ClusterTool.cs b/src/net/KNet/Developed/Kafka/Tools/ClusterTool.cs
deleted file mode 100644
index 7bce3f626e..0000000000
--- a/src/net/KNet/Developed/Kafka/Tools/ClusterTool.cs
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
-* Copyright 2023 MASES s.r.l.
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*
-* Refer to LICENSE for more information.
-*/
-
-namespace Kafka.Tools
-{
- ///
- /// Class managing ClusterTool
- ///
- public class ClusterTool : MASES.JCOBridge.C2JBridge.JVMBridgeMain
- {
- ///
- /// Initialize a new
- ///
- public ClusterTool()
- : base("kafka.tools.ClusterTool")
- {
- }
- }
-}
diff --git a/src/net/KNet/Developed/Kafka/Tools/ConsumerPerformance.cs b/src/net/KNet/Developed/Kafka/Tools/ConsumerPerformance.cs
deleted file mode 100644
index a1dcbbb94f..0000000000
--- a/src/net/KNet/Developed/Kafka/Tools/ConsumerPerformance.cs
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
-* Copyright 2023 MASES s.r.l.
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*
-* Refer to LICENSE for more information.
-*/
-
-namespace Kafka.Tools
-{
- ///
- /// Class managing ConsumerPerformance
- ///
- public class ConsumerPerformance : MASES.JCOBridge.C2JBridge.JVMBridgeMain
- {
- ///
- /// Initialize a new
- ///
- public ConsumerPerformance()
- : base("kafka.tools.ConsumerPerformance")
- {
- }
- }
-}
diff --git a/src/net/KNet/Developed/Kafka/Tools/StreamsResetter.cs b/src/net/KNet/Developed/Kafka/Tools/StreamsResetter.cs
deleted file mode 100644
index 7c47aec886..0000000000
--- a/src/net/KNet/Developed/Kafka/Tools/StreamsResetter.cs
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
-* Copyright 2023 MASES s.r.l.
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*
-* Refer to LICENSE for more information.
-*/
-
-namespace Kafka.Tools
-{
- ///
- /// Class managing StreamsResetter
- ///
- public class StreamsResetter : MASES.JCOBridge.C2JBridge.JVMBridgeMain
- {
- ///
- /// Initialize a new
- ///
- public StreamsResetter()
- : base("kafka.tools.StreamsResetter")
- {
- }
- }
-}
diff --git a/src/net/KNet/Generated/Kafka/Admin/AclCommand.cs b/src/net/KNet/Generated/Kafka/Admin/AclCommand.cs
index 18e6ccefdf..048df0a266 100644
--- a/src/net/KNet/Generated/Kafka/Admin/AclCommand.cs
+++ b/src/net/KNet/Generated/Kafka/Admin/AclCommand.cs
@@ -18,7 +18,7 @@
/*
* This file is generated by MASES.JNetReflector (ver. 2.0.1.0)
-* using kafka_2.13-3.5.1.jar as reference
+* using kafka_2.13-3.6.0.jar as reference
*/
using MASES.JCOBridge.C2JBridge;
@@ -42,7 +42,7 @@ public partial class AclCommand
#region Static methods
///
- ///
+ ///
///
///
@@ -51,7 +51,7 @@ public static bool IsDebugEnabled()
return SExecute(LocalBridgeClazz, "isDebugEnabled");
}
///
- ///
+ ///
///
///
@@ -60,7 +60,7 @@ public static bool IsTraceEnabled()
return SExecute(LocalBridgeClazz, "isTraceEnabled");
}
///
- ///
+ ///
///
///
@@ -69,7 +69,7 @@ public static string AuthorizerDeprecationMessage()
return SExecute(LocalBridgeClazz, "AuthorizerDeprecationMessage");
}
///
- ///
+ ///
///
///
@@ -78,7 +78,7 @@ public static Org.Apache.Kafka.Common.Resource.ResourcePatternFilter ClusterReso
return SExecute(LocalBridgeClazz, "ClusterResourceFilter");
}
///
- ///
+ ///
///
///
public static void Main(string[] args)
@@ -98,7 +98,7 @@ public partial class AclCommandOptions
{
#region Constructors
///
- ///
+ ///
///
///
public AclCommandOptions(string[] args)
@@ -122,7 +122,7 @@ public AclCommandOptions(string[] args)
#region Instance methods
///
- ///
+ ///
///
///
@@ -131,7 +131,7 @@ public string CommandConfigDoc()
return IExecute("CommandConfigDoc");
}
///
- ///
+ ///
///
public void CheckArgs()
{
@@ -169,21 +169,21 @@ public partial class AclCommandService
#region Instance methods
///
- ///
+ ///
///
public void AddAcls()
{
IExecute("addAcls");
}
///
- ///
+ ///
///
public void ListAcls()
{
IExecute("listAcls");
}
///
- ///
+ ///
///
public void RemoveAcls()
{
@@ -205,7 +205,7 @@ public partial class AdminClientService
{
#region Constructors
///
- ///
+ ///
///
///
public AdminClientService(Kafka.Admin.AclCommand.AclCommandOptions opts)
@@ -229,7 +229,7 @@ public AdminClientService(Kafka.Admin.AclCommand.AclCommandOptions opts)
#region Instance methods
///
- ///
+ ///
///
///
@@ -238,7 +238,7 @@ public bool IsDebugEnabled()
return IExecute("isDebugEnabled");
}
///
- ///
+ ///
///
///
@@ -247,7 +247,7 @@ public bool IsTraceEnabled()
return IExecute("isTraceEnabled");
}
///
- ///
+ ///
///
///
@@ -256,7 +256,7 @@ public string LoggerName()
return IExecute("loggerName");
}
///
- ///
+ ///
///
///
@@ -265,7 +265,7 @@ public string LogIdent()
return IExecute("logIdent");
}
///
- ///
+ ///
///
///
///
@@ -274,7 +274,7 @@ public string MsgWithLogIdent(string msg)
return IExecute("msgWithLogIdent", msg);
}
///
- ///
+ ///
///
///
@@ -283,21 +283,21 @@ public Kafka.Admin.AclCommand.AclCommandOptions Opts()
return IExecute("opts");
}
///
- ///
+ ///
///
public void AddAcls()
{
IExecute("addAcls");
}
///
- ///
+ ///
///
public void ListAcls()
{
IExecute("listAcls");
}
///
- ///
+ ///
///
public void RemoveAcls()
{
@@ -319,7 +319,7 @@ public partial class AuthorizerService
{
#region Constructors
///
- ///
+ ///
///
///
///
@@ -344,7 +344,7 @@ public AuthorizerService(string authorizerClassName, Kafka.Admin.AclCommand.AclC
#region Instance methods
///
- ///
+ ///
///
///
@@ -353,7 +353,7 @@ public bool IsDebugEnabled()
return IExecute("isDebugEnabled");
}
///
- ///
+ ///
///
///
@@ -362,7 +362,7 @@ public bool IsTraceEnabled()
return IExecute("isTraceEnabled");
}
///
- ///
+ ///
///
///
@@ -371,7 +371,7 @@ public string AuthorizerClassName()
return IExecute("authorizerClassName");
}
///
- ///
+ ///
///
///
@@ -380,7 +380,7 @@ public string LoggerName()
return IExecute("loggerName");
}
///
- ///
+ ///
///
///
@@ -389,7 +389,7 @@ public string LogIdent()
return IExecute("logIdent");
}
///
- ///
+ ///
///
///
///
@@ -398,7 +398,7 @@ public string MsgWithLogIdent(string msg)
return IExecute("msgWithLogIdent", msg);
}
///
- ///
+ ///
///
///
@@ -407,21 +407,21 @@ public Kafka.Admin.AclCommand.AclCommandOptions Opts()
return IExecute("opts");
}
///
- ///
+ ///
///
public void AddAcls()
{
IExecute("addAcls");
}
///
- ///
+ ///
///
public void ListAcls()
{
IExecute("listAcls");
}
///
- ///
+ ///
///
public void RemoveAcls()
{
diff --git a/src/net/KNet/Generated/Kafka/Admin/AllPackageClasses.cs b/src/net/KNet/Generated/Kafka/Admin/AllPackageClasses.cs
index 088d0466d6..241609fb6b 100644
--- a/src/net/KNet/Generated/Kafka/Admin/AllPackageClasses.cs
+++ b/src/net/KNet/Generated/Kafka/Admin/AllPackageClasses.cs
@@ -18,7 +18,7 @@
/*
* This file is generated by MASES.JNetReflector (ver. 2.0.1.0)
-* using kafka_2.13-3.5.1.jar as reference
+* using kafka_2.13-3.6.0.jar as reference
*/
using MASES.JCOBridge.C2JBridge.JVMInterop;
@@ -27,7 +27,7 @@ namespace Kafka.Admin
{
#region AclCommand
///
- ///
+ ///
///
public partial class AclCommand : MASES.JCOBridge.C2JBridge.JVMBridgeBase, MASES.JCOBridge.C2JBridge.IJVMBridgeMain
{
@@ -66,7 +66,7 @@ public AclCommand(params object[] args) : base(args) { }
// TODO: complete the class
#region AclCommandOptions
///
- ///
+ ///
///
public partial class AclCommandOptions : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -109,7 +109,7 @@ public AclCommandOptions(params object[] args) : base(args) { }
#region AclCommandService
///
- ///
+ ///
///
public partial class AclCommandService : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -152,7 +152,7 @@ public AclCommandService(params object[] args) : base(args) { }
#region AdminClientService
///
- ///
+ ///
///
public partial class AdminClientService : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -195,7 +195,7 @@ public AdminClientService(params object[] args) : base(args) { }
#region AuthorizerService
///
- ///
+ ///
///
public partial class AuthorizerService : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -240,68 +240,9 @@ public AuthorizerService(params object[] args) : base(args) { }
}
#endregion
- #region AdminOperationException
- ///
- ///
- ///
- public partial class AdminOperationException : Java.Lang.RuntimeException
- {
- ///
- ///
- ///
- public override string BridgeClassName => "kafka.admin.AdminOperationException";
-
- // TODO: complete the class
-
- }
- #endregion
-
- #region AdminUtils
- ///
- ///
- ///
- public partial class AdminUtils : MASES.JCOBridge.C2JBridge.JVMBridgeBase
- {
- ///
- /// Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
- ///
- public AdminUtils() { }
- ///
- /// Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
- ///
- public AdminUtils(params object[] args) : base(args) { }
-
- private static readonly IJavaType LocalBridgeClazz = ClazzOf("kafka.admin.AdminUtils");
-
- ///
- ///
- ///
- public override string BridgeClassName => "kafka.admin.AdminUtils";
- ///
- ///
- ///
- public override bool IsBridgeAbstract => false;
- ///
- ///
- ///
- public override bool IsBridgeCloseable => false;
- ///
- ///
- ///
- public override bool IsBridgeInterface => false;
- ///
- ///
- ///
- public override bool IsBridgeStatic => false;
-
- // TODO: complete the class
-
- }
- #endregion
-
#region BrokerApiVersionsCommand
///
- ///
+ ///
///
public partial class BrokerApiVersionsCommand : MASES.JCOBridge.C2JBridge.JVMBridgeBase, MASES.JCOBridge.C2JBridge.IJVMBridgeMain
{
@@ -340,7 +281,7 @@ public BrokerApiVersionsCommand(params object[] args) : base(args) { }
// TODO: complete the class
#region BrokerVersionCommandOptions
///
- ///
+ ///
///
public partial class BrokerVersionCommandOptions : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -385,52 +326,9 @@ public BrokerVersionCommandOptions(params object[] args) : base(args) { }
}
#endregion
- #region BrokerMetadata
- ///
- ///
- ///
- public partial class BrokerMetadata : MASES.JCOBridge.C2JBridge.JVMBridgeBase
- {
- ///
- /// Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
- ///
- public BrokerMetadata() { }
- ///
- /// Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
- ///
- public BrokerMetadata(params object[] args) : base(args) { }
-
- private static readonly IJavaType LocalBridgeClazz = ClazzOf("kafka.admin.BrokerMetadata");
-
- ///
- ///
- ///
- public override string BridgeClassName => "kafka.admin.BrokerMetadata";
- ///
- ///
- ///
- public override bool IsBridgeAbstract => false;
- ///
- ///
- ///
- public override bool IsBridgeCloseable => false;
- ///
- ///
- ///
- public override bool IsBridgeInterface => false;
- ///
- ///
- ///
- public override bool IsBridgeStatic => false;
-
- // TODO: complete the class
-
- }
- #endregion
-
#region ConfigCommand
///
- ///
+ ///
///
public partial class ConfigCommand : MASES.JCOBridge.C2JBridge.JVMBridgeBase, MASES.JCOBridge.C2JBridge.IJVMBridgeMain
{
@@ -469,7 +367,7 @@ public ConfigCommand(params object[] args) : base(args) { }
// TODO: complete the class
#region ConfigCommandOptions
///
- ///
+ ///
///
public partial class ConfigCommandOptions : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -512,7 +410,7 @@ public ConfigCommandOptions(params object[] args) : base(args) { }
#region ConfigEntity
///
- ///
+ ///
///
public partial class ConfigEntity : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -555,7 +453,7 @@ public ConfigEntity(params object[] args) : base(args) { }
#region Entity
///
- ///
+ ///
///
public partial class Entity : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -602,7 +500,7 @@ public Entity(params object[] args) : base(args) { }
#region ConsumerGroupCommand
///
- ///
+ ///
///
public partial class ConsumerGroupCommand : MASES.JCOBridge.C2JBridge.JVMBridgeBase, MASES.JCOBridge.C2JBridge.IJVMBridgeMain
{
@@ -641,7 +539,7 @@ public ConsumerGroupCommand(params object[] args) : base(args) { }
// TODO: complete the class
#region ConsumerGroupCommandOptions
///
- ///
+ ///
///
public partial class ConsumerGroupCommandOptions : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -684,7 +582,7 @@ public ConsumerGroupCommandOptions(params object[] args) : base(args) { }
#region ConsumerGroupService
///
- ///
+ ///
///
public partial class ConsumerGroupService : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -727,7 +625,7 @@ public ConsumerGroupService(params object[] args) : base(args) { }
#region CsvRecord
///
- ///
+ ///
///
public partial class CsvRecord : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -770,7 +668,7 @@ public CsvRecord(params object[] args) : base(args) { }
#region CsvRecordNoGroup
///
- ///
+ ///
///
public partial class CsvRecordNoGroup : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -813,7 +711,7 @@ public CsvRecordNoGroup(params object[] args) : base(args) { }
#region CsvRecordWithGroup
///
- ///
+ ///
///
public partial class CsvRecordWithGroup : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -856,7 +754,7 @@ public CsvRecordWithGroup(params object[] args) : base(args) { }
#region CsvUtils
///
- ///
+ ///
///
public partial class CsvUtils : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -899,7 +797,7 @@ public CsvUtils(params object[] args) : base(args) { }
#region GroupState
///
- ///
+ ///
///
public partial class GroupState : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -942,7 +840,7 @@ public GroupState(params object[] args) : base(args) { }
#region LogOffsetResult
///
- ///
+ ///
///
public partial class LogOffsetResult : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -985,7 +883,7 @@ public LogOffsetResult(params object[] args) : base(args) { }
#region MemberAssignmentState
///
- ///
+ ///
///
public partial class MemberAssignmentState : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -1028,7 +926,7 @@ public MemberAssignmentState(params object[] args) : base(args) { }
#region PartitionAssignmentState
///
- ///
+ ///
///
public partial class PartitionAssignmentState : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -1070,98 +968,12 @@ public PartitionAssignmentState(params object[] args) : base(args) { }
#endregion
- }
- #endregion
-
- #region DeleteRecordsCommand
- ///
- ///
- ///
- public partial class DeleteRecordsCommand : MASES.JCOBridge.C2JBridge.JVMBridgeBase, MASES.JCOBridge.C2JBridge.IJVMBridgeMain
- {
- ///
- /// Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
- ///
- public DeleteRecordsCommand() { }
- ///
- /// Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
- ///
- public DeleteRecordsCommand(params object[] args) : base(args) { }
-
- private static readonly IJavaType LocalBridgeClazz = ClazzOf("kafka.admin.DeleteRecordsCommand");
-
- ///
- ///
- ///
- public override string BridgeClassName => "kafka.admin.DeleteRecordsCommand";
- ///
- ///
- ///
- public override bool IsBridgeAbstract => false;
- ///
- ///
- ///
- public override bool IsBridgeCloseable => false;
- ///
- ///
- ///
- public override bool IsBridgeInterface => false;
- ///
- ///
- ///
- public override bool IsBridgeStatic => false;
-
- // TODO: complete the class
- #region DeleteRecordsCommandOptions
- ///
- ///
- ///
- public partial class DeleteRecordsCommandOptions : MASES.JCOBridge.C2JBridge.JVMBridgeBase
- {
- ///
- /// Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
- ///
- public DeleteRecordsCommandOptions() { }
- ///
- /// Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
- ///
- public DeleteRecordsCommandOptions(params object[] args) : base(args) { }
-
- private static readonly IJavaType LocalBridgeClazz = ClazzOf("kafka.admin.DeleteRecordsCommand$DeleteRecordsCommandOptions");
-
- ///
- ///
- ///
- public override string BridgeClassName => "kafka.admin.DeleteRecordsCommand$DeleteRecordsCommandOptions";
- ///
- ///
- ///
- public override bool IsBridgeAbstract => false;
- ///
- ///
- ///
- public override bool IsBridgeCloseable => false;
- ///
- ///
- ///
- public override bool IsBridgeInterface => false;
- ///
- ///
- ///
- public override bool IsBridgeStatic => true;
-
- // TODO: complete the class
-
- }
- #endregion
-
-
}
#endregion
#region FeatureCommand
///
- ///
+ ///
///
public partial class FeatureCommand : MASES.JCOBridge.C2JBridge.JVMBridgeBase, MASES.JCOBridge.C2JBridge.IJVMBridgeMain
{
@@ -1204,7 +1016,7 @@ public FeatureCommand(params object[] args) : base(args) { }
#region LeaderElectionCommand
///
- ///
+ ///
///
public partial class LeaderElectionCommand : MASES.JCOBridge.C2JBridge.JVMBridgeBase, MASES.JCOBridge.C2JBridge.IJVMBridgeMain
{
@@ -1247,7 +1059,7 @@ public LeaderElectionCommand(params object[] args) : base(args) { }
#region LeaderElectionCommandOptions
///
- ///
+ ///
///
public partial class LeaderElectionCommandOptions : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -1288,95 +1100,9 @@ public LeaderElectionCommandOptions(params object[] args) : base(args) { }
}
#endregion
- #region LogDirsCommand
- ///
- ///
- ///
- public partial class LogDirsCommand : MASES.JCOBridge.C2JBridge.JVMBridgeBase, MASES.JCOBridge.C2JBridge.IJVMBridgeMain
- {
- ///
- /// Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
- ///
- public LogDirsCommand() { }
- ///
- /// Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
- ///
- public LogDirsCommand(params object[] args) : base(args) { }
-
- private static readonly IJavaType LocalBridgeClazz = ClazzOf("kafka.admin.LogDirsCommand");
-
- ///
- ///
- ///
- public override string BridgeClassName => "kafka.admin.LogDirsCommand";
- ///
- ///
- ///
- public override bool IsBridgeAbstract => false;
- ///
- ///
- ///
- public override bool IsBridgeCloseable => false;
- ///
- ///
- ///
- public override bool IsBridgeInterface => false;
- ///
- ///
- ///
- public override bool IsBridgeStatic => false;
-
- // TODO: complete the class
- #region LogDirsCommandOptions
- ///
- ///
- ///
- public partial class LogDirsCommandOptions : MASES.JCOBridge.C2JBridge.JVMBridgeBase
- {
- ///
- /// Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
- ///
- public LogDirsCommandOptions() { }
- ///
- /// Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
- ///
- public LogDirsCommandOptions(params object[] args) : base(args) { }
-
- private static readonly IJavaType LocalBridgeClazz = ClazzOf("kafka.admin.LogDirsCommand$LogDirsCommandOptions");
-
- ///
- ///
- ///
- public override string BridgeClassName => "kafka.admin.LogDirsCommand$LogDirsCommandOptions";
- ///
- ///
- ///
- public override bool IsBridgeAbstract => false;
- ///
- ///
- ///
- public override bool IsBridgeCloseable => false;
- ///
- ///
- ///
- public override bool IsBridgeInterface => false;
- ///
- ///
- ///
- public override bool IsBridgeStatic => true;
-
- // TODO: complete the class
-
- }
- #endregion
-
-
- }
- #endregion
-
#region RackAwareMode
///
- ///
+ ///
///
public partial class RackAwareMode : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -1419,7 +1145,7 @@ public RackAwareMode(params object[] args) : base(args) { }
#region ReassignPartitionsCommand
///
- ///
+ ///
///
public partial class ReassignPartitionsCommand : MASES.JCOBridge.C2JBridge.JVMBridgeBase, MASES.JCOBridge.C2JBridge.IJVMBridgeMain
{
@@ -1458,7 +1184,7 @@ public ReassignPartitionsCommand(params object[] args) : base(args) { }
// TODO: complete the class
#region ActiveMoveState
///
- ///
+ ///
///
public partial class ActiveMoveState : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -1501,7 +1227,7 @@ public ActiveMoveState(params object[] args) : base(args) { }
#region CancelledMoveState
///
- ///
+ ///
///
public partial class CancelledMoveState : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -1544,7 +1270,7 @@ public CancelledMoveState(params object[] args) : base(args) { }
#region CompletedMoveState
///
- ///
+ ///
///
public partial class CompletedMoveState : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -1587,7 +1313,7 @@ public CompletedMoveState(params object[] args) : base(args) { }
#region LogDirMoveState
///
- ///
+ ///
///
public partial class LogDirMoveState : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -1630,7 +1356,7 @@ public LogDirMoveState(params object[] args) : base(args) { }
#region MissingLogDirMoveState
///
- ///
+ ///
///
public partial class MissingLogDirMoveState : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -1673,7 +1399,7 @@ public MissingLogDirMoveState(params object[] args) : base(args) { }
#region MissingReplicaMoveState
///
- ///
+ ///
///
public partial class MissingReplicaMoveState : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -1716,7 +1442,7 @@ public MissingReplicaMoveState(params object[] args) : base(args) { }
#region PartitionMove
///
- ///
+ ///
///
public partial class PartitionMove : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -1759,7 +1485,7 @@ public PartitionMove(params object[] args) : base(args) { }
#region PartitionReassignmentState
///
- ///
+ ///
///
public partial class PartitionReassignmentState : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -1802,7 +1528,7 @@ public PartitionReassignmentState(params object[] args) : base(args) { }
#region ReassignPartitionsCommandOptions
///
- ///
+ ///
///
public partial class ReassignPartitionsCommandOptions : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -1845,7 +1571,7 @@ public ReassignPartitionsCommandOptions(params object[] args) : base(args) { }
#region TerseReassignmentFailureException
///
- ///
+ ///
///
public partial class TerseReassignmentFailureException : Org.Apache.Kafka.Common.KafkaException
{
@@ -1861,7 +1587,7 @@ public partial class TerseReassignmentFailureException : Org.Apache.Kafka.Common
#region VerifyAssignmentResult
///
- ///
+ ///
///
public partial class VerifyAssignmentResult : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -1908,7 +1634,7 @@ public VerifyAssignmentResult(params object[] args) : base(args) { }
#region TopicCommand
///
- ///
+ ///
///
public partial class TopicCommand : MASES.JCOBridge.C2JBridge.JVMBridgeBase, MASES.JCOBridge.C2JBridge.IJVMBridgeMain
{
@@ -1947,7 +1673,7 @@ public TopicCommand(params object[] args) : base(args) { }
// TODO: complete the class
#region CommandTopicPartition
///
- ///
+ ///
///
public partial class CommandTopicPartition : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -1990,7 +1716,7 @@ public CommandTopicPartition(params object[] args) : base(args) { }
#region DescribeOptions
///
- ///
+ ///
///
public partial class DescribeOptions : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -2033,7 +1759,7 @@ public DescribeOptions(params object[] args) : base(args) { }
#region PartitionDescription
///
- ///
+ ///
///
public partial class PartitionDescription : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -2076,7 +1802,7 @@ public PartitionDescription(params object[] args) : base(args) { }
#region TopicCommandOptions
///
- ///
+ ///
///
public partial class TopicCommandOptions : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -2119,7 +1845,7 @@ public TopicCommandOptions(params object[] args) : base(args) { }
#region TopicDescription
///
- ///
+ ///
///
public partial class TopicDescription : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -2162,7 +1888,7 @@ public TopicDescription(params object[] args) : base(args) { }
#region TopicService
///
- ///
+ ///
///
public partial class TopicService : MASES.JCOBridge.C2JBridge.JVMBridgeBase
{
@@ -2209,7 +1935,7 @@ public TopicService(params object[] args) : base(args) { }
#region ZkSecurityMigrator
///
- ///
+ ///
///
public partial class ZkSecurityMigrator : MASES.JCOBridge.C2JBridge.JVMBridgeBase, MASES.JCOBridge.C2JBridge.IJVMBridgeMain
{
diff --git a/src/net/KNet/Generated/Kafka/Admin/BrokerApiVersionsCommand.cs b/src/net/KNet/Generated/Kafka/Admin/BrokerApiVersionsCommand.cs
index ad670cd5b7..f5da558cea 100644
--- a/src/net/KNet/Generated/Kafka/Admin/BrokerApiVersionsCommand.cs
+++ b/src/net/KNet/Generated/Kafka/Admin/BrokerApiVersionsCommand.cs
@@ -18,7 +18,7 @@
/*
* This file is generated by MASES.JNetReflector (ver. 2.0.1.0)
-* using kafka_2.13-3.5.1.jar as reference
+* using kafka_2.13-3.6.0.jar as reference
*/
using MASES.JCOBridge.C2JBridge;
@@ -42,7 +42,7 @@ public partial class BrokerApiVersionsCommand
#region Static methods
///
- ///
+ ///
///
///
///
@@ -51,7 +51,7 @@ public static void Execute(string[] args, Java.Io.PrintStream _out)
SExecute(LocalBridgeClazz, "execute", args, _out);
}
///
- ///
+ ///
///
///
public static void Main(string[] args)
@@ -71,7 +71,7 @@ public partial class BrokerVersionCommandOptions
{
#region Constructors
///
- ///
+ ///
///
///
public BrokerVersionCommandOptions(string[] args)
@@ -95,7 +95,7 @@ public BrokerVersionCommandOptions(string[] args)
#region Instance methods
///
- ///
+ ///
///
///
@@ -104,7 +104,7 @@ public string BootstrapServerDoc()
return IExecute("BootstrapServerDoc");
}
///
- ///
+ ///
///
///
@@ -113,7 +113,7 @@ public string CommandConfigDoc()
return IExecute("CommandConfigDoc");
}
///
- ///
+ ///
///
public void CheckArgs()
{
diff --git a/src/net/KNet/Generated/Kafka/Admin/BrokerMetadata.cs b/src/net/KNet/Generated/Kafka/Admin/BrokerMetadata.cs
deleted file mode 100644
index ab09049a56..0000000000
--- a/src/net/KNet/Generated/Kafka/Admin/BrokerMetadata.cs
+++ /dev/null
@@ -1,116 +0,0 @@
-/*
-* Copyright 2023 MASES s.r.l.
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*
-* Refer to LICENSE for more information.
-*/
-
-/*
-* This file is generated by MASES.JNetReflector (ver. 2.0.1.0)
-* using kafka_2.13-3.5.1.jar as reference
-*/
-
-using MASES.JCOBridge.C2JBridge;
-
-namespace Kafka.Admin
-{
- #region BrokerMetadata
- public partial class BrokerMetadata : Java.Io.ISerializable
- {
- #region Constructors
-
- #endregion
-
- #region Class/Interface conversion operators
- ///
- /// Converter from to
- ///
- public static implicit operator Java.Io.Serializable(Kafka.Admin.BrokerMetadata t) => t.Cast();
-
- #endregion
-
- #region Fields
-
- #endregion
-
- #region Static methods
-
- #endregion
-
- #region Instance methods
- ///
- ///
- ///
- ///
- ///
- public bool CanEqual(object x_1)
- {
- return IExecute("canEqual", x_1);
- }
- ///
- ///
- ///
-
- ///
- public int Id()
- {
- return IExecute("id");
- }
- ///
- ///
- ///
-
- ///
- public int ProductArity()
- {
- return IExecute("productArity");
- }
- ///
- ///
- ///
- ///
- ///
- public object ProductElement(int x_1)
- {
- return IExecute("productElement", x_1);
- }
- ///
- ///
- ///
- ///
- ///
- public string ProductElementName(int x_1)
- {
- return IExecute("productElementName", x_1);
- }
- ///
- ///
- ///
-
- ///
- public string ProductPrefix()
- {
- return IExecute("productPrefix");
- }
-
- #endregion
-
- #region Nested classes
-
- #endregion
-
- // TODO: complete the class
- }
- #endregion
-}
\ No newline at end of file
diff --git a/src/net/KNet/Generated/Kafka/Admin/ConfigCommand.cs b/src/net/KNet/Generated/Kafka/Admin/ConfigCommand.cs
index 7ca3268d74..19dc3088fd 100644
--- a/src/net/KNet/Generated/Kafka/Admin/ConfigCommand.cs
+++ b/src/net/KNet/Generated/Kafka/Admin/ConfigCommand.cs
@@ -18,7 +18,7 @@
/*
* This file is generated by MASES.JNetReflector (ver. 2.0.1.0)
-* using kafka_2.13-3.5.1.jar as reference
+* using kafka_2.13-3.6.0.jar as reference
*/
using MASES.JCOBridge.C2JBridge;
@@ -42,7 +42,7 @@ public partial class ConfigCommand
#region Static methods
///
- ///
+ ///
///
///
@@ -51,7 +51,7 @@ public static bool IsDebugEnabled()
return SExecute(LocalBridgeClazz, "isDebugEnabled");
}
///
- ///
+ ///
///
///
@@ -60,7 +60,7 @@ public static bool IsTraceEnabled()
return SExecute(LocalBridgeClazz, "isTraceEnabled");
}
///
- ///
+ ///
///
///
@@ -69,7 +69,7 @@ public static int DefaultScramIterations()
return SExecute(LocalBridgeClazz, "DefaultScramIterations");
}
///
- ///
+ ///
///
///
@@ -78,7 +78,7 @@ public static string BrokerDefaultEntityName()
return SExecute(LocalBridgeClazz, "BrokerDefaultEntityName");
}
///
- ///
+ ///
///
///
@@ -87,7 +87,7 @@ public static string BrokerLoggerConfigType()
return SExecute(LocalBridgeClazz, "BrokerLoggerConfigType");
}
///
- ///
+ ///
///
///
public static void Main(string[] args)
@@ -107,7 +107,7 @@ public partial class ConfigCommandOptions
{
#region Constructors
///
- ///
+ ///
///
///
public ConfigCommandOptions(string[] args)
@@ -131,7 +131,7 @@ public ConfigCommandOptions(string[] args)
#region Instance methods
///
- ///
+ ///
///
///
@@ -140,7 +140,7 @@ public string Nl()
return IExecute("nl");
}
///
- ///
+ ///
///
public void CheckArgs()
{
@@ -182,7 +182,7 @@ public partial class ConfigEntity : Java.Io.ISerializable
#region Instance methods
///
- ///
+ ///
///
///
///
@@ -191,7 +191,7 @@ public bool CanEqual(object x_1)
return IExecute("canEqual", x_1);
}
///
- ///
+ ///
///
///
@@ -200,7 +200,7 @@ public int ProductArity()
return IExecute("productArity");
}
///
- ///
+ ///
///
///
///
@@ -209,7 +209,7 @@ public object ProductElement(int x_1)
return IExecute("productElement", x_1);
}
///
- ///
+ ///
///
///
@@ -218,7 +218,7 @@ public string FullSanitizedName()
return IExecute("fullSanitizedName");
}
///
- ///
+ ///
///
///
///
@@ -227,7 +227,7 @@ public string ProductElementName(int x_1)
return IExecute("productElementName", x_1);
}
///
- ///
+ ///
///
///
@@ -236,7 +236,7 @@ public string ProductPrefix()
return IExecute("productPrefix");
}
///
- ///
+ ///
///
///
@@ -280,7 +280,7 @@ public partial class Entity : Java.Io.ISerializable
#region Instance methods
///
- ///
+ ///
///
///
///
@@ -289,7 +289,7 @@ public bool CanEqual(object x_1)
return IExecute("canEqual", x_1);
}
///
- ///
+ ///
///
///
@@ -298,7 +298,7 @@ public int ProductArity()
return IExecute("productArity");
}
///
- ///
+ ///
///
///
///
@@ -307,7 +307,7 @@ public object ProductElement(int x_1)
return IExecute("productElement", x_1);
}
///
- ///
+ ///
///
///
@@ -316,7 +316,7 @@ public string EntityPath()
return IExecute("entityPath");
}
///
- ///
+ ///
///
///
@@ -325,7 +325,7 @@ public string EntityType()
return IExecute("entityType");
}
///
- ///
+ ///
///
///
///
@@ -334,7 +334,7 @@ public string ProductElementName(int x_1)
return IExecute("productElementName", x_1);
}
///
- ///
+ ///
///
///
diff --git a/src/net/KNet/Generated/Kafka/Admin/ConsumerGroupCommand.cs b/src/net/KNet/Generated/Kafka/Admin/ConsumerGroupCommand.cs
index 523cb3312f..9b36d1be56 100644
--- a/src/net/KNet/Generated/Kafka/Admin/ConsumerGroupCommand.cs
+++ b/src/net/KNet/Generated/Kafka/Admin/ConsumerGroupCommand.cs
@@ -18,7 +18,7 @@
/*
* This file is generated by MASES.JNetReflector (ver. 2.0.1.0)
-* using kafka_2.13-3.5.1.jar as reference
+* using kafka_2.13-3.6.0.jar as reference
*/
using MASES.JCOBridge.C2JBridge;
@@ -42,7 +42,7 @@ public partial class ConsumerGroupCommand
#region Static methods
///
- ///
+ ///
///
///
@@ -51,7 +51,7 @@ public static bool IsDebugEnabled()
return SExecute(LocalBridgeClazz, "isDebugEnabled");
}
///
- ///
+ ///
///
///
@@ -60,7 +60,7 @@ public static bool IsTraceEnabled()
return SExecute(LocalBridgeClazz, "isTraceEnabled");
}
///
- ///
+ ///
///
///
@@ -69,7 +69,7 @@ public static string MISSING_COLUMN_VALUE()
return SExecute(LocalBridgeClazz, "MISSING_COLUMN_VALUE");
}
///
- ///
+ ///
///
///
public static void Main(string[] args)
@@ -77,7 +77,7 @@ public static void Main(string[] args)
SExecute(LocalBridgeClazz, "main", new object[] { args });
}
///
- ///
+ ///
///
///
public static void Run(Kafka.Admin.ConsumerGroupCommand.ConsumerGroupCommandOptions opts)
@@ -97,7 +97,7 @@ public partial class ConsumerGroupCommandOptions
{
#region Constructors
///
- ///
+ ///
///
///
public ConsumerGroupCommandOptions(string[] args)
@@ -121,7 +121,7 @@ public ConsumerGroupCommandOptions(string[] args)
#region Instance methods
///
- ///
+ ///
///
///
@@ -130,7 +130,7 @@ public string AllGroupsDoc()
return IExecute("AllGroupsDoc");
}
///
- ///
+ ///
///
///
@@ -139,7 +139,7 @@ public string AllTopicsDoc()
return IExecute("AllTopicsDoc");
}
///
- ///
+ ///
///
///
@@ -148,7 +148,7 @@ public string BootstrapServerDoc()
return IExecute("BootstrapServerDoc");
}
///
- ///
+ ///
///
///
@@ -157,7 +157,7 @@ public string CommandConfigDoc()
return IExecute("CommandConfigDoc");
}
///
- ///
+ ///
///
///
@@ -166,7 +166,7 @@ public string DeleteDoc()
return IExecute("DeleteDoc");
}
///
- ///
+ ///
///
///
@@ -175,7 +175,7 @@ public string DeleteOffsetsDoc()
return IExecute("DeleteOffsetsDoc");
}
///
- ///
+ ///
///
///
@@ -184,7 +184,7 @@ public string DescribeDoc()
return IExecute("DescribeDoc");
}
///
- ///
+ ///
///
///
@@ -193,7 +193,7 @@ public string DryRunDoc()
return IExecute("DryRunDoc");
}
///
- ///
+ ///
///
///
@@ -202,7 +202,7 @@ public string ExecuteDoc()
return IExecute("ExecuteDoc");
}
///
- ///
+ ///
///
///
@@ -211,7 +211,7 @@ public string ExportDoc()
return IExecute("ExportDoc");
}
///
- ///
+ ///
///
///
@@ -220,7 +220,7 @@ public string GroupDoc()
return IExecute("GroupDoc");
}
///
- ///
+ ///
///
///
@@ -229,7 +229,7 @@ public string ListDoc()
return IExecute("ListDoc");
}
///
- ///
+ ///
///
///
@@ -238,7 +238,7 @@ public string MembersDoc()
return IExecute("MembersDoc");
}
///
- ///
+ ///
///
///
@@ -247,7 +247,7 @@ public string Nl()
return IExecute("nl");
}
///
- ///
+ ///
///
///
@@ -256,7 +256,7 @@ public string OffsetsDoc()
return IExecute("OffsetsDoc");
}
///
- ///
+ ///
///
///
@@ -265,7 +265,7 @@ public string ResetByDurationDoc()
return IExecute("ResetByDurationDoc");
}
///
- ///
+ ///
///
///
@@ -274,7 +274,7 @@ public string ResetFromFileDoc()
return IExecute("ResetFromFileDoc");
}
///
- ///
+ ///
///
///
@@ -283,7 +283,7 @@ public string ResetOffsetsDoc()
return IExecute("ResetOffsetsDoc");
}
///
- ///
+ ///
///
///
@@ -292,7 +292,7 @@ public string ResetShiftByDoc()
return IExecute("ResetShiftByDoc");
}
///
- ///
+ ///
///
///
@@ -301,7 +301,7 @@ public string ResetToCurrentDoc()
return IExecute("ResetToCurrentDoc");
}
///
- ///
+ ///
///
///
@@ -310,7 +310,7 @@ public string ResetToDatetimeDoc()
return IExecute("ResetToDatetimeDoc");
}
///
- ///
+ ///
///
///
@@ -319,7 +319,7 @@ public string ResetToEarliestDoc()
return IExecute("ResetToEarliestDoc");
}
///
- ///
+ ///
///
///
@@ -328,7 +328,7 @@ public string ResetToLatestDoc()
return IExecute("ResetToLatestDoc");
}
///
- ///
+ ///
///
///
@@ -337,7 +337,7 @@ public string ResetToOffsetDoc()
return IExecute("ResetToOffsetDoc");
}
///
- ///
+ ///
///
///
@@ -346,7 +346,7 @@ public string StateDoc()
return IExecute("StateDoc");
}
///
- ///
+ ///
///
///
@@ -355,7 +355,7 @@ public string TimeoutMsDoc()
return IExecute("TimeoutMsDoc");
}
///
- ///
+ ///
///
///
@@ -364,7 +364,7 @@ public string TopicDoc()
return IExecute("TopicDoc");
}
///
- ///
+ ///
///
///
@@ -373,7 +373,7 @@ public string VerboseDoc()
return IExecute("VerboseDoc");
}
///
- ///
+ ///
///
public void CheckArgs()
{
@@ -411,7 +411,7 @@ public partial class ConsumerGroupService
#region Instance methods
///
- ///
+ ///
///
///
@@ -420,7 +420,7 @@ public Kafka.Admin.ConsumerGroupCommand.ConsumerGroupCommandOptions Opts()
return IExecute("opts");
}
///
- ///
+ ///
///
///
///
@@ -429,28 +429,28 @@ public Kafka.Admin.ConsumerGroupCommand.GroupState CollectGroupState(string grou
return IExecute("collectGroupState", groupId);
}
///
- ///
+ ///
///
public void Close()
{
IExecute("close");
}
///
- ///
+ ///
///
public void DeleteOffsets()
{
IExecute("deleteOffsets");
}
///
- ///
+ ///
///
public void DescribeGroups()
{
IExecute("describeGroups");
}
///
- ///
+ ///
///
public void ListGroups()
{
@@ -503,7 +503,7 @@ public partial class CsvRecordNoGroup : Java.Io.ISerializable
{
#region Constructors
///
- ///
+ ///
///
///
///
@@ -533,7 +533,7 @@ public CsvRecordNoGroup(string topic, int partition, long offset)
#region Instance methods
///
- ///
+ ///
///
///
///
@@ -542,7 +542,7 @@ public bool CanEqual(object x_1)
return IExecute("canEqual", x_1);
}
///
- ///
+ ///
///
///
@@ -551,7 +551,7 @@ public int Partition()
return IExecute("partition");
}
///
- ///
+ ///
///
///
@@ -560,7 +560,7 @@ public int ProductArity()
return IExecute("productArity");
}
///
- ///
+ ///
///
///
///
@@ -569,7 +569,7 @@ public object ProductElement(int x_1)
return IExecute("productElement", x_1);
}
///
- ///
+ ///
///
///
///
@@ -578,7 +578,7 @@ public string ProductElementName(int x_1)
return IExecute("productElementName", x_1);
}
///
- ///
+ ///
///
///
@@ -587,7 +587,7 @@ public string ProductPrefix()
return IExecute("productPrefix");
}
///
- ///
+ ///
///
///
@@ -596,7 +596,7 @@ public string Topic()
return IExecute("topic");
}
///
- ///
+ ///
///
///
///
@@ -607,7 +607,7 @@ public Kafka.Admin.ConsumerGroupCommand.CsvRecordNoGroup Copy(string topic, int
return IExecute("copy", topic, partition, offset);
}
///
- ///
+ ///
///
///
@@ -631,7 +631,7 @@ public partial class CsvRecordWithGroup : Java.Io.ISerializable
{
#region Constructors
///
- ///
+ ///
///
///
///
@@ -662,7 +662,7 @@ public CsvRecordWithGroup(string group, string topic, int partition, long offset
#region Instance methods
///
- ///
+ ///
///
///
///
@@ -671,7 +671,7 @@ public bool CanEqual(object x_1)
return IExecute("canEqual", x_1);
}
///
- ///
+ ///
///
///
@@ -680,7 +680,7 @@ public int Partition()
return IExecute("partition");
}
///
- ///
+ ///
///
///
@@ -689,7 +689,7 @@ public int ProductArity()
return IExecute("productArity");
}
///
- ///
+ ///
///
///
///
@@ -698,7 +698,7 @@ public object ProductElement(int x_1)
return IExecute("productElement", x_1);
}
///
- ///
+ ///
///
///
@@ -707,7 +707,7 @@ public string Group()
return IExecute("group");
}
///
- ///
+ ///
///
///
///
@@ -716,7 +716,7 @@ public string ProductElementName(int x_1)
return IExecute("productElementName", x_1);
}
///
- ///
+ ///
///
///
@@ -725,7 +725,7 @@ public string ProductPrefix()
return IExecute("productPrefix");
}
///
- ///
+ ///
///
///
@@ -734,7 +734,7 @@ public string Topic()
return IExecute("topic");
}
///
- ///
+ ///
///
///
///
@@ -746,7 +746,7 @@ public Kafka.Admin.ConsumerGroupCommand.CsvRecordWithGroup Copy(string group, st
return IExecute("copy", group, topic, partition, offset);
}
///
- ///
+ ///
///
///
@@ -790,7 +790,7 @@ public partial class CsvUtils : Java.Io.ISerializable
#region Instance methods
///
- ///
+ ///
///
///
///
@@ -799,7 +799,7 @@ public bool CanEqual(object x_1)
return IExecute("canEqual", x_1);
}
///
- ///
+ ///
///
///
@@ -808,7 +808,7 @@ public int ProductArity()
return IExecute("productArity");
}
///
- ///
+ ///
///
///
///
@@ -817,7 +817,7 @@ public object ProductElement(int x_1)
return IExecute("productElement", x_1);
}
///
- ///
+ ///
///
///
///
@@ -826,7 +826,7 @@ public string ProductElementName(int x_1)
return IExecute("productElementName", x_1);
}
///
- ///
+ ///
///
///
@@ -835,7 +835,7 @@ public string ProductPrefix()
return IExecute("productPrefix");
}
///
- ///
+ ///
///
///
@@ -859,7 +859,7 @@ public partial class GroupState : Java.Io.ISerializable
{
#region Constructors
///
- ///
+ ///
///
///
///
@@ -891,7 +891,7 @@ public GroupState(string group, Org.Apache.Kafka.Common.Node coordinator, string
#region Instance methods
///
- ///
+ ///
///
///
///
@@ -900,7 +900,7 @@ public bool CanEqual(object x_1)
return IExecute("canEqual", x_1);
}
///
- ///
+ ///
///
///
@@ -909,7 +909,7 @@ public int NumMembers()
return IExecute("numMembers");
}
///
- ///
+ ///
///
///
@@ -918,7 +918,7 @@ public int ProductArity()
return IExecute("productArity");
}
///
- ///
+ ///
///
///
///
@@ -927,7 +927,7 @@ public object ProductElement(int x_1)
return IExecute("productElement", x_1);
}
///
- ///
+ ///
///
///
@@ -936,7 +936,7 @@ public string AssignmentStrategy()
return IExecute("assignmentStrategy");
}
///
- ///
+ ///
///
///
@@ -945,7 +945,7 @@ public string Group()
return IExecute("group");
}
///
- ///
+ ///
///
///
///
@@ -954,7 +954,7 @@ public string ProductElementName(int x_1)
return IExecute("productElementName", x_1);
}
///
- ///
+ ///
///
///
@@ -963,7 +963,7 @@ public string ProductPrefix()
return IExecute("productPrefix");
}
///
- ///
+ ///
///
///
@@ -972,7 +972,7 @@ public string State()
return IExecute("state");
}
///
- ///
+ ///
///
///
///
@@ -985,7 +985,7 @@ public Kafka.Admin.ConsumerGroupCommand.GroupState Copy(string group, Org.Apache
return IExecute("copy", group, coordinator, assignmentStrategy, state, numMembers);
}
///
- ///
+ ///
///
///
@@ -1060,7 +1060,7 @@ public partial class MemberAssignmentState : Java.Io.ISerializable
#region Instance methods
///
- ///
+ ///
///
///
///
@@ -1069,7 +1069,7 @@ public bool CanEqual(object x_1)
return IExecute("canEqual", x_1);
}
///
- ///
+ ///
///
///
@@ -1078,7 +1078,7 @@ public int NumPartitions()
return IExecute("numPartitions");
}
///
- ///
+ ///
///
///
@@ -1087,7 +1087,7 @@ public int ProductArity()
return IExecute("productArity");
}
///
- ///
+ ///
///
///
///
@@ -1096,7 +1096,7 @@ public object ProductElement(int x_1)
return IExecute("productElement", x_1);
}
///
- ///
+ ///
///
///
@@ -1105,7 +1105,7 @@ public string ClientId()
return IExecute("clientId");
}
///
- ///
+ ///
///
///
@@ -1114,7 +1114,7 @@ public string ConsumerId()
return IExecute("consumerId");
}
///
- ///
+ ///
///
///
@@ -1123,7 +1123,7 @@ public string Group()
return IExecute("group");
}
///
- ///
+ ///
///
///
@@ -1132,7 +1132,7 @@ public string GroupInstanceId()
return IExecute("groupInstanceId");
}
///
- ///
+ ///
///
///
@@ -1141,7 +1141,7 @@ public string Host()
return IExecute("host");
}
///
- ///
+ ///
///
///
///
@@ -1150,7 +1150,7 @@ public string ProductElementName(int x_1)
return IExecute("productElementName", x_1);
}
///
- ///
+ ///
///
///
@@ -1194,7 +1194,7 @@ public partial class PartitionAssignmentState : Java.Io.ISerializable
#region Instance methods
///
- ///
+ ///
///
///
///
@@ -1203,7 +1203,7 @@ public bool CanEqual(object x_1)
return IExecute("canEqual", x_1);
}
///
- ///
+ ///
///
///
@@ -1212,7 +1212,7 @@ public int ProductArity()
return IExecute("productArity");
}
///
- ///
+ ///
///
///
///
@@ -1221,7 +1221,7 @@ public object ProductElement(int x_1)
return IExecute("productElement", x_1);
}
///
- ///
+ ///
///
///
@@ -1230,7 +1230,7 @@ public string Group()
return IExecute("group");
}
///
- ///
+ ///
///
///
///
@@ -1239,7 +1239,7 @@ public string ProductElementName(int x_1)
return IExecute("productElementName", x_1);
}
///
- ///
+ ///
///
///
diff --git a/src/net/KNet/Generated/Kafka/Admin/DeleteRecordsCommand.cs b/src/net/KNet/Generated/Kafka/Admin/DeleteRecordsCommand.cs
deleted file mode 100644
index 8b9f96c9b2..0000000000
--- a/src/net/KNet/Generated/Kafka/Admin/DeleteRecordsCommand.cs
+++ /dev/null
@@ -1,141 +0,0 @@
-/*
-* Copyright 2023 MASES s.r.l.
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*
-* Refer to LICENSE for more information.
-*/
-
-/*
-* This file is generated by MASES.JNetReflector (ver. 2.0.1.0)
-* using kafka_2.13-3.5.1.jar as reference
-*/
-
-using MASES.JCOBridge.C2JBridge;
-
-namespace Kafka.Admin
-{
- #region DeleteRecordsCommand
- public partial class DeleteRecordsCommand
- {
- #region Constructors
-
- #endregion
-
- #region Class/Interface conversion operators
-
- #endregion
-
- #region Fields
-
- #endregion
-
- #region Static methods
- ///
- ///
- ///
- ///
- ///
- public static void Execute(string[] args, Java.Io.PrintStream _out)
- {
- SExecute(LocalBridgeClazz, "execute", args, _out);
- }
- ///
- ///
- ///
- ///
- public static void Main(string[] args)
- {
- SExecute(LocalBridgeClazz, "main", new object[] { args });
- }
-
- #endregion
-
- #region Instance methods
-
- #endregion
-
- #region Nested classes
- #region DeleteRecordsCommandOptions
- public partial class DeleteRecordsCommandOptions
- {
- #region Constructors
- ///
- ///
- ///
- ///
- public DeleteRecordsCommandOptions(string[] args)
- : base(args)
- {
- }
-
- #endregion
-
- #region Class/Interface conversion operators
-
- #endregion
-
- #region Fields
-
- #endregion
-
- #region Static methods
-
- #endregion
-
- #region Instance methods
- ///
- ///
- ///
-
- ///
- public string BootstrapServerDoc()
- {
- return IExecute("BootstrapServerDoc");
- }
- ///
- ///
- ///
-
- ///
- public string CommandConfigDoc()
- {
- return IExecute("CommandConfigDoc");
- }
- ///
- ///
- ///
-
- ///
- public string OffsetJsonFileDoc()
- {
- return IExecute("offsetJsonFileDoc");
- }
-
- #endregion
-
- #region Nested classes
-
- #endregion
-
- // TODO: complete the class
- }
- #endregion
-
-
- #endregion
-
- // TODO: complete the class
- }
- #endregion
-}
\ No newline at end of file
diff --git a/src/net/KNet/Generated/Kafka/Admin/FeatureCommand.cs b/src/net/KNet/Generated/Kafka/Admin/FeatureCommand.cs
index e7978b3a0f..c6bb9d3774 100644
--- a/src/net/KNet/Generated/Kafka/Admin/FeatureCommand.cs
+++ b/src/net/KNet/Generated/Kafka/Admin/FeatureCommand.cs
@@ -18,7 +18,7 @@
/*
* This file is generated by MASES.JNetReflector (ver. 2.0.1.0)
-* using kafka_2.13-3.5.1.jar as reference
+* using kafka_2.13-3.6.0.jar as reference
*/
using MASES.JCOBridge.C2JBridge;
@@ -42,7 +42,7 @@ public partial class FeatureCommand
#region Static methods
///
- ///
+ ///
///
///
///
@@ -52,7 +52,7 @@ public static int MainNoExit(string[] args, Java.Io.PrintStream _out)
return SExecute(LocalBridgeClazz, "mainNoExit", args, _out);
}
///
- ///
+ ///
///
///
///
@@ -62,7 +62,7 @@ public static string LevelToString(string feature, short level)
return SExecute(LocalBridgeClazz, "levelToString", feature, level);
}
///
- ///
+ ///
///
///
///
@@ -71,7 +71,7 @@ public static void HandleDescribe(Java.Io.PrintStream _out, Org.Apache.Kafka.Cli
SExecute(LocalBridgeClazz, "handleDescribe", _out, admin);
}
///
- ///
+ ///
///
///
public static void Main(string[] args)
@@ -79,7 +79,7 @@ public static void Main(string[] args)
SExecute(LocalBridgeClazz, "main", new object[] { args });
}
///
- ///
+ ///
///
///
///
diff --git a/src/net/KNet/Generated/Kafka/Admin/LeaderElectionCommand.cs b/src/net/KNet/Generated/Kafka/Admin/LeaderElectionCommand.cs
index aa10c37dcc..3057a4a494 100644
--- a/src/net/KNet/Generated/Kafka/Admin/LeaderElectionCommand.cs
+++ b/src/net/KNet/Generated/Kafka/Admin/LeaderElectionCommand.cs
@@ -18,7 +18,7 @@
/*
* This file is generated by MASES.JNetReflector (ver. 2.0.1.0)
-* using kafka_2.13-3.5.1.jar as reference
+* using kafka_2.13-3.6.0.jar as reference
*/
using MASES.JCOBridge.C2JBridge;
@@ -42,7 +42,7 @@ public partial class LeaderElectionCommand
#region Static methods
///
- ///
+ ///
///
///
@@ -51,7 +51,7 @@ public static bool IsDebugEnabled()
return SExecute(LocalBridgeClazz, "isDebugEnabled");
}
///
- ///
+ ///
///
///
@@ -60,7 +60,7 @@ public static bool IsTraceEnabled()
return SExecute(LocalBridgeClazz, "isTraceEnabled");
}
///
- ///
+ ///
///
///
public static void Main(string[] args)
diff --git a/src/net/KNet/Generated/Kafka/Admin/LeaderElectionCommandOptions.cs b/src/net/KNet/Generated/Kafka/Admin/LeaderElectionCommandOptions.cs
index f9ecc0c2c5..b02a5ac2a2 100644
--- a/src/net/KNet/Generated/Kafka/Admin/LeaderElectionCommandOptions.cs
+++ b/src/net/KNet/Generated/Kafka/Admin/LeaderElectionCommandOptions.cs
@@ -18,7 +18,7 @@
/*
* This file is generated by MASES.JNetReflector (ver. 2.0.1.0)
-* using kafka_2.13-3.5.1.jar as reference
+* using kafka_2.13-3.6.0.jar as reference
*/
using MASES.JCOBridge.C2JBridge;
@@ -30,7 +30,7 @@ public partial class LeaderElectionCommandOptions
{
#region Constructors
///
- ///
+ ///
///
///
public LeaderElectionCommandOptions(string[] args)
diff --git a/src/net/KNet/Generated/Kafka/Admin/LogDirsCommand.cs b/src/net/KNet/Generated/Kafka/Admin/LogDirsCommand.cs
deleted file mode 100644
index 9e69faae0b..0000000000
--- a/src/net/KNet/Generated/Kafka/Admin/LogDirsCommand.cs
+++ /dev/null
@@ -1,114 +0,0 @@
-/*
-* Copyright 2023 MASES s.r.l.
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*
-* Refer to LICENSE for more information.
-*/
-
-/*
-* This file is generated by MASES.JNetReflector (ver. 2.0.1.0)
-* using kafka_2.13-3.5.1.jar as reference
-*/
-
-using MASES.JCOBridge.C2JBridge;
-
-namespace Kafka.Admin
-{
- #region LogDirsCommand
- public partial class LogDirsCommand
- {
- #region Constructors
-
- #endregion
-
- #region Class/Interface conversion operators
-
- #endregion
-
- #region Fields
-
- #endregion
-
- #region Static methods
- ///
- ///
- ///
- ///
- ///
- public static void Describe(string[] args, Java.Io.PrintStream _out)
- {
- SExecute(LocalBridgeClazz, "describe", args, _out);
- }
- ///
- ///
- ///
- ///
- public static void Main(string[] args)
- {
- SExecute(LocalBridgeClazz, "main", new object[] { args });
- }
-
- #endregion
-
- #region Instance methods
-
- #endregion
-
- #region Nested classes
- #region LogDirsCommandOptions
- public partial class LogDirsCommandOptions
- {
- #region Constructors
- ///
- ///
- ///
- ///
- public LogDirsCommandOptions(string[] args)
- : base(args)
- {
- }
-
- #endregion
-
- #region Class/Interface conversion operators
-
- #endregion
-
- #region Fields
-
- #endregion
-
- #region Static methods
-
- #endregion
-
- #region Instance methods
-
- #endregion
-
- #region Nested classes
-
- #endregion
-
- // TODO: complete the class
- }
- #endregion
-
-
- #endregion
-
- // TODO: complete the class
- }
- #endregion
-}
\ No newline at end of file
diff --git a/src/net/KNet/Generated/Kafka/Admin/RackAwareMode.cs b/src/net/KNet/Generated/Kafka/Admin/RackAwareMode.cs
index 67735ccdff..4c4169acb8 100644
--- a/src/net/KNet/Generated/Kafka/Admin/RackAwareMode.cs
+++ b/src/net/KNet/Generated/Kafka/Admin/RackAwareMode.cs
@@ -18,7 +18,7 @@
/*
* This file is generated by MASES.JNetReflector (ver. 2.0.1.0)
-* using kafka_2.13-3.5.1.jar as reference
+* using kafka_2.13-3.6.0.jar as reference
*/
using MASES.JCOBridge.C2JBridge;
diff --git a/src/net/KNet/Generated/Kafka/Admin/ReassignPartitionsCommand.cs b/src/net/KNet/Generated/Kafka/Admin/ReassignPartitionsCommand.cs
index baebc44ace..1dd6f46fb8 100644
--- a/src/net/KNet/Generated/Kafka/Admin/ReassignPartitionsCommand.cs
+++ b/src/net/KNet/Generated/Kafka/Admin/ReassignPartitionsCommand.cs
@@ -18,7 +18,7 @@
/*
* This file is generated by MASES.JNetReflector (ver. 2.0.1.0)
-* using kafka_2.13-3.5.1.jar as reference
+* using kafka_2.13-3.6.0.jar as reference
*/
using MASES.JCOBridge.C2JBridge;
@@ -42,7 +42,7 @@ public partial class ReassignPartitionsCommand
#region Static methods
///
- ///
+ ///
///
///
///
@@ -52,7 +52,7 @@ public static bool CompareTopicPartitionReplicas(Org.Apache.Kafka.Common.TopicPa
return SExecute(LocalBridgeClazz, "compareTopicPartitionReplicas", a, b);
}
///
- ///
+ ///
///
///
///
@@ -62,7 +62,7 @@ public static bool CompareTopicPartitions(Org.Apache.Kafka.Common.TopicPartition
return SExecute(LocalBridgeClazz, "compareTopicPartitions", a, b);
}
///
- ///
+ ///
///
///
@@ -71,7 +71,7 @@ public static bool IsDebugEnabled()
return SExecute(LocalBridgeClazz, "isDebugEnabled");
}
///
- ///
+ ///
///
///
@@ -80,7 +80,7 @@ public static bool IsTraceEnabled()
return SExecute(LocalBridgeClazz, "isTraceEnabled");
}
///
- ///
+ ///
///
///
///
@@ -89,7 +89,7 @@ public static string CurReassignmentsToString(Org.Apache.Kafka.Clients.Admin.Adm
return SExecute(LocalBridgeClazz, "curReassignmentsToString", adminClient);
}
///
- ///
+ ///
///
///
@@ -98,7 +98,7 @@ public static string HelpText()
return SExecute(LocalBridgeClazz, "helpText");
}
///
- ///
+ ///
///
///
///
@@ -107,7 +107,7 @@ public static Kafka.Admin.ReassignPartitionsCommand.ReassignPartitionsCommandOpt
return SExecute(LocalBridgeClazz, "validateAndParseArgs", new object[] { args });
}
///
- ///
+ ///
///
///
///
@@ -118,7 +118,7 @@ public static Kafka.Admin.ReassignPartitionsCommand.VerifyAssignmentResult Verif
return SExecute(LocalBridgeClazz, "verifyAssignment", adminClient, jsonString, preserveThrottles);
}
///
- ///
+ ///
///
///
///
@@ -132,7 +132,7 @@ public static void ExecuteAssignment(Org.Apache.Kafka.Clients.Admin.Admin adminC
SExecute(LocalBridgeClazz, "executeAssignment", adminClient, additional, reassignmentJson, interBrokerThrottle, logDirThrottle, timeoutMs, time);
}
///
- ///
+ ///
///
///
public static void ListReassignments(Org.Apache.Kafka.Clients.Admin.Admin adminClient)
@@ -140,7 +140,7 @@ public static void ListReassignments(Org.Apache.Kafka.Clients.Admin.Admin adminC
SExecute(LocalBridgeClazz, "listReassignments", adminClient);
}
///
- ///
+ ///
///
///
public static void Main(string[] args)
@@ -160,7 +160,7 @@ public partial class ActiveMoveState : Java.Io.ISerializable
{
#region Constructors
///
- ///
+ ///
///
///
///
@@ -190,7 +190,7 @@ public ActiveMoveState(string currentLogDir, string targetLogDir, string futureL
#region Instance methods
///
- ///
+ ///
///
///
///
@@ -199,7 +199,7 @@ public bool CanEqual(object x_1)
return IExecute("canEqual", x_1);
}
///
- ///
+ ///
///
///
@@ -208,7 +208,7 @@ public bool Done()
return IExecute("done");
}
///
- ///
+ ///
///
///
@@ -217,7 +217,7 @@ public int ProductArity()
return IExecute("productArity");
}
///
- ///
+ ///
///
///
///
@@ -226,7 +226,7 @@ public object ProductElement(int x_1)
return IExecute("productElement", x_1);
}
///
- ///
+ ///
///
///
@@ -235,7 +235,7 @@ public string CurrentLogDir()
return IExecute("currentLogDir");
}
///
- ///
+ ///
///
///
@@ -244,7 +244,7 @@ public string FutureLogDir()
return IExecute("futureLogDir");
}
///
- ///
+ ///
///
///
///
@@ -253,7 +253,7 @@ public string ProductElementName(int x_1)
return IExecute("productElementName", x_1);
}
///
- ///
+ ///
///
///
@@ -262,7 +262,7 @@ public string ProductPrefix()
return IExecute("productPrefix");
}
///
- ///
+ ///
///
///
@@ -271,7 +271,7 @@ public string TargetLogDir()
return IExecute("targetLogDir");
}
///
- ///
+ ///
///
///
///
@@ -297,7 +297,7 @@ public partial class CancelledMoveState : Java.Io.ISerializable
{
#region Constructors
///
- ///
+ ///
///
///
///
@@ -326,7 +326,7 @@ public CancelledMoveState(string currentLogDir, string targetLogDir)
#region Instance methods
///
- ///
+ ///
///
///
///
@@ -335,7 +335,7 @@ public bool CanEqual(object x_1)
return IExecute("canEqual", x_1);
}
///
- ///
+ ///
///
///
@@ -344,7 +344,7 @@ public bool Done()
return IExecute("done");
}
///
- ///
+ ///
///
///
@@ -353,7 +353,7 @@ public int ProductArity()
return IExecute("productArity");
}
///
- ///
+ ///
///
///
///
@@ -362,7 +362,7 @@ public object ProductElement(int x_1)
return IExecute("productElement", x_1);
}
///
- ///
+ ///
///
///
@@ -371,7 +371,7 @@ public string CurrentLogDir()
return IExecute("currentLogDir");
}
///
- ///
+ ///
///
///
///
@@ -380,7 +380,7 @@ public string ProductElementName(int x_1)
return IExecute("productElementName", x_1);
}
///
- ///
+ ///
///
///
@@ -389,7 +389,7 @@ public string ProductPrefix()
return IExecute("productPrefix");
}
///
- ///
+ ///
///
///
@@ -398,7 +398,7 @@ public string TargetLogDir()
return IExecute("targetLogDir");
}
///
- ///
+ ///
///
///
///
@@ -423,7 +423,7 @@ public partial class CompletedMoveState : Java.Io.ISerializable
{
#region Constructors
///
- ///
+ ///
///
///
public CompletedMoveState(string targetLogDir)
@@ -451,7 +451,7 @@ public CompletedMoveState(string targetLogDir)
#region Instance methods
///
- ///
+ ///
///
///
///
@@ -460,7 +460,7 @@ public bool CanEqual(object x_1)
return IExecute("canEqual", x_1);
}
///
- ///
+ ///
///
///
@@ -469,7 +469,7 @@ public bool Done()
return IExecute("done");
}
///
- ///
+ ///
///
///
@@ -478,7 +478,7 @@ public int ProductArity()
return IExecute("productArity");
}
///
- ///
+ ///
///
///
///
@@ -487,7 +487,7 @@ public object ProductElement(int x_1)
return IExecute("productElement", x_1);
}
///
- ///
+ ///
///
///
///
@@ -496,7 +496,7 @@ public string ProductElementName(int x_1)
return IExecute("productElementName", x_1);
}
///
- ///
+ ///
///
///
@@ -505,7 +505,7 @@ public string ProductPrefix()
return IExecute("productPrefix");
}
///
- ///
+ ///
///
///
@@ -514,7 +514,7 @@ public string TargetLogDir()
return IExecute("targetLogDir");
}
///
- ///
+ ///
///
///
///
@@ -554,7 +554,7 @@ public partial class LogDirMoveState
#region Instance methods
///
- ///
+ ///
///
///
@@ -578,7 +578,7 @@ public partial class MissingLogDirMoveState : Java.Io.ISerializable
{
#region Constructors
///
- ///
+ ///
///
///
public MissingLogDirMoveState(string targetLogDir)
@@ -606,7 +606,7 @@ public MissingLogDirMoveState(string targetLogDir)
#region Instance methods
///
- ///
+ ///
///
///
///
@@ -615,7 +615,7 @@ public bool CanEqual(object x_1)
return IExecute("canEqual", x_1);
}
///
- ///
+ ///
///
///
@@ -624,7 +624,7 @@ public bool Done()
return IExecute("done");
}
///
- ///
+ ///
///
///
@@ -633,7 +633,7 @@ public int ProductArity()
return IExecute("productArity");
}
///
- ///
+ ///
///
///
///
@@ -642,7 +642,7 @@ public object ProductElement(int x_1)
return IExecute("productElement", x_1);
}
///
- ///
+ ///
///
///
///
@@ -651,7 +651,7 @@ public string ProductElementName(int x_1)
return IExecute("productElementName", x_1);
}
///
- ///
+ ///
///
///
@@ -660,7 +660,7 @@ public string ProductPrefix()
return IExecute("productPrefix");
}
///
- ///
+ ///
///
///
@@ -669,7 +669,7 @@ public string TargetLogDir()
return IExecute("targetLogDir");
}
///
- ///
+ ///
///
///
///
@@ -693,7 +693,7 @@ public partial class MissingReplicaMoveState : Java.Io.ISerializable
{
#region Constructors
///
- ///
+ ///
///
///
public MissingReplicaMoveState(string targetLogDir)
@@ -721,7 +721,7 @@ public MissingReplicaMoveState(string targetLogDir)
#region Instance methods
///
- ///
+ ///
///
///
///
@@ -730,7 +730,7 @@ public bool CanEqual(object x_1)
return IExecute("canEqual", x_1);
}
///
- ///
+ ///
///
///
@@ -739,7 +739,7 @@ public bool Done()
return IExecute("done");
}
///
- ///
+ ///
///
///
@@ -748,7 +748,7 @@ public int ProductArity()
return IExecute("productArity");
}
///
- ///
+ ///
///
///
///
@@ -757,7 +757,7 @@ public object ProductElement(int x_1)
return IExecute("productElement", x_1);
}
///
- ///
+ ///
///
///
///
@@ -766,7 +766,7 @@ public string ProductElementName(int x_1)
return IExecute("productElementName", x_1);
}
///
- ///
+ ///
///
///
@@ -775,7 +775,7 @@ public string ProductPrefix()
return IExecute("productPrefix");
}
///
- ///
+ ///
///
///
@@ -784,7 +784,7 @@ public string TargetLogDir()
return IExecute("targetLogDir");
}
///
- ///
+ ///
///
///
///
@@ -828,7 +828,7 @@ public partial class PartitionMove : Java.Io.ISerializable
#region Instance methods
///
- ///
+ ///
///
///
///
@@ -837,7 +837,7 @@ public bool CanEqual(object x_1)
return IExecute("canEqual", x_1);
}
///
- ///
+ ///
///
///
@@ -846,7 +846,7 @@ public int ProductArity()
return IExecute("productArity");
}
///
- ///
+ ///
///
///
///
@@ -855,7 +855,7 @@ public object ProductElement(int x_1)
return IExecute("productElement", x_1);
}
///
- ///
+ ///
///
///
///
@@ -864,7 +864,7 @@ public string ProductElementName(int x_1)
return IExecute("productElementName", x_1);
}
///
- ///
+ ///
///
///
@@ -908,7 +908,7 @@ public partial class PartitionReassignmentState : Java.Io.ISerializable
#region Instance methods
///
- ///
+ ///
///
///
///
@@ -917,7 +917,7 @@ public bool CanEqual(object x_1)
return IExecute("canEqual", x_1);
}
///
- ///
+ ///
///
///
@@ -926,7 +926,7 @@ public bool Done()
return IExecute("done");
}
///
- ///
+ ///
///
///
@@ -935,7 +935,7 @@ public int ProductArity()
return IExecute("productArity");
}
///
- ///
+ ///
///
///
///
@@ -944,7 +944,7 @@ public object ProductElement(int x_1)
return IExecute("productElement", x_1);
}
///
- ///
+ ///
///
///
///
@@ -953,7 +953,7 @@ public string ProductElementName(int x_1)
return IExecute("productElementName", x_1);
}
///
- ///
+ ///
///
///
@@ -977,7 +977,7 @@ public partial class ReassignPartitionsCommandOptions
{
#region Constructors
///
- ///
+ ///
///
///
public ReassignPartitionsCommandOptions(string[] args)
@@ -1067,7 +1067,7 @@ public partial class VerifyAssignmentResult : Java.Io.ISerializable
#region Instance methods
///
- ///
+ ///
///
///
///
@@ -1076,7 +1076,7 @@ public bool CanEqual(object x_1)
return IExecute("canEqual", x_1);
}
///
- ///
+ ///
///
///
@@ -1085,7 +1085,7 @@ public bool MovesOngoing()
return IExecute("movesOngoing");
}
///
- ///
+ ///
///
///
@@ -1094,7 +1094,7 @@ public bool PartsOngoing()
return IExecute("partsOngoing");
}
///
- ///
+ ///
///
///
@@ -1103,7 +1103,7 @@ public int ProductArity()
return IExecute("productArity");
}
///
- ///
+ ///
///
///
///
@@ -1112,7 +1112,7 @@ public object ProductElement(int x_1)
return IExecute("productElement", x_1);
}
///
- ///
+ ///
///
///
///
@@ -1121,7 +1121,7 @@ public string ProductElementName(int x_1)
return IExecute("productElementName", x_1);
}
///
- ///
+ ///
///
///
diff --git a/src/net/KNet/Generated/Kafka/Admin/TopicCommand.cs b/src/net/KNet/Generated/Kafka/Admin/TopicCommand.cs
index 80bf63f70f..94aba201eb 100644
--- a/src/net/KNet/Generated/Kafka/Admin/TopicCommand.cs
+++ b/src/net/KNet/Generated/Kafka/Admin/TopicCommand.cs
@@ -18,7 +18,7 @@
/*
* This file is generated by MASES.JNetReflector (ver. 2.0.1.0)
-* using kafka_2.13-3.5.1.jar as reference
+* using kafka_2.13-3.6.0.jar as reference
*/
using MASES.JCOBridge.C2JBridge;
@@ -42,7 +42,7 @@ public partial class TopicCommand
#region Static methods
///
- ///
+ ///
///
///
@@ -51,7 +51,7 @@ public static bool IsDebugEnabled()
return SExecute(LocalBridgeClazz, "isDebugEnabled");
}
///
- ///
+ ///
///
///
@@ -60,7 +60,7 @@ public static bool IsTraceEnabled()
return SExecute(LocalBridgeClazz, "isTraceEnabled");
}
///
- ///
+ ///
///
///
///
@@ -69,7 +69,7 @@ public static Java.Util.Properties ParseTopicConfigsToBeAdded(Kafka.Admin.TopicC
return SExecute(LocalBridgeClazz, "parseTopicConfigsToBeAdded", opts);
}
///
- ///
+ ///
///
///
public static void Main(string[] args)
@@ -89,7 +89,7 @@ public partial class CommandTopicPartition
{
#region Constructors
///
- ///
+ ///
///
///
public CommandTopicPartition(Kafka.Admin.TopicCommand.TopicCommandOptions opts)
@@ -113,7 +113,7 @@ public CommandTopicPartition(Kafka.Admin.TopicCommand.TopicCommandOptions opts)
#region Instance methods
///
- ///
+ ///
///
///
@@ -122,7 +122,7 @@ public bool HasReplicaAssignment()
return IExecute("hasReplicaAssignment");
}
///
- ///
+ ///
///
///
@@ -131,7 +131,7 @@ public bool IfTopicDoesntExist()
return IExecute("ifTopicDoesntExist");
}
///
- ///
+ ///
///
///
@@ -140,7 +140,7 @@ public string Name()
return IExecute("name");
}
///
- ///
+ ///
///
///
@@ -180,7 +180,7 @@ public partial class DescribeOptions
#region Instance methods
///
- ///
+ ///
///
///
@@ -189,7 +189,7 @@ public bool DescribeConfigs()
return IExecute("describeConfigs");
}
///
- ///
+ ///
///
///
@@ -198,7 +198,7 @@ public bool DescribePartitions()
return IExecute("describePartitions");
}
///
- ///
+ ///
///
///
public void MaybePrintPartitionDescription(Kafka.Admin.TopicCommand.PartitionDescription desc)
@@ -241,7 +241,7 @@ public partial class PartitionDescription : Java.Io.ISerializable
#region Instance methods
///
- ///
+ ///
///
///
///
@@ -250,7 +250,7 @@ public bool CanEqual(object x_1)
return IExecute("canEqual", x_1);
}
///
- ///
+ ///
///
///
@@ -259,7 +259,7 @@ public bool IsAtMinIsrPartitions()
return IExecute("isAtMinIsrPartitions");
}
///
- ///
+ ///
///
///
@@ -268,7 +268,7 @@ public bool IsUnderMinIsr()
return IExecute("isUnderMinIsr");
}
///
- ///
+ ///
///
///
@@ -277,7 +277,7 @@ public bool IsUnderReplicated()
return IExecute("isUnderReplicated");
}
///
- ///
+ ///
///
///
@@ -286,7 +286,7 @@ public bool MarkedForDeletion()
return IExecute("markedForDeletion");
}
///
- ///
+ ///
///
///
@@ -295,7 +295,7 @@ public int ProductArity()
return IExecute("productArity");
}
///
- ///
+ ///
///
///
///
@@ -304,7 +304,7 @@ public object ProductElement(int x_1)
return IExecute("productElement", x_1);
}
///
- ///
+ ///
///
///
///
@@ -313,7 +313,7 @@ public string ProductElementName(int x_1)
return IExecute("productElementName", x_1);
}
///
- ///
+ ///
///
///
@@ -322,7 +322,7 @@ public string ProductPrefix()
return IExecute("productPrefix");
}
///
- ///
+ ///
///
///
@@ -331,7 +331,7 @@ public string Topic()
return IExecute("topic");
}
///
- ///
+ ///
///
///
@@ -340,7 +340,7 @@ public Org.Apache.Kafka.Common.TopicPartitionInfo Info()
return IExecute("info");
}
///
- ///
+ ///
///
public void PrintDescription()
{
@@ -362,7 +362,7 @@ public partial class TopicCommandOptions
{
#region Constructors
///
- ///
+ ///
///
///
public TopicCommandOptions(string[] args)
@@ -386,7 +386,7 @@ public TopicCommandOptions(string[] args)
#region Instance methods
///
- ///
+ ///
///
///
@@ -395,7 +395,7 @@ public bool ExcludeInternalTopics()
return IExecute("excludeInternalTopics");
}
///
- ///
+ ///
///
///
@@ -404,7 +404,7 @@ public bool HasAlterOption()
return IExecute("hasAlterOption");
}
///
- ///
+ ///
///
///
@@ -413,7 +413,7 @@ public bool HasCreateOption()
return IExecute("hasCreateOption");
}
///
- ///
+ ///
///
///
@@ -422,7 +422,7 @@ public bool HasDeleteOption()
return IExecute("hasDeleteOption");
}
///
- ///
+ ///
///
///
@@ -431,7 +431,7 @@ public bool HasDescribeOption()
return IExecute("hasDescribeOption");
}
///
- ///