1579 Commits (1d873a9de9ad98d9f3120fa2ff59c3372650775b)

Author SHA1 Message Date
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
jonathanskrzypek a947fe8da8 KAFKA-6195: Resolve DNS aliases in bootstrap.server (KIP-235) (#4485) 6 years ago
Edoardo Comar f393b2f7dd KAFKA-6863 Kafka clients should try to use multiple DNS resolved IP (#4987) 6 years ago
Radai Rosenblatt 79bc0dcf70 KAFKA-7475 - capture remote address on connection authetication errors, and log it (#5729) 6 years ago
Ismael Juma adb3a950ee
MINOR: Fix remaining core, connect and clients tests to pass with Java 11 (#5771) 6 years ago
Lee Dongjin 741cb761c5 KAFKA-4514; Add Codec for ZStandard Compression (#2267) 6 years ago
Ismael Juma 578205cadd KAFKA-7439; Replace EasyMock and PowerMock with Mockito in clients module 6 years ago
Stanislav Kozlovski 04f284400a KAFKA-7478: Reduce default logging verbosity in OAuthBearerLoginModule (#5738) 6 years ago
Rajini Sivaram c26823b01e
KAFKA-7462: Make token optional for OAuthBearerLoginModule (#5733) 6 years ago
Jason Gustafson ed3bd79633
KAFKA-7395; Add fencing to replication protocol (KIP-320) (#5661) 6 years ago
Bob Barrett 79757c90df KAFKA-7467; NoSuchElementException is raised because controlBatch is empty (#5727) 6 years ago
Kevin Lu a5335e7cbd KAFKA-6123: Give client MetricsReporter auto-generated client.id (#5383) 6 years ago
radai-rosenblatt 044350f28e MINOR: Reduce in-memory copies of partition objects in onJoinComplete() and onJoinPrepare() 6 years ago
Rajini Sivaram 8fb5e63aa8 KAFKA-7429: Enable key/truststore update with same filename/password (#5699) 6 years ago
Rajini Sivaram cb21bca400 KAFKA-7454: Use lazy allocation for SslTransportLayer buffers and null them on close (#5713) 6 years ago
Rajini Sivaram 0a8205cb45
KAFKA-7453: Expire registered channels not selected within idle timeout (#5712) 6 years ago