1394 Commits (0206e6c306b68b8260658389c570188d60fb3df3)

Author SHA1 Message Date
Colin Patrick McCabe 71e85f5e84 KAFKA-7609; Add Protocol Generator for Kafka (#5893) 6 years ago
Lee Dongjin 7df3e8cd38 KAFKA-7808: AdminClient#describeTopics should not throw InvalidTopic if topic name is not found (#6124) 6 years ago
Anna Povzner b2b79c4f0e KAFKA-7786; Ignore OffsetsForLeaderEpoch response if epoch changed while request in flight (#6101) 6 years ago
Stanislav Kozlovski 66a9416e38 MINOR: Log successful/failed authentications with socket information (#5856) 6 years ago
Bob Barrett e325676994 KAFKA-6833; Producer should await metadata for unknown partitions (#6073) 6 years ago
hackerwin7 e4f233ed33 KAFKA-7755; Look up client host name since DNS entry may have changed (#6049) 6 years ago
Jason Gustafson fcdde2c604
MINOR: Use functional patterns in PartitionStates (#6089) 6 years ago
Guozhang Wang b16afbb77b
KAFKA-6928: Refactor StreamsPartitionAssignor retry logic (#6085) 6 years ago
lambdaliu 6ea5474e4c KAFKA-7734: Metrics tags should use LinkedHashMap to guarantee ordering (#6032) 6 years ago
layfe d086e83fec KAFKA-5503; Idempotent producer ignores shutdown while fetching ProducerId (#5881) 6 years ago
Flavien Raynaud 9295444d48 MINOR: Improve exception messages in FileChannelRecordBatch (#6068) 6 years ago
Viktor Somogyi 684184973e MINOR: Hygiene fixes in KafkaFutureImpl (#5098) 6 years ago
Matthias Wessendorf d413117769 KAFKA-7762; Update KafkaConsumer Javadoc examples to use poll(Duration timeout) API 6 years ago
Satish Duggana b23bf41e84 KAFKA-7742; Fixed removing hmac entry for a token being removed from DelegationTokenCache 6 years ago
Jason Gustafson 40392266aa
MINOR: Include additional detail in fetch error message (#6036) 6 years ago
David Arthur 152292994e KAFKA-2334; Guard against non-monotonic offsets in the client (#5991) 6 years ago
Rajini Sivaram 46e8081f9c KAFKA-7712; Remove channel from Selector before propagating exception (#6023) 6 years ago
hackerwin7 975b680bcd KAFKA-7705; Fix and simplify producer config in javadoc example (#6000) 6 years ago
linyli001 a94c8da508 KAFKA-7443: OffsetOutOfRangeException in restoring state store from changelog topic when start offset of local checkpoint is smaller than that of changelog topic (#5946) 6 years ago
Lee Dongjin 7a3dffb0ca KAFKA-7549; Old ProduceRequest with zstd compression does not return error to client (#5925) 6 years ago
Gardner Vickers ac35ef6242 MINOR: Specify character encoding in NetworkTestUtils (#5965) 6 years ago
Mark Cho c050503464 KAFKA-7709: Fix ConcurrentModificationException when retrieving expired inflight batches on multiple partitions. (#6005) 6 years ago
Zhanxiang (Patrick) Huang 2155c6d54b KAFKA-7235: Detect outdated control requests and bounced brokers using broker generation (#5821) 6 years ago
Viktor Somogyi c4822648ef MINOR: hygene cleanup in TransactionManagerTest (#5951) 6 years ago
John Roesler b7d95da88d KAFKA-7660: Fix child sensor memory leak (#5974) 6 years ago
Mickael Maison 4e90af34c6 MINOR: Various javadoc improvement in clients and connect (#5878) 6 years ago
Stanislav Kozlovski 068ab9cefa KAFKA-7528: Standardize on Min/Avg/Max Kafka metrics' default value - NaN (#5908) 6 years ago
Stig Rohde Døssing 1d4ca5adf3 KAFKA-7616; Make MockConsumer only add entries to the partition map returned by poll() if there are any records to return 6 years ago
Yishun Guan 9646602d68 KAFKA-7402: Implement KIP-376 AutoCloseable additions 6 years ago
Vahid Hashemian c3e7d6252c KAFKA-6774; Improve the default group id behavior in KafkaConsumer (KIP-289) (#5877) 6 years ago
Rajini Sivaram 1a4d44f206 KAFKA-7576; Fix shutdown of replica fetcher threads (#5875) 6 years ago
Ismael Juma 12f310d50e
KAFKA-7612: Fix javac warnings and enable warnings as errors (#5900) 6 years ago
Andras Katona 1c1e5ee979 KAFKA-7518: Fix FutureRecordMetadata.get when TimeUnit is not ms (#5815) 6 years ago
huxi 895c83f88d KAFKA-7412: clarify the doc for producer callback (#5798) 6 years ago
Jason Gustafson 29383d6d6a KAFKA-7604; Fix flaky unit test `testRebalanceAfterTopicUnavailableWithPatternSubscribe` (#5889) 6 years ago
Jason Gustafson fc1dc358ee
KAFKA-7568; Return leader epoch in ListOffsets response (#5855) 6 years ago
Jason Gustafson d71cb54672
KAFKA-7567; Clean up internal metadata usage for consistency and extensibility (#5813) 6 years ago
Mickael Maison 9a0ea25fee MINOR: Use string/log interpolation instead of string concat in core and clients (#5850) 6 years ago
Ron Dagostino e8a3bc7425 KAFKA-7352; Allow SASL Connections to Periodically Re-Authenticate (KIP-368) (#5582) 6 years ago
Dong Lin 29a2921a3a MINOR: Fix checkstyle error caused by #5781 6 years ago
Ismael Juma b403a09ec0 MINOR: Simplify handling of KafkaProducer serializer overrides 6 years ago
Manikumar Reddy 32e1da570a KAFKA-5462: Add configuration to build custom SSL principal name (KIP-371) 6 years ago
Xiongqi Wu fed27fdd75 KAFKA-7501: Fix producer batch double deallocation when receiving message too large error on expired batch (#5807) 6 years ago
John Eismeier 83c3996974 MINOR: Fix some typos 6 years ago
Colin Hicks 74f686d3c2 MINOR: Less restrictive assertion in flaky BufferPool test (#5799) 6 years ago
Rajini Sivaram 53d0674662
KAFKA-7505: Process incoming bytes on write error to report SSL failures (#5800) 6 years ago
Rajini Sivaram 9951f8fee1
KAFKA-7513: Fix timing issue in SaslAuthenticatorFailureDelayTest (#5805) 6 years ago
Colin Patrick McCabe 509dd95ebb KAFKA-7496: Handle invalid filters gracefully in KafkaAdminClient#describeAcls (#5774) 6 years ago
Rajini Sivaram 4c602e6130
KAFKA-7498: Remove references from `common.requests` to `clients` (#5784) 6 years ago
Rajini Sivaram 148b5be74b
MINOR: Update reverse lookup test to work when ipv6 not enabled (#5797) 6 years ago