1148 Commits (c5ba0da99301c9ffc1216e23541cbe7d2cc9a102)

Author SHA1 Message Date
wushujames c5ba0da993 MINOR: Fix incorrect references to the max transaction timeout config (#4664) 7 years ago
Jason Gustafson 925d6a2ef3 MINOR: Skip sending fetches/offset lookups when awaiting the reconnect backoff (#4644) 7 years ago
Guozhang Wang e5d6c9a79a
MINOR: Do not start processor for bounce-at-start (#4639) 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
Thomas Leplus 031f522a2d MINOR: Fix javadoc typo in Headers (#4627) 7 years ago
Guozhang Wang 97ad549d56
KAFKA-6534: Enforce a rebalance in the next poll call when encounter task migration (#4544) 7 years ago
Matthias J. Sax 5df535e8a3
MINOR: fixes lgtm.com warnings (#4582) 7 years ago
Igor Kostiakov 99d650c2c8 KAFKA-6590; Fix bug in aggregation of consumer fetch bytes and counts metrics (#4278) 7 years ago
Daniel Shuy 4a027a0af1 Fix typo in MockProducer JavaDoc (#4606) 7 years ago
Colin Patrick McCabe 66039b1312 MINOR: Fix ConcurrentModificationException in TransactionManager (#4608) 7 years ago
Jason Gustafson 1d8ed875db MINOR: Fix javadoc for consumer offsets lookup APIs which do not block indefinitely (#4613) 7 years ago
Jason Gustafson 660c0c0aa3 KAFKA-6238; Fix inter-broker protocol message format compatibility check 7 years ago
Manikumar Reddy O ac2536e77e KAFKA-5624; Add expiry check to sensor.add() methods (#4404) 7 years ago
Jason Gustafson 1547cf6de8 KAFKA-6554; Missing lastOffsetDelta validation before log append (#4585) 7 years ago
ying-zheng 13caded15e KAFKA-6430: Add buffer for gzip streams (#4537) 7 years ago
dan norwood 55aa7de62a MINOR: Make it explicit in consumer docs that poll() is needed for callback to run (#4480) 7 years ago
Jason Gustafson f12d237fdd
MINOR: Free sends in MultiSend as they complete (#4574) 7 years ago
Eugene Sevastyanov 004ef6b04b MINOR: Cache Node's hashCode to improve the producer's performance (#4350) 7 years ago
Rajini Sivaram 1067cc3422
KAFKA-6512: Discard references to buffers used for compression (#4570) 7 years ago
Rajini Sivaram 015e224b3d
MINOR: Support dynamic JAAS config for broker's LoginManager cache (#4568) 7 years ago
Sebastian Bauersfeld 50cd855385 HOTFIX: Fix lgtm.com alerts (dead code and out-of-bounds error) (#4388) 7 years ago
Rajini Sivaram 38e9958d6e
KAFKA-6476: Documentation for dynamic broker configuration (#4558) 7 years ago
Bill Bejeck 27b56b1458 KAFKA-6364: Second check for ensuring changelog topic not changed during restore (#4511) 7 years ago
Jason Gustafson 6d18d882b8
KAFKA-6397: Consumer should not block setting positions of unavailable partitions (#4557) 7 years ago
Manikumar Reddy O 36b00300f5 MINOR: Update log condition in JassContext.loadServerContext (#4566) 7 years ago
Guozhang Wang f3a3253e24
HOTFIX: Fix reset integration test hangs on busy wait (#4491) 7 years ago
Magnus Reftel 234b54c2c4 MINOR: more details in error message descriptions (#3267) 7 years ago
Benedict Jin 2693e9be74 MINOR: Misc improvements on runtime / storage / metrics / config parts (#4525) 7 years ago
Rajini Sivaram d030caf956 MINOR: Use enum for close mode in Selector instead of two booleans (#4559) 7 years ago
Kamal C 83b058a0d1 MINOR: Code cleanup (#4229) 7 years ago
Vahid Hashemian 596d3d0ec4 KAFKA-5944: Unit tests for handling SASL authentication failures in clients (#3965) 7 years ago
parafiend fc56a90e05 KAFKA-6529: Stop file descriptor leak when client disconnects with staged receives (#4517) 7 years ago
huxi ac267dc5ce KAFKA-6362; Async auto-commit should discover coordinator if it is unknown (#4326) 7 years ago
Guangxian 8a2d00fc44 KAFKA-6405: Fix incorrect comment in MetadataUpdater (#4361) 7 years ago
Rajini Sivaram 65b5ccf641
KAFKA-6532: Reduce impact of delegation tokens on public interfaces (#4524) 7 years ago
Jun Rao caf03d642b Minor: fix compilation error in KAFKA-6254 7 years ago
Wladimir Schmidt c32860b224 MINOR: exchange redundant Collections.addAll with parameterized constructor (#4521) 7 years ago
huxihx 7c97b239a5 KAFKA-6184; report a metric of the lag between the consumer offset ... 7 years ago
Randall Hauch 447c64fffb KAFKA-5987: Maintain order of metric tags in generated documentation 7 years ago
Colin P. Mccabe 7fe1c2b3d3 KAFKA-6254; Incremental fetch requests 7 years ago
Rajini Sivaram 4019b21d60 KAFKA-6246; Dynamic update of listeners and security configs (#4488) 7 years ago
Rajini Sivaram 505adefcec KAFKA-6494; ConfigCommand update to use AdminClient for broker configs (#4503) 7 years ago
Jiangjie Qin 7804ea173b KAFKA-6489; Fetcher.retrieveOffsetsByTimes() should batch the metadata fetch. 7 years ago
Vahid Hashemian 1ed6da7cc8 KAFKA-6275: Add DeleteGroups API (KIP-229) (#4479) 7 years ago
Soenke Liebau 530bc59de2 KAFKA-4930: Enforce set of legal characters for connector names (KIP-212) 7 years ago
Steven Aerts ae42cc8030 KAFKA-6018: Make KafkaFuture.Future an interface (KIP-218) 7 years ago
Jakub Scholz 3431be2aeb KAFKA-4029: SSL support for Connect REST API (KIP-208) 7 years ago
Colin Patrick McCabe ef93998fa7 KAFKA-6418; AdminClient should handle empty or null topic names better (#4470) 7 years ago