2009 Commits (ebd64b5d558f5500f419e7e66499ba9ffc30dc04)

Author SHA1 Message Date
David Jacot 94e61c3979
KAFKA-10458; Updating controller quota does not work since Token Bucket (#9272) 4 years ago
Ismael Juma 7d0086e0c3
KAFKA-10447: Migrate tools module to JUnit 5 (#9231) 4 years ago
Guozhang Wang 7e7bb184d2
KAFKA-10134: Enable heartbeat during PrepareRebalance and Depend On State For Poll Timeout (#8834) 4 years ago
David Jacot e4eab377e1
MINOR: Address flaky `KafkaAdminClient` tests (#9091) 4 years ago
Jason Gustafson e7f1cffd97
MINOR: Fix JSON generation of nested structs with non-matching type/name (#9277) 4 years ago
Colin Patrick McCabe 86013dc9f8
MINOR: add ImplicitLinkedHashCollection#moveToEnd (#9269) 4 years ago
Ron Dagostino e8524ccd8f
KAFKA-10259: KIP-554 Broker-side SCRAM Config API (#9032) 4 years ago
Mickael Maison fd02c8f07f
MINOR: Include call name in TimeoutException (#8050) 4 years ago
Can Cecen 6e8a01e18c
KAFKA-10098: Remove unnecessary escaping in regular expression. (#8798) 4 years ago
Colin Patrick McCabe b6ba67482f
KAFKA-10384: Separate converters from generated messages (#9194) 4 years ago
A. Sophie Blee-Goldman 22bcd9fac3
KAFKA-10054: KIP-613, add TRACE-level e2e latency metrics (#9094) 4 years ago
Tom Bentley 8b94e62295
KAFKA-10211: Add DirectoryConfigProvider (#9136) 4 years ago
David Arthur 1a9697430a
KAFKA-8806 Reduce calls to validateOffsetsIfNeeded (#7222) 4 years ago
Boyang Chen 21dc5231ce
KAFKA-9705 part 1: add KIP-590 request header fields (#9144) 4 years ago
Jason Gustafson 3a189ad868
KAFKA-10386; Fix flexible version support for `records` type (#9163) 4 years ago
Boyang Chen b937ec7567
KAFKA-9911: Add new PRODUCER_FENCED error code (#8549) 4 years ago
Jason Gustafson 89e12f3c6b
KAFKA-10388; Fix struct conversion logic for tagged structures (#9166) 4 years ago
Jason Gustafson 0f3622cc09
MINOR: Remove `PartitionHeader` abstraction from `FetchResponse` schema (#9164) 4 years ago
David Jacot b5f90daf13
KAFKA-10162; Use Token Bucket algorithm for controller mutation quota (KIP-599, Part III) (#9114) 4 years ago
Boyang Chen e9ebe39e7c
MINOR: add additional shutdown log info (#9124) 4 years ago
showuon 28b7d8e216
MINOR: Add comments to constrainedAssign and generalAssign method (#9096) 4 years ago
David Arthur 4cd2396db3
KAFKA-9629 Use generated protocol for Fetch API (#9008) 4 years ago
Tom Bentley 819cd454f9
KAFKA-10120: Deprecate DescribeLogDirsResult.all() and .values() (#9007) 4 years ago
Sasaki Toru 783a6451f5
KAFKA-10309: KafkaProducer's sendOffsetsToTransaction should not block infinitively (#9081) 4 years ago
Boyang Chen de2e6938c8
KAFKA-10270: A broker to controller channel manager (#9012) 4 years ago
Chia-Ping Tsai 659ca8f089
MINOR: remove NewTopic#NO_PARTITIONS and NewTopic#NO_REPLICATION_FACTOR as they are duplicate to CreateTopicsRequest#NO_NUM_PARTITIONS and CreateTopicsRequest#NO_REPLICATION_FACTOR (#9077) 4 years ago
Guozhang Wang f748d59d28
MINOR: INFO log4j when request re-join (#9068) 4 years ago
Rajini Sivaram 39cf75bd81
MINOR: Fix SslEngineFactory javadoc (#9055) 4 years ago
Rajini Sivaram 6fda5e2b5f
MINOR: Fix deprecation version for NotLeaderForPartitionException (#9056) 4 years ago
David Jacot d9168970dd
KAFKA-10164; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part II, Admin Changes) (#8968) 4 years ago
David Jacot a5ffd1ca44
KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes) (#8933) 4 years ago
Matthias J. Sax 194c56fce2
KAFKA-9274: Mark `retries` config as deprecated and add new `task.timeout.ms` config (#8864) 4 years ago
Manikumar Reddy c38825ab97 KAFKA-9432:(follow-up) Set `configKeys` to null in `describeConfigs()` to make it backward compatible with older Kafka versions. 4 years ago
Rajini Sivaram 6162a15326
KAFKA-10279; Allow dynamic update of certificates with additional SubjectAltNames (#9044) 4 years ago
Leonard Ge cd6850b410
MINOR: Fixed some resource leaks. (#8922) 4 years ago
Leonard Ge b988de2842
MINOR: Improved code quality for various files. (#9037) 4 years ago
Rajini Sivaram 9c8f75c4b6
KAFKA-10223; Use NOT_LEADER_OR_FOLLOWER instead of non-retriable REPLICA_NOT_AVAILABLE for consumers (#8979) 4 years ago
Rajini Sivaram 99c64822a7
MINOR: Filter out quota configs for ConfigCommand using --bootstrap-server (#9030) 4 years ago
Chia-Ping Tsai ffdec02e25
KAFKA-10044 Deprecate ConsumerConfig#addDeserializerToConfig and Prod… (#9013) 4 years ago
David Jacot f40aa33de7
MINOR; KafkaAdminClient#describeLogDirs should not fail all the futures when only one call fails (#8998) 4 years ago
David Jacot 38877c0025
MINOR; alterReplicaLogDirs should not fail all the futures when only one call fails (#8985) 4 years ago
Guozhang Wang 6f3ceea5c6
KAFKA-10134: Use long poll if we do not have fetchable partitions (#8934) 4 years ago
David Jacot 47cbbf2752
KAFKA-10243; ConcurrentModificationException while processing connection setup timeouts (#8990) 4 years ago
Boyang Chen 18f2589c1e
KAFKA-10239: Make GroupInstanceId ignorable in DescribeGroups (#8989) 4 years ago
Tom Bentley ce939e9136
MINOR: Document that max.block.ms affects some transaction methods (#8975) 4 years ago
Mickael Maison caa806cd82
KAFKA-10232: MirrorMaker2 internal topics Formatters KIP-597 (#8604) 4 years ago
Rajini Sivaram b8a99be784
MINOR: Fix log entry in FetchSessionHandler to specify throttle correctly (#8959) 4 years ago
David Jacot 18dcd2c78a
MINOR: Update AlterConfigsOptions Javadoc (#8958) 4 years ago
Jorge Esteban Quilcate Otoya 1e1aa4a5fb
MINOR: Fix typo in ssl.client.auth config doc description (#8956) 4 years ago
Cheng Tan 55b5b248cd
KAFKA-9893: Configurable TCP connection timeout and improve the initial metadata fetch (KIP-601) (#8683) 4 years ago