710 Commits (b8559de23d120ca07daa6f66de6bba253d16a74a)

Author SHA1 Message Date
Mickael Maison 73e2cbbd8f KAFKA-6760: Fix response logging in the Controller (#4834) 7 years ago
Dhruvil Shah 837f31dd18 KAFKA-6927; Chunked down-conversion to prevent out of memory errors on broker [KIP-283] (#4871) 7 years ago
Robert Yokota 08e8facdc9 KAFKA-6886: Externalize secrets from Connect configs (KIP-297) 7 years ago
Jon Lee 1facab387f KAFKA-6028: Improve the quota throttle communication (KIP-219) 7 years ago
John Roesler c470ff70d3 KAFKA-5697; Implement new consumer poll API from KIP-266 (#4855) 7 years ago
Ron Dagostino 8c5d7e0408 KAFKA-6562: OAuth Authentication via SASL/OAUTHBEARER (KIP-255) (#4994) 7 years ago
Jason Gustafson 7f19df29ac MINOR: AdminClient should respect retry backoff 7 years ago
Ismael Juma 70f0d0bd3f
MINOR: Use reflection for signal handler and do not enable it for IBM JDK (#5047) 7 years ago
Rajini Sivaram ff9f928c16 KAFKA-6911; Fix dynamic keystore/truststore update check (#5029) 7 years ago
Jason Gustafson 0f86e68840 MINOR: Remove dependence on __consumer_offsets in AdminClient listConsumerGroups 7 years ago
Jason Gustafson c1b30a12b1 MINOR: AdminClient metadata manager should reset state on failure 7 years ago
Ismael Juma a30ecc6755 MINOR: Remove o.a.kafka.common.utils.Base64 and IS_JAVA8_COMPATIBLE 7 years ago
Ismael Juma e70a191d30
KAFKA-4423: Drop support for Java 7 (KIP-118) and update deps (#5046) 7 years ago
Chia-Ping Tsai 4f7c11a1df KAFKA-6870 Concurrency conflicts in SampledStat (#4985) 7 years ago
Anna Povzner 9679c44d2b KAFKA-6361: Fix log divergence between leader and follower after fast leader fail over (#4882) 7 years ago
Colin Patrick McCabe abbd53da4a KAFKA-6299; Fix AdminClient error handling when metadata changes (#4295) 7 years ago
Rajini Sivaram 0ecb72f59d
KAFKA-6834: Handle compaction with batches bigger than max.message.bytes (#4953) 7 years ago
Adem Efe Gencer 7afcb3a64c KAFKA-6877; Remove completedFetch upon a failed parse if it contains no records. 7 years ago
Roman Khlebnov fcb15e357c KAFKA-6292; Improve FileLogInputStream batch position checks to avoid type overflow (#4928) 7 years ago
Bill Bejeck 04a70bd3fe KAFKA-6829: retry commits on unknown topic or partition (#4948) 7 years ago
Rajini Sivaram 9d2efd83a6 KAFKA-6810; Enable dynamic update of SSL truststores (#4904) 7 years ago
Jason Gustafson f467c9c243
MINOR: Ensure exception messages include partition/segment info when possible (#4907) 7 years ago
Colin Patrick McCabe 6be908a829 MINOR: Refactor AdminClient ListConsumerGroups API (#4884) 7 years ago
Rajini Sivaram e5de679d62
KAFKA-6765: Handle exception while reading throttle metric value in test (#4869) 7 years ago
Andy Coates 432c82d3bf KAFKA-6727; Fix broken Config hashCode() and equals() (#4796) 7 years ago
Guozhang Wang 9871357086
KAFKA-6592: Follow-up (#4864) 7 years ago
Guozhang Wang b599b395f3
KAFKA-6058: Refactor consumer API result return types (#4856) 7 years ago
Jason Gustafson fb3a9485a8
MINOR: Disable failing testDescribeConsumerGroupOffsets test case (#4863) 7 years ago
John Roesler cc43e77bbb MINOR: make Sensor#add idempotent (#4853) 7 years ago
Jorge Quilcate Otoya 6a99da87ab KAFKA-6058: KIP-222; Add Consumer Group operations to Admin API 7 years ago
Manikumar Reddy O 47918f2d79 KAFKA-6447: Add Delegation Token Operations to KafkaAdminClient (KIP-249) (#4427) 7 years ago
Manikumar Reddy O 5e277e5579 KAFKA-4883: handle NullPointerException while parsing login modue control flag (#4849) 7 years ago
Jason Gustafson 0a8f35b684
KAFKA-6768; Transactional producer may hang in close with pending requests (#4842) 7 years ago
Manikumar Reddy O 77c79df396 KAFKA-6741: Disable Selector's idle connection timeout in testNetworkThreadTimeRecorded() test (#4824) 7 years ago
Rajini Sivaram 9f8c3167eb
KAFKA-4292: Configurable SASL callback handlers (KIP-86) (#2022) 7 years ago
Chia-Ping Tsai 53d4267c59 MINOR: Don’t send the DeleteTopicsRequest for invalid topic names (#4763) 7 years ago
Dhruvil Shah 719a21f7c9 KAFKA-6739; Ignore headers when down-converting from V2 to V0/V1 (#4813) 7 years ago
Manikumar Reddy O e4c8e3e758 MINOR: Add Timed wait to SslTransportLayerTest.testNetworkThreadTimeRecorded (#4811) 7 years ago
huxi 5d5a2ce4bb KAFKA-6716: Should close the `discardChannel` in MockSelector#completeSend (#4783) 7 years ago
huxi 9eb32eaad5 KAFKA-6446; KafkaProducer initTransactions() should timeout after max.block.ms (#4563) 7 years ago
Anna Povzner 5c24295d44 Trogdor's ProducerBench does not fail if topics exists (#4673) 7 years ago
Sandor Murakozi 2afac71566 MINOR: Remove unnecessary null checks (#4708) 7 years ago
Jason Gustafson 925d6a2ef3 MINOR: Skip sending fetches/offset lookups when awaiting the reconnect backoff (#4644) 7 years ago
Jason Gustafson 8f2c087166
MINOR: Complete inflight requests in order on disconnect (#4642) 7 years ago
Jason Gustafson 604b93cfde
KAFKA-6606; Ensure consumer awaits auto-commit interval after sending… (#4641) 7 years ago
Jason Gustafson 6cfcc9d553
KAFKA-6593; Fix livelock with consumer heartbeat thread in commitSync (#4625) 7 years ago
Igor Kostiakov 99d650c2c8 KAFKA-6590; Fix bug in aggregation of consumer fetch bytes and counts metrics (#4278) 7 years ago
Colin Patrick McCabe 66039b1312 MINOR: Fix ConcurrentModificationException in TransactionManager (#4608) 7 years ago
Manikumar Reddy O ac2536e77e KAFKA-5624; Add expiry check to sensor.add() methods (#4404) 7 years ago
Jason Gustafson f12d237fdd
MINOR: Free sends in MultiSend as they complete (#4574) 7 years ago