1329 Commits (2933f21374ed383e4db1dfb9c7df02f1707903ba)

Author SHA1 Message Date
Viktor Somogyi f1f719211e KAFKA-6923; Refactor Serializer/Deserializer for KIP-336 (#5494) 6 years ago
Aleksei Izmalkin 7bc1019d4b [KAFKA-7379] [streams] send.buffer.bytes should be allowed to set -1 in KafkaStreams (#5643) 6 years ago
Manikumar Reddy 4bbbfaf39c KAFKA-7332; Update CORRUPT_MESSAGE exception message description 6 years ago
Rajini Sivaram e24d82e0eb KAFKA-7280; Synchronize consumer fetch request/response handling (#5495) 6 years ago
Viktor Somogyi 398d2ab244 MINOR: KafkaAdminClient Java 8 code cleanup (#5594) 6 years ago
Manikumar Reddy O c121f4eb82 MINOR: Remove deprecated Metric.value() method usage (#5626) 6 years ago
Guozhang Wang 283a19481d
KAFKA-3514: Part III, Refactor StreamThread main loop (#5428) 6 years ago
Anna Povzner e2ec2d79c8 KAFKA-7044; Fix Fetcher.fetchOffsetsByTimes and NPE in describe consumer group (#5627) 6 years ago
Jason Gustafson 79ad9026a6
MINOR: Missing throttle time in OffsetsForLeaderEpoch response (#5635) 6 years ago
mgharat 25b13bca7b KAFKA-7096 : Clear buffered data for partitions that are explicitly unassigned by user 6 years ago
Ismael Juma f123d2f18c KAFKA-5887; Replace findBugs with spotBugs and upgrade to Gradle 4.10 6 years ago
Brandon Kirchner 164ef9462e KAFKA-4932: Add support for UUID serialization and deserialization (KIP-206) 6 years ago
Vahid Hashemian b8651d4e82 MINOR: Code cleanup of 'clients' module (#5427) 6 years ago
Jason Gustafson 05ba5aa008 KAFKA-7333; Protocol changes for KIP-320 6 years ago
Dhruvil Shah 958cdca9be KAFKA-7385; Fix log cleaner behavior when only empty batches are retained (#5623) 6 years ago
Jason Gustafson 0984a76b71
MINOR: Move common out of range handling into AbstractFetcherThread (#5608) 6 years ago
Rajini Sivaram 4a46a35348
MINOR: Tidy up pattern type comparisons, remove unused producer-id (#5593) 6 years ago
Manikumar Reddy O cb484666f2 MINOR: Fix Transient test failure SslTransportLayerTest.testNetworkThreadTimeRecorded (#5597) 6 years ago
Jason Gustafson 4f38c8cd60
KAFKA-7369; Handle retriable errors in AdminClient list groups API (#5595) 6 years ago
Jason Gustafson f6890e7868
MINOR: Next round of fetcher thread consolidation (#5587) 6 years ago
Dhruvil Shah 5d1bfa0665 KAFKA-6950: Delay response to failed client authentication to prevent potential DoS issues (KIP-306) (#5082) 6 years ago
Ismael Juma d76965e38f Fix SslTransportLayerTest.testUnsupportedCiphers to work with Java 11 (#5570) 6 years ago
Ron Dagostino 7cef37cf55 KAFKA-7324: NPE due to lack of SASLExtensions in SASL/OAUTHBEARER (#5552) 6 years ago
Robert Yokota fd5acd73e6 KAFKA-7242: Reverse xform configs before saving (KIP-297) 6 years ago
Mario Molina 04770916a7 KAFKA-5975; No response when deleting topics and delete.topic.enable=false (#3960) 6 years ago
Viktor Somogyi b1090e52a3 MINOR: Eliminate warnings from KafkaProducerTest (#5548) 6 years ago
Viktor Somogyi 4b2af9de6b MINOR: Use method references instead of anonymus classes in Errors (#5525) 6 years ago
Mickael Maison 80294d0f5a MINOR: Improved configuration formatting in documentation (#5532) 6 years ago
Rohan ea4078e72a KAFKA-7311: Reset next batch expiry time on each poll loop 6 years ago
Guozhang Wang 0d778987ee
KAFKA-6998: Disable Caching when max.cache.bytes are zero. (#5488) 6 years ago
Jason Gustafson 4f25f1fb71
KAFKA-7296; Handle coordinator loading error in TxnOffsetCommit (#5514) 6 years ago
Rajini Sivaram 634f9af8c0
KAFKA-7119: Handle transient Kerberos errors on server side (#5509) 6 years ago
Matthias J. Sax 3c14feb442
KAFKA-7285: Create new producer on each rebalance if EOS enabled (#5501) 6 years ago
Rajini Sivaram e4de328dab
KAFKA-7288: Fix for SslSelectorTest.testCloseConnectionInClosingState (#5504) 6 years ago
Stanislav Kozlovski ad84eb5e76 KAFKA-7169: Validate SASL extensions through callback on server side (#5497) 6 years ago
Rajini Sivaram 0d73351852
KAFKA-7119: Handle transient Kerberos errors as non-fatal exceptions (#5487) 6 years ago
Koen De Groote 9e0e29ac5c MINOR: Use statically compiled regular expressions for efficiency (#5168) 6 years ago
John Roesler 6d1685fa45 KAFKA-7284: streams should unwrap fenced exception (#5499) 6 years ago
Rajini Sivaram a3dc10f1d9
KAFKA-7261: Record 1.0 for total metric when Count stat is used for rate (#5484) 6 years ago
Manikumar Reddy O 92004fa21a KAFKA-6751; Support dynamic configuration of max.connections.per.ip/max.connections.per.ip.overrides configs (KIP-308) (#5334) 6 years ago
Sébastien Launay 811c6433bd KAFKA-4950; Fix ConcurrentModificationException on assigned-partitions metric update (#3907) 6 years ago
Arjun Satish e876c921b0 MINOR: Add connector configs to site-docs 6 years ago
Manikumar Reddy O cf981443e4 MINOR: Log AdminClient configs (#5457) 6 years ago
Stanislav Kozlovski 518e9d3eee KAFKA-7169: Custom SASL extensions for OAuthBearer authentication mechanism (KIP-342) (#5379) 6 years ago
Jason Gustafson fc5f6b0e46
MINOR: Add Timer to simplify timeout bookkeeping and use it in the consumer (#5087) 6 years ago
radai-rosenblatt 09fe51f3eb KAFKA-6648; Fetcher.getTopicMetadata() should return all partitions for each requested topic 6 years ago
Jason Gustafson 596c6c0c0b
KAFKA-7231; Ensure NetworkClient uses overridden request timeout (#5444) 6 years ago
Manikumar Reddy O ac79d49047 MINOR: Implement toString() in config validator classes (#5401) 6 years ago
Jason Gustafson c3e7c0bcb2
MINOR: Producers should set delivery timeout instead of retries (#5425) 6 years ago
Dhruvil Shah 08a4cda34e [MINOR] Improve consumer logging on LeaveGroup (#5420) 6 years ago